body{
  padding-bottom: 150px;
}
.title_Box {
  background-color: white;
  min-width: 1490px;
}
.title_Box .title {
  line-height: 100px;
  height: 100px;
}
.title_Box .title img {
  padding-top: 5px;
  margin-left: 50px;
}
.title_Box .title ul {
  margin-left: 155px;
  display: flex;
}
.title_Box .title ul li {
  padding: 0 20px;
  font-size: 20px;
  color: #333333;
}
.title_Box .title ul li a {
  display: block;
}
.title_Box .title ul li:hover {
  background: url(../imgs/index_nav.jpg) no-repeat center 0;
  font-weight: bold;
}
.title_Box .title ul li:hover a {
  color: red;
}
/* .banner {
  position: relative;
  background: url(../imgs/tender/banner3500.png) no-repeat center 0;
  height: 844px;
}
.banner .btn {
  box-shadow: 5px 2px 4px 1px #858080;
  border: 1px solid #e8302e;
  top: 642px;
  transform: translateX(-268px);
}
.banner .btn button {
  background-color: #e8302e;
}
.banner .btn input {
  color: #e8302e;
} */
/* .banner img {
  position: absolute;
  top: 703px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(88px);
  animation: shan linear 2.2s infinite;
} */

.new_module {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.new_module > div {
  position: relative;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_module > div .img_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.new_module > div .img_box img {
  width: 105px;
  margin-bottom: 5px;
}
.new_module > div .img_box p {
  width: 135px;
  text-align: center;
  font-size: 16px;
  color: white;
}
.new_module > div .fr {
  float: right;
  height: 117px;
  margin-left: 18px;
  
}
.new_module > div .fr input {
  margin-bottom: 10px;
  border-radius: 6px;
  letter-spacing: 2px;
  text-align: center;
  width: 400px;
  height: 40px;
  font-size: 18px;
  border: 1px solid #e8302e;
}
.new_module > div .fr .message {
  color: white;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
}
.new_module > div .fr a {
  border-radius: 6px;
  letter-spacing: 4px;
  color: white;
  font-weight: bold;
  background-color: #e8302e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 400px;
  height: 40px;
}
.new_module div> span{
  position: absolute;
  top: 10px;
  right: 277px;
  color: white;
  font-size: 18px;
}

.dis_none{
      width: 174px;
    height: 148px;
    overflow: hidden;
    right: 0;
    bottom: 0px;
    margin: auto;
    left: auto;
}
.dis_none > div{
  min-width: 0 !important;
   width: 200px !important;
}



@keyframes shan {
  0% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.adv_Box {
  padding-top: 42px;
  background-color: #eee;
  height: 108px;
}
.adv_Box .adv ul {
  display: flex;
  justify-content: space-between;
}
.adv_Box .adv ul li {
  position: relative;
  width: 196px;
}
.adv_Box .adv ul li::before {
  background: url(../imgs/tender/youshi.png) -256px 0;
  position: absolute;
  content: '';
  display: block;
  width: 72px;
  height: 71px;
}
.adv_Box .adv ul li div {
  text-align: center;
  width: 123px;
  float: right;
  color: #333;
}
.adv_Box .adv ul li div span {
  font-size: 30px;
}
.adv_Box .adv ul li div p {
  font-size: 24px;
}
.adv_Box .adv ul li:nth-child(2)::before {
  background-position: 0 0;
}
.adv_Box .adv ul li:nth-child(3)::before {
  background-position: -555px 0;
}
.adv_Box .adv ul li:nth-child(4)::before {
  background-position: -833px 0;
}
.adv_Box .adv ul li:nth-child(5)::before {
  background-position: -1128px 0;
}
h3 {
  text-align: center;
  font-weight: bold;
  padding-top: 87px;
  font-size: 48px;
  color: #2c2c2c;
}
h4 {
  text-align: center;
  margin-top: 8px;
  font-size: 30px;
  color: #2c2c2c;
}
.tel {
  min-width: 1396px;
  position: relative;
  text-align: center;
  background: url(../imgs/index/btn_bg.png) center 0 no-repeat;
  height: 72px;
}
.tel input {
  text-indent: -20px;
  text-align: center;
  top: -1px;
  left: 375px;
  position: absolute;
  background: none;
  margin-top: 8px;
  height: 60px;
  width: 408px;
  font-size: 28px;
  color: #e8302e;
}
.tel button {
  background-color: #e8302e;
  font-size: 30px;
  color: white;
  top: 4px;
  left: 814px;
  position: absolute;
  cursor: pointer;
  height: 66px;
  border-radius: 5px;
  width: 239px;
}
.tel button span {
  font-weight: bold;
}
.btn {
  width: 710px;
  height: 75px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #a20000;
}
.btn button {
  width: 304px;
  height: 100%;
  background-color: #a20000;
  font-size: 36px;
  color: white;
}
.btn input {
  color: #a20000;
  font-size: 48px;
  width: 406px;
  height: 100%;
  text-indent: 2rem;
}
.base_Box {
  /* min-width: 1900px; */
  background-color: #dc2321;
  background-image: url(../imgs/index/base_x1.png), url(../imgs/index/base_x2.png), url(../imgs/index/base_sj.png);
  background-repeat: no-repeat;
  padding-top: 30px;
  background-position: center 451px, center 169px, center 125px;
}
.base_Box > p {
  line-height: 116px;
  height: 85px;
  font-size: 12px;
  color: white;
  text-align: center;
}
.base_Box > p span {
  margin-left: 35px;
}
.base_Box > ul {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.base_Box > ul li {
  height: 74px;
  align-items: center;
}
.base_Box > ul li img {
  position: relative;
}
.base_Box > ul li p {
  height: 30px;
  margin-top: 18px;
  font-size: 18px;
  color: #fcfbfb;
}
.base_Box > ul li:hover img {
  top: -10px;
}
.base_Box > ul li:hover p {
  border-bottom: 1px solid white;
}
.base_Box .base_box {
  padding-top: 26px;
}
.base_Box .base_box .base_l {
  margin-top: 25px;
  float: left;
  width: 660px;
}
.base_Box .base_box .base_l h3 {
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  background: url(../imgs/index/we_titile_bg.png) no-repeat center 48px;
}
.base_Box .base_box .base_l p {
  height: 41px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.base_Box .base_box .base_r {
  margin-top: 25px;
  float: right;
  width: 667px;
}
.base_Box .base_box .base_r h3 {
  padding: 0;
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  background: url(../imgs/index/we_titile_bg.png) no-repeat center 48px;
}
.base_Box .base_box .base_r ul {
  margin-top: 25px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.base_Box .base_box .base_r ul li {
  height: 35.5px;
  font-size: 18px;
  flex: 33%;
  width: 175px;
}
.base_Box .base_box .base_r ul li a {
  color: white;
}
.tk_Box {
  display: none;
  position: fixed;
  background-color: #666;
  width: 656px;
  height: 299px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 26px 22px 12px;
  z-index: 20;
}
.tk_Box > img {
  position: absolute;
  top: 19px;
  z-index: 500;
}
.tk_Box > img:nth-child(1) {
  left: 148px;
}
.tk_Box > img:nth-child(2) {
  left: 484px;
}
.tk_Box div {
  z-index: 100;
  position: relative;
  margin-top: 30px;
  width: 323px;
  height: 253px;
  border-radius: 8px;
  background-color: #eee;
  text-align: center;
}
.tk_Box div img {
  padding-top: 54px;
}
.tk_Box div .nub {
  font-size: 30px;
  font-weight: bold;
}
.tk_Box div input {
  background-color: #fff;
  text-indent: 3rem;
  border-radius: 5px;
  width: 284px;
  height: 40px;
  color: #a9a9a9;
  font-size: 16px;
}
.tk_Box div .top {
  margin: 55px 0 29px 0;
}
.tk_Box div .a1 {
  color: white;
  margin: 0 auto;
  display: block;
  line-height: 40px;
  width: 288px;
  height: 40px;
  border-radius: 8px;
  font-size: 18px;
  background-color: #e8302e;
}
.tk_Box div .a2 {
  border-radius: 6px;
  line-height: 40px;
  display: block;
  top: 124px;
  right: 20px;
  position: absolute;
  width: 96px;
  height: 40px;
  color: white;
  background-color: #e8302e;
  font-size: 16px;
}
.tk_Box .fr > p:nth-of-type(1)::before {
  position: absolute;
  top: 64px;
  left: 26px;
  content: "";
  background-image: url(../imgs/index/tk_telioc.png), url(../imgs/index/tk_shu.png);
  background-repeat: no-repeat;
  background-position: 4px 0, 32px -5px;
  display: block;
  width: 40px;
  height: 33px;
}
.tk_Box .fr > p:nth-of-type(2)::before {
  top: 125px;
  left: 26px;
  position: absolute;
  content: "";
  background: url(../imgs/index/tk_dian.png), url(../imgs/index/tk_shu.png);
  background-repeat: no-repeat;
  background-position: 1px 17px, 32px 5px;
  width: 40px;
  height: 33px;
  display: block;
}
.tk_Box .fr div {
  display: none;
  position: absolute;
  background-color: #e94c4b;
  width: 288px;
  height: 172px;
  text-align: center;
  top: 23px;
  left: 17px;
}
.tk_Box .fr div h6 {
  border-radius: 4px;
  margin: 49px auto 17px;
  line-height: 30px;
  width: 153px;
  height: 30px;
  font-size: 16px;
  color: #e94c4b;
  background-color: #fff;
}
.tk_Box .fr div span,
.tk_Box .fr div p {
  font-size: 16px;
  color: white;
}
.tk_Box .esc {
  display: block;
  background: url(../imgs/index/esc.png) no-repeat center;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.tbg {
  background: url(../imgs/tender/y_h_bg.png) no-repeat center 146px;
}
.tishi {
  display: none;
  border-radius: 20px 20px;
  text-align: center;
  background: rgba(252, 119, 21, 0.7);
  line-height: 50px;
  font-size: 24px;
  color: white;
  padding: 5px 30px;
  height: 50px;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
}
.wx {
  width: 140px;
}

.pop-up {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 100;
  top: 0;
}
.pop-up .box {
  position: relative;
  width: 890px;
  height: 386px;
}
.pop-up .box .quit {
  color: #012255;
  position: absolute;
  top: -5px;
  font-size: 48px;
  transform: rotate(45deg);
}
.pop-up .box img {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 166px;
}
.pop-up .box .phone_q {
  position: absolute;
  right: 26px;
  bottom: 85px;
  font-size: 30px;
  color: #012255;
  letter-spacing: 4px;
  font-weight: bold;
  transform: scale(1) translateY(0px);
  transition: 0.2s linear transform;
  display: inline-block;
}
@keyframes amplification {
  0% {
    transform: scale(1) translateY(0px);
  }
  50% {
    transform: scale(1.5);
    transform: scale(1) translateY(-6px);
  }
  100% {
    transform: scale(1);
    transform: scale(1) translateY(0px);
  }
}
.pop-up .box .amplification {
  transition: 0.2s linear transform !important;
  transform: scale(1.5) translateY(-10px) !important;
  display: inline-block !important;
  color: #FE982F !important;
}


.scroll-top-btn {
  position: fixed;
  bottom: 20px;
  right: 0px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #e8302e;
  background-image: url(../imgs/index/scroll_top.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 999;
  background-color: white;
}

.banner-qr-phone-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #efefef;
  box-shadow: rgba(0, 0, 0, 0.24) 3px 1px 8px;
  padding: 10px;
  width: 675px;
  position: absolute;
  left: 50%;
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.banner-qr-phone-card img {
  height: 135px;
  width: 135px;
  margin-right: 10px;
}

.banner-qr-phone-card .phone {
  font-weight: bold;
  font-size: 46px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-top: 16px;
  padding: 5px 150px 5px 15px;
}