@charset "UTF-8";
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.content-body div,.content-body span{box-sizing: content-box;}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* nav */
.about_nav{
  height: 78px;
  background: #fff;
}
.about_nav ul{
  display: flex;
  justify-content: center;
}
.about_nav ul li{
  width: 100px;
  height: 78px;
  line-height: 78px;
  position: relative;
  margin: 0 25px;
  white-space: nowrap;
}
.about_nav ul li::after{
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #e9e9e9;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -7px;
}
.about_nav ul li:last-child::after{display: none;}
.about_nav ul li a{
  font-size: 17px;
  display: block;
}
.about_nav ul li a.active{border-bottom: 2px solid #9b0006;position: relative;}
.about_nav ul li a.active::after{content: "";display: block;width: 11px;height: 6px;background: url(../images/public/array.png) no-repeat;position: absolute;bottom: 0;left: 50%;margin-left: -10px;}
.abtab{ box-shadow: 0px 10px 20px rgba(0,0,0,.1); }
.abtab .li{ width: 136px; float: left; text-align: center; line-height: 78px; cursor: pointer; font-size: 16px; position: relative; }
.abtab .li.l1,.abtab .li.l2{ width: 106px; }
.abtab .li a{display: block;}
.abtab .li span{ width: 100%; height: 8px; background: url(../images/public/tlih_03.png) no-repeat center; position: absolute; left: 0;
right: 0; bottom: 0; display: none; }
.abtab .li:hover span{ display: block; }
.abtab .li:hover img{ -webkit-animation-name: pulse; animation-name: pulse; }
.abtab .li.cur span{ display: block; }
.abtab .li+.li:before{ content: ""; width: 1px; height: 15px; background: #e9e9e9; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; }
.abtab .li img{ margin-right: 10px; }
.abtab-block{width: 1088px;}
.block .text {
  margin: 0 auto;
  text-align: left;
  letter-spacing: 0px;
}
.block .text .title {
  font-size: 36px;
  text-align: center;
  line-height: 45px;
  font-weight: 400;
  color: #2a2d41;
}
.block .text p {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
  color: #333333;
}
.block .text p .dot {
  position: absolute;
  left: -13px;
  top: 6px;
  width: 11px;
  height: 11px;
}
.block .text p span {
  font-size: 18px;
}
.block .text p .source {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 18px;
}
.block .bg {
  display: block;
  margin: 0 auto;
}

/*公司概览页面*/
.gsgl .b1 {
  position: relative;
  margin: 0 auto;
}
.gsgl .b1 .title {
  margin-bottom: 36px;
  text-align: center;
}
.gsgl .b1 video {
  border-radius: 10px;
  width: 990px;
  margin: 0 auto;
  display: block;
}
.gsgl .b1 .text {
  position: absolute;
  top: 81px;
  right: 44px;
  left: 481px;
}
.gsgl .b1 .text p {
  font-size: 0;
}
.gsgl .b1 .text p span {
  font-size: 14px;
}
.gsgl .b1 .blank {
  width: 100%;
  background: #ffffff;
  height: 120px;
}
.gsgl .b2 {
  width: 100%;
  max-width: 1920px;
  min-width: 1300px;
  height: 804px;
  overflow: hidden;
}
.gsgl .b2 .b2-1 {
  float: right;
}
.gsgl .b2 .b2-1 .left {
  float: right;
  padding-top: 88px;
  height: 804px;
  width: 553px;
  padding-right: 40px;
}
.gsgl .b2 .b2-1 .left .text {
  margin-bottom: 40px;
}
.gsgl .b2 .b2-1 .left .text .title {
  font-size: 36px;
  text-align: left;
  line-height: 45px;
  color: #2a2d41;
}
.gsgl .b2 .b2-1 .left .text .num {
  display: inline-block;
  color: #333333;
  font-size: 27px;
  line-height: 28px;
}
.gsgl .b2 .b2-1 .left .text .num .big {
  font-size: 59px;
}
.gsgl .b2 .b2-1 .left .text .num .info {
  font-size: 15px;
  color: #333333;
}
.gsgl .b2 .b2-1 .left .text .source {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 18px;
}
.gsgl .b2 .b2-1 .right {
  width: 960px;
  float: right;
}
.gsgl .b3 {
  width: 100%;
  max-width: 1920px;
  min-width: 1300px;
  height: 566px;
  overflow: hidden;
}
.gsgl .b3 .content {
  width: 1553px;
  height: 566px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
}
.gsgl .b3 .content .chart {
  position: absolute;
  width: 837px;
  height: 357px;
  left: 38px;
  top: 135px;
  z-index: 1;
  overflow: hidden;
}
.gsgl .b3 .content .arrow {
  width: 313px;
  position: absolute;
  left: 320px;
  top: 170px;
  z-index: 100;
}
.gsgl .b3 .content .bg {
  left: 0;
  top: 0;
  position: absolute;
}
.gsgl .b4 {
  width: 100%;
  max-width: 1920px;
  min-width: 1300px;
  height: 917px;
  overflow: hidden;
}
.gsgl .b4 .content {
  width: 1553px;
  height: 917px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
}
.gsgl .b4 .content .chart {
  position: absolute;
  width: 826px;
  height: 444px;
  left: 38px;
  top: 135px;
  z-index: 1;
  overflow: hidden;
}
.gsgl .b4 .content .bg {
  left: 0;
  top: 0;
  position: absolute;
}
.gsgl .b5 .con {
  padding: 70px 55px;
}
.gsgl .b5 .con .cl {
  width: 648px;
  float: left;
}
.gsgl .b5 .con .cl .abtit {
  font-size: 26px;
  color: #474747;
  padding-bottom: 15px;
}
.gsgl .b5 .con .cl .ap {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border-bottom: 1px solid #e9e9e9;
  color: #474747;
}
.gsgl .b5 .con .cl .ap a {
  color: #9b0007;
}
.gsgl .b5 .con .cl .ap .apt {
  font-size: 14px;
  width: 200px;
  float: left;
  color: #333333;
  /* font-weight: 600; */
}
.gsgl .b5 .con .cl .ap .app {
  color: #333333;
  margin-left: 200px;
}
.gsgl .b5 .con .cmap {
  margin-left: 702px;
  height: 492px;
}
.gsgl .b5 .con .cmap img {
  width: 100%;
}

.shry .b1 {
  padding-bottom: 63px;
}
.shry .b1 .text {
  text-align: center;
  margin-bottom: 62px;
  font-size: 28px;
}
.shry .b1 .text p span {
  font-size: 28px;
}
.shry .b1 .text .title {
  margin-bottom: 42px;
}
.shry .b1 .num-container {
  width: 1133px;
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  color: #bf0008;
  font-weight: bold;
}
.shry .b1 .num-container .num1 {
  width: 75px;
  height: 70px;
  left: 229px;
  top: 117px;
  position: absolute;
}
.shry .b1 .num-container .num2 {
  width: 75px;
  height: 70px;
  left: 547px;
  top: 117px;
  position: absolute;
}
.shry .b1 .num-container .num3 {
  width: 75px;
  height: 70px;
  left: 867px;
  top: 117px;
  position: absolute;
}
.shry .b1 .num-container .b1-bg {
  width: 1133px;
}
.shry .b1 .num-container .source {
  width: 1133px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 18px;
  color: #6a6a6a;
}
/* 改版 */
.shry .list{
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.shry .list .text{
  font-size: 24px;
}
.shry .list .num {
  font-size: 54px;
  line-height: 70px;
  color: #bf0008;
  margin-right:5px
}

.tytx .b1 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1300px;
}
.tytx .b1 .text {
  width: 1038px;
  margin-bottom: 56px;
  margin-top: 30px;
  text-align: center;
}
.tytx .b1 .text .title {
  margin-bottom: 54px;
  font-weight: 400;
}
.tytx .b2 {
  width: 1157px;
}
.tytx .b3 {
  width: 1075px;
}

.qnpt .block {
  margin: 0 auto;
}
.qnpt .block .text {
  margin-bottom: 40px;
}
.qnpt .block .text .title {
  margin-bottom: 43px;
}
.qnpt .b1 .text {
  margin-bottom: 80px;
}
.qnpt .b1 .bg {
  width: 1165px;
}
.qnpt .b2 .text {
  text-align: center;
}
.qnpt .b2 .text p {
  line-height: 28px;
}
.qnpt .b3 .text p {
  width: 960px;
}
.qnpt .b3 .bg {
  width: 1141px;
}
.qnpt .b4 .text p {
  width: 1222px;
}
.qnpt .b4 .bg {
  width: 1148px;
}
.qnpt .b5 .text p {
  width: 1222px;
}
.qnpt .b5 .bg {
  width: 1222px;
}
.qnpt .b6 .text p {
  width: 1250px;
}
.qnpt .b6 .bg {
  width: 1222px;
}
.qnpt .b7 .text p {
  width: 1221px;
}
.qnpt .b7 .bg {
  width: 1147px;
}
.qnpt .b8 .text p {
  width: 1147px;
}
.qnpt .b8 .bg {
  width: 1149px;
}

.gxfw .b1 {
  width: 100%;
  height: 807px;
  margin: 0 auto;
}
.gxfw .b1 .left {
  float: right;
  box-sizing: border-box;
  padding-top: 88px;
  height: 804px;
  width: 553px;
  margin-right: 40px;
}
.gxfw .b1 .left .text {
  width: 553px;
  margin-bottom: 40px;
}
.gxfw .b1 .left .text .title {
  text-align: left;
  line-height: 45px;
  color: #2a2d41;
}
.gxfw .b1 .right {
  float: right;
}
.gxfw .b2 .bg {
  width: 1183px;
}
.gxfw .b3 {
  height: 611px;
}
.gxfw .b3 .bg {
  float: left;
  width: 513px;
  display: block;
}
.gxfw .b3 .text {
  float: right;
  height: 611px;
  padding-left: 115px;
  width: 553px;
  display: block;
}
.gxfw .b3 .text .title {
  text-align: left;
}
.gxfw .b4 .text {
  width: 1205px;
}
.gxfw .b4 .text .title {
  text-align: left;
}
.gxfw .b5 {
  width: 1231px;
}
.gxfw .b5 .text .title {
  margin-bottom: 44px;
}
.gxfw .b6 {
  width: 1231px;
}
.gxfw .b6 .text .title {
  margin-bottom: 44px;
}
.gxfw .b7 {
  width: 1231px;
}
.gxfw .b7 .b7-1 {
  height: 882px;
}
.gxfw .b7 .b7-1 .bg {
  float: right;
  width: 513px;
  display: block;
}
.gxfw .b7 .b7-1 .text {
  float: left;
  height: 881px;
  padding-right: 61px;
  width: 596px;
  display: block;
  line-height: 20px;
}
.gxfw .b7 .b7-1 .text .title {
  text-align: left;
}
.gxfw .b7 .b7-1 .text img {
  display: block;
  width: 596px;
}
.gxfw .b8 {
  width: 1231px;
}
.gxfw .b8 .b8-1 {
  /* height: 270px; */
}
.gxfw .b8 .b8-1 .bg {
  float: right;
  width: 367px;
  display: block;
}
.gxfw .b8 .b8-1 .icon{
  width: 235px;
  margin-top: -60px;
}
.gxfw .b8 .b8-1 .text {
  float: left;
  height: 270px;
  padding-right: 61px;
  width: 550px;
  display: block;
  line-height: 20px;
}
.gxfw .b8 .b8-1 .text1 {
  float: none;
  height: auto;
  padding-right: 0;
  width: 100%;
  display: block;
  line-height: 20px;
}
.gxfw .b8 .b8-1 .text .title {
  text-align: left;
}
.gxfw .b8 .b8-1 .text img {
  display: block;
  width: 596px;
}
.shzr .b1 {
  position: relative;
  width: 1218px;
}
.shzr .b1 .text .title {
  margin-bottom: 66px;
}
.shzr .b1 .b1-text {
  position: absolute;
  right: 65px;
  top: 230px;
  width: 658px;
}
.shzr .b1 .b1-text1 {
  top: 280px;
}
.shzr .b1 .b1-text .text {
  margin-bottom: 0;
}
.shzr .b2 {
  width: 1218px;
}
.shzr .b2 .bg {
  margin-top: -69px;
  margin-bottom: -69px;
}
.shzr .b3 {
  padding-top: 20px;
  width: 100%;
  max-width: 1920px;
  min-width: 1300px;
  height: 1560px;
  overflow: hidden;
}
.shzr .b3 .b3-1 {
  width: 100%;
  float: right;
}
.shzr .b3 .b3-1 .file {
  float: right;
  width: 1565px;
  font-size: 18px;
  line-height: 38px;
  color: #333333;
}
.shzr .b3 .b3-1 .file a {
  font-size: 16px;
  font-weight: normal;
  color: #bf0008;
  display: block;
}
.shzr .b3 .b3-1 .file .source {
  width: 1565px;
  float: right;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 18px;
}
.shzr .b3 .b3-1 .left {
  position: relative;
  float: right;
  padding-top: 48px;
  height: 804px;
  width: 605px;
  padding-right: 40px;
  box-sizing: border-box;
}
.shzr .b3 .b3-1 .left .text {
  margin-bottom: 40px;
}
.shzr .b3 .b3-1 .left .text .title {
  font-size: 36px;
  text-align: left;
  line-height: 45px;
  color: #2a2d41;
}
.shzr .b3 .b3-1 .left .text .num {
  display: inline-block;
  color: #333333;
  font-size: 27px;
  line-height: 28px;
}
.shzr .b3 .b3-1 .left .text .num .big {
  font-size: 59px;
}
.shzr .b3 .b3-1 .left .text .num .info {
  font-size: 15px;
  color: #333333;
}
.shzr .b3 .b3-1 .right {
  width: 960px;
  height: 804px;
  float: right;
}
.shzr .b3 .b3-1 .bg-box {
  float: right;
  width: 1565px;
  margin-top: 10px;
}
.shzr .b3 .b3-1 .bg-box .bg {
  display: block;
  width: 1225px;
}


/*# sourceMappingURL=page.css.map */

@media screen and (max-width: 1600px) {
  .gsgl .b2 .b2-1 .right{width: calc(100% - 680px);}
  .gsgl .b2 .b2-1 .right img{width: 100% !important;object-fit: cover;}
  .gsgl .b3 .content{width: 100%;}
  .gsgl .b3 .content .bg{height: 100%;}
  .gsgl .b4 .content{left: 0;right: auto;}
  .gxfw .b1 .right,.shzr .b3 .b3-1 .right{width: calc(100% - 680px);}
  .gxfw .b1 .right img{object-fit: cover;}
  .shzr .b3 .b3-1 .file{float: none;width: 1230px;margin: 0 auto;}
  .shzr .b3 .b3-1 .bg-box{float: none;width: 1230px;margin: 10px auto 0;}
  .shzr .b3 .b3-1 .file .source{float: none;width: 1230px;margin: 0 auto !important;}
}
