.news{
  /* background: #fff; */
}
.news-items li{
  background: #fff;
  /* box-shadow: 0px 0px 8px 0px rgba(0,1,1,0.1); */
  border-radius: 16px;
  overflow: hidden;

}
.news-items li:hover{
  background: #0091bf;
}
.news-items li:hover .news-link .news-text{
  background: #0091bf;
}
.news-items li:hover .news-link .news-text .news-more .dowm1{
  display: inline-block;
}
.news-items li:hover .news-link .news-text .news-more .dowm{
  display: none;
}
.news-items li .news-link .news-text .news-more{
  color:#777;
}
.news-items li:hover .news-link .news-text .tit,
.news-items li:hover .news-link .news-text .intro,
.news-items li:hover .news-link .news-text .news-more{
  color: #FFFFFF !important;
}
.news-text{
  padding: 30px;
}
.news-text .tit{
  color: #333;
  font-weight: normal;
}
.news-text .intro{
  color: #444;
  font-weight: bold;
  line-height: 1.4;
}
.dowm1{
  display: none;
}
.dowm{
  margin-right: 5px;
  display: inline-block;
}
.dowm .dowm-btn{
  background-image: url(__TPLTMAPE__template/default/images/toltxt.html);
  background-size: cover;
  background-repeat: no-repeat;

}
.gupiao{

}
.gupiao .gg{
  display: flex;
  justify-content: space-between;
}
.gupiao .gg .g-info{

}
.gupiao .gg .g-info .g-code{
  font-weight: 800;
  color: #0091c0;
}
.gupiao .gg .g-info .g-infos{
  font-weight: 800;
  color: #0091c0;
}
.gupiao .gg .g-info .g-detail{
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.gupiao .gg .g-math{
  border: 1px solid #0097DA;
  border-radius: 16px;
  overflow: hidden;
  
}
.gupiao .gg .g-math div:nth-child(odd){
  background: rgba(1, 145, 192,0.8);
  /* opacity: 0.7; */
}
.gupiao .gg .g-math div:nth-child(even){
  background: rgba(0, 151, 218,0.7);
  /* opacity: 0.5; */
}
.three p,.four p{
  line-height: 1.5;
}
.one,.two,.three,.four,.five{
  padding-left: 30px;
  padding-right: 120px;
  font-family: Source Han Sans CN;
  color: #FFFFFF;

}
.contact{
  background: #f1f4f6;
}
.contact .con-title{
 
  font-family: Source Han Sans CN;
  font-weight: 700;
  color: #333333;
  line-height: 1;
}
.contact .con-tent{
  display: flex;
  justify-content: space-between;

}
.contact .con-tent .con-call{
  width: 49%;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.contact .con-tent .con-call img{
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.contact .con-tent .con-call p{
font-family: Source Han Sans CN;
font-weight: 500;
color: #444444;
position: absolute;
top: 27px;
left: 52px;
}
.contact .con-tent .con-boss{
  width: 49%;
  /* background: #FFFFFF; */
  background: #0091bf;
  color: #FFFFFF;
  /* box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); */
  /* border: 1px solid #eee; */
  border-radius: 16px;
  padding-left: 45px;
  padding-right: 45px;
  cursor: pointer;
  /* color: #777; */
}
/* .contact .con-tent .con-boss:hover{
  background: #0091bf;
  color: #FFFFFF;
} */

/* .contact .con-tent .con-boss:hover .boss-off{
  color: #FFFFFF;
} */
.contact .con-tent .con-boss:hover .con-tel .con-info .img1,
.contact .con-tent .con-boss:hover .con-tel .con-mobile .img1,
.contact .con-tent .con-boss:hover .con-tel .con-tax .img1{
  display: inline-block;
}
.contact .con-tent .con-boss:hover .con-tel .con-info .img,
.contact .con-tent .con-boss:hover .con-tel .con-mobile .img,
.contact .con-tent .con-boss:hover .con-tel .con-tax .img{
  display: none;
}
.contact .con-tent .con-boss .boss-off{
  
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* color: #444; */
  color: #FFFFFF;
}
.contact .con-tent .con-boss .con-tel{
  display: flex;
 
  /* justify-content: space-between; */
}
.contact .con-tent .con-boss .con-tel .con-info,
.contact .con-tent .con-boss .con-tel .con-mobile{
  margin-right: 33px;
}
.contact .con-tent .con-boss .con-tel .con-info .img1,
.contact .con-tent .con-boss .con-tel .con-mobile .img1,
.contact .con-tent .con-boss .con-tel .con-tax .img1{
  /* display: none; */
  display: inline-block;
}
.contact .con-tent .con-boss .con-tel .con-info .img,
.contact .con-tent .con-boss .con-tel .con-mobile .img,
.contact .con-tent .con-boss .con-tel .con-tax .img{
  /* display: inline-block; */
  display: none;
}

.invest,.investdq{
  background: #FFFFFF;
}

@media all and (max-width:1600px) {
  .contact .con-tent .con-boss .con-tel{
    display: block;
    /* justify-content: space-between; */
  }
 }
@media all and (max-width:1279px) {
  .contact .con-tent .con-boss .con-tel{
    display: block;
    /* justify-content: space-between; */
  }
 }

@media all and (max-width: 1024px) {
  .gupiao .gg{
    display: block;
  }
  .gupiao .gg .g-math{
    margin-top: 10px;
    border-radius: 10px;
  }
  .contact .con-tent{
    display: block;
  
  }
  .contact .con-tent .con-call{
    width: 100%;
  }
  .contact .con-tent .con-call img{
    width: 100%;
    border-radius: 10px;
  }
  
  .contact .con-tent .con-boss{
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
  }
  .contact .con-tent .con-boss .con-tel{
    display: block;
    /* justify-content: space-between; */
  }
  .news-items li{
    border-radius: 10px;
  }

  /* body{
    background-image: url('https://gz-images.oss-cn-guangzhou.aliyuncs.com/taccmer.png') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-attachment: fixed !important;
    z-index: -1;
  } */
  
  body:before {
    content: ' ';
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('https://gz-images.oss-cn-guangzhou.aliyuncs.com/taccmer.png') center 0 no-repeat !important;
    background-size: cover !important;
  }
}

@media all and (max-width: 768px) {
  
}