.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.inform {
  position: relative;
  z-index: 9;
  margin: -64px auto 0;
}
.inform .layout {
  padding: 0px 0 0 300px;
  height: 254px;
  background: url(../images/inform_background.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inform .layout .title,
.inform .layout .title a {
  width: 810px;
  font-family: SourceHanSerifSC, SourceHanSerifSC;
  font-weight: 800;
  font-size: 30px;
  color: #FFFFFF !important;
  line-height: 48px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.inform .layout .smalltext {
  margin-top: 23px;
  width: 751px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-indent: 2em;
}
.inform .layout .smalltext a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  color: #F9D58D !important;
}
.headline img {
  display: block;
  margin: 0 auto !important;
  height: 65px;
}
.part1 {
  padding: 67px 0 31px;
}
.part1 .layout img {
  margin: 13px auto 0;
  display: block;
}
.part2 {
  padding: 70px 0 104px;
  background-color: rgba(253, 107, 108, 0.08);
}
.part2 .layout img {
  margin-top: 56px;
  margin-bottom: 23px;
}
.part2 .layout .box {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 2px 10px 0 rgba(198, 93, 93, 0.5);
}
.part2 .layout .box .left {
  position: relative;
  width: 227px;
  height: 356px;
  padding: 42px 14px 0;
  flex-shrink: 0;
}
.part2_1 .layout .box .left {
  background: url(../images/part2_left_background_1.png) no-repeat center center;
  background-size: 100% 100%;
}
.part2_2 .layout .box .left {
  background: url(../images/part2_left_background_2.png) no-repeat center center;
  background-size: 100% 100%;
}
.part2_3 .layout .box .left {
  background: url(../images/part2_left_background_3.png) no-repeat center center;
  background-size: 100% 100%;
}
.part2_4 .layout .box .left {
  background: url(../images/part2_left_background_4.png) no-repeat center center;
  background-size: 100% 100%;
}
.part2_5 .layout .box .left {
  background: url(../images/part2_left_background_5.png) no-repeat center center;
  background-size: 100% 100%;
}
.part2 .layout .box .left a:hover {
  background-color: #fff;
  color: #B32F10 !important;
}
.part2 .layout .box .left .more {
  padding: 5px 20px;
  position: absolute;
  left: 50%;
  bottom: 65px;
  transform: translate(-50%, 0);
  display: block;
  border-radius: 18px;
  border: 1px solid #FFFFFF;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.part2 .layout .box .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 973px;
  height: 356px;
  padding: 40px 56px 28px;
  background: url(../images/part2_right_background.png) no-repeat center / 100% 100%;
}
.part2 .layout .box .right .tab {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.part2 .layout .box .right .tab::before {
  content: "";
  border: 1px dashed #B10004;
  width: 100%;
  height: 0;
}
.part2 .layout .box .right .tab li {
  width: 168px;
  height: 29px;
  background: url(../images/part2_tab_background.png) no-repeat center center;
  background-size: 100% 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #B10004;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
  flex-shrink: 0;
}
.part2 .layout .box .right .tab .on {
  background: url(../images/part2_tab_background_on.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}
.part2 .layout .box .right .contentbox .content ul li {
  float: left;
  margin-right: 36px;
  margin-top: 20px;
}
.part2 .layout .box .right .contentbox .content ul li:nth-child(3n) {
  margin-right: 0;
}
.part2 .layout .box .right .contentbox .content ul li:nth-child(1),
.part2 .layout .box .right .contentbox .content ul li:nth-child(2),
.part2 .layout .box .right .contentbox .content ul li:nth-child(3) {
  margin-top: 0;
}
.part2 .layout .box .right .contentbox .content ul li:hover a .imgbox img {
  transform: scale(1.3);
}
.part2 .layout .box .right .contentbox .content ul li:hover a .title {
  color: #B10004;
}
.part2 .layout .box .right .contentbox .content ul li a {
  display: block;
}
.part2 .layout .box .right .contentbox .content ul li a .imgbox {
  margin-bottom: 11px;
  position: relative;
  width: 260px;
  height: 148px;
  border-radius: 8px;
  overflow: hidden;
}
.part2 .layout .box .right .contentbox .content ul li a .imgbox img {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part2 .layout .box .right .contentbox .content ul li a .imgbox .tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  border-radius: 0px 8px 0px 11px;
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
.part2 .layout .box .right .contentbox .content ul li a .imgbox .yellow {
  background: #FFB800;
}
.part2 .layout .box .right .contentbox .content ul li a .imgbox .red {
  background: #BC3315;
}
.part2 .layout .box .right .contentbox .content ul li a .imgbox .green {
  background: #3A7800;
}
.part2 .layout .box .right .contentbox .content ul li a .title {
  margin-bottom: 5px;
  width: 260px;
  height: 56px;
  font-family: AlibabaPuHuiTiR;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part2 .layout .box .right .contentbox .content ul li a .writer {
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}
.part3 {
  padding: 59px 0 78px;
}
.part3 .layout .box {
  margin-top: 32px;
}
.part3 .layout .box .tab {
  padding: 0 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #BF0002;
}
.part3 .layout .box .tab li {
  margin: 0 94.5px;
  position: relative;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #999999;
  line-height: 40px;
  cursor: pointer;
}
.part3 .layout .box .tab li::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  content: "";
  background-color: transparent;
}
.part3 .layout .box .tab li::after {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 102%;
  height: 11px;
  background-color: rgba(102, 102, 102, 0.12);
}
.part3 .layout .box .tab .on {
  color: #BF0002;
}
.part3 .layout .box .tab .on::before {
  background-color: #BF0002;
}
.part3 .layout .box .tab .on::after {
  background-color: rgba(191, 0, 2, 0.12);
}
.part3 .layout .box .contentbox {
  margin-top: 16px;
}
.part3 .layout .box .contentbox .content:nth-child(1) ul {
  width: fit-content;
  margin: 0 auto;
}
.part3 .layout .box .contentbox .content:nth-child(1) ul li {
  float: left;
  margin-right: 15px;
  background: #FFFFFF;
  box-shadow: 0px 2px 9px 0px rgba(211, 211, 211, 0.5);
  border-radius: 8px;
}
.part3 .layout .box .contentbox .content:nth-child(1) ul li:nth-child(3n) {
  margin-right: 0;
}
.part3 .layout .box .contentbox .content:nth-child(1) ul li:hover {
  background: #FFF0F0;
  box-shadow: 0px 2px 10px 0px rgba(177, 177, 177, 0.5);
}
.part3 .layout .box .contentbox .content:nth-child(1) ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
}
.part3 .layout .box .contentbox .content:nth-child(1) ul li a img {
  margin: 0;
  display: block;
  height: 65px;
}
.part3 .layout .box .contentbox .content:nth-child(1) ul li a h1 {
  margin-top: 22px;
  margin-bottom: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
.part3 .layout .box .contentbox .content:nth-child(1) ul li a h2 {
  margin-bottom: 14px;
}
.part3 .layout .box .contentbox .content:nth-child(1) ul li a h2,
.part3 .layout .box .contentbox .content:nth-child(1) ul li a h3 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.part3 .layout .box .contentbox .content a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 359px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px 0px rgba(173, 173, 173, 0.5);
  border-radius: 10px;
}
.part3 .layout .box .contentbox .content a img {
  margin-right: 40px;
  display: block;
  height: 190px;
  flex-shrink: 0;
}
.part3 .layout .box .contentbox .content a p {
  width: 756px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #999999;
  line-height: 62px;
}
.part4 {
  padding: 56px 0 34px;
  background-color: #fff3f3;
}
.part4 .layout .box {
  margin-top: 29px;
  display: flex;
  justify-content: space-between;
}
.part4 .layout .box ul {
  padding: 40px 28px;
  width: 585px;
  min-height: 188px;
  background-color: rgba(255, 255, 255, 0.79);
}
.part4 .layout .box ul li {
  margin-top: 14px;
}
.part4 .layout .box ul li:nth-child(1) {
  margin-top: 0;
}
.part4 .layout .box ul li:hover a .title p {
  color: #BF0002;
}
.part4 .layout .box ul li a .title {
  display: flex;
  align-items: center;
}
.part4 .layout .box ul li a .title i {
  margin-right: 13px;
  display: block;
  width: 6px;
  height: 6px;
  background: #B40D08;
  border-radius: 50%;
  flex-shrink: 0;
}
.part4 .layout .box ul li a .title p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part4 .layout .more {
  display: block;
  width: fit-content;
  margin: 22px auto 0;
  padding: 5px 20px;
  background: linear-gradient(180deg, #ff6767 0%, #bf0002 100%);
  border-radius: 18px;
  border: 1px solid #FF3600;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #fff !important;
  line-height: 20px;
}
.fixed_right {
  position: fixed;
  bottom: 37%;
  right: 50%;
  transform: translateX(930px);
  z-index: 99;
}
.fixed_right ul li {
  position: relative;
  width: 63px;
  height: 63px;
  margin-bottom: 12px;
  background: #bf0002;
  border-radius: 8px 8px 8px 8px;
}
.fixed_right ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF !important;
  text-align: center;
}
.fixed_right ul li a img {
  margin-bottom: 10px;
  display: block;
  width: 34px;
}
.fixed_right ul li a p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.fixed_right ul li:hover .hoverContent {
  display: block;
}
.fixed_right ul li .hoverContent_1 {
  display: none;
  position: absolute;
  top: 0px;
  left: -140px;
  padding: 10px 5px;
/*  border: 2px solid #BF0002;*/
  border-radius: 5px;
/*  background-color: #FFFFFF;*/
}
.fixed_right ul li .hoverContent_1 img {
  display: block;
  width: 120px;
  height: 120px;
}
.fixed_right ul li .hoverContent_2 {
  display: none;
  position: absolute;
  top: 0px;
  left: -92px;
  padding: 10px 5px;
  border: 2px solid #ad0300;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.fixed_right ul li .hoverContent_3 {
  display: none;
  position: absolute;
  top: 0px;
  left: -149px;
}
.fixed_right ul li .hoverContent_2::after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 84px;
  background-color: transparent;
}
.fixed_right ul li .hoverContent_2 h1 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #AD0200;
  text-align: center;
}
.fixed_right ul li .hoverContent_2 a {
  margin: 5px 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666 !important;
}
@media (max-width: 1880px) {
  .fixed_right {
    right: 0;
    transform: translateX(0);
  }
}
.fixed_left {
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translateX(-930px);
  z-index: 99;
}
.fixed_left a {
  display: block;
}
.fixed_left a img {
  display: block;
  width: 210px;
  height: auto;
}
@media (max-width: 1866px) {
  .fixed_left {
    left: 0;
    transform: translateX(0);
  }
}
.sidebar_tel {
  width: 140px;
  /*157修改为140 20210528修改*/
  box-sizing: border-box;
  /*border: 1px solid #f1f1f1;*/
  box-shadow: 0px 0px 7px 0px #dfe0e2;
  border-radius: 4px;
  /*8修改为4 20210528修改*/
  background: #fff;
  /*padding: 19px 12px; 20210528修改*/
  padding: 18px 0px 18px 19px;
  display: flex;
}
.sidebar_tel_left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.sidebar_tel_dl {
  flex: 1;
}
.sidebar_tel .sidebar_tel_title {
  line-height: 18px;
  height: 18px;
  color: #A2A2A2;
  font-weight: 400;
  font-size: 12px;
}
.sidebar_tel .sidebar_tel_p {
  margin-top: 2px;
  line-height: 18px;
  height: 18px;
  color: #5A5A5A;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.sidebar-right-item:hover .sidebar_tel {
  display: flex;
}







    .bubble-wrap {
        position: absolute;
        left: 60%;
        top: -90px;
        width: 190px;
        margin-left: -95px;
        opacity: 0;
        transform: translateY(10px);
        animation: bubbleIn 0.6s ease-out 0.5s forwards;
    }
    .bubble-content {
        position: relative;
        background: url(../images/qp.png) no-repeat center;
        background-size: 100% 100%;
        border: none;
        border-radius: 0;
        padding: 14px 16px;
        font-size: 13px;
        color: #fff !important;
        line-height: 1.6;
        box-shadow: none;
        word-break: break-all;
    }
    .bubble-content,
    .bubble-content span,
    #bubbleText {
        color: #fff !important;
    }
    @keyframes bubbleIn {
        0%   { opacity: 0; transform: translateY(10px) scale(0.9); }
        100% { opacity: 1; transform: translateY(0) scale(1); }
    }
    @keyframes bubbleFloat {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-4px); }
    }
    .bubble-wrap.show {
        animation: bubbleIn 0.6s ease-out 0.5s forwards, bubbleFloat 3s ease-in-out 1.2s infinite;
    }