#banner img{
  width: 100%;
  height: 5rem;
}

.tabbar {
  width: 19.2rem;
  height: 0.58rem;
  background: #FBFBFB;
  padding-left: 2.88rem;
}

.tabbar .tabbar-ul {
  list-style: none;
  clear: both;
}

.tabbar .tabbar-ul .tabbar-item {
  float: left;
  font-size: 0.16rem;
  font-weight: 400;
  color: #000000;
  height: 0.58rem;
  line-height: 0.58rem;
  letter-spacing: 1px;
  margin-right: 0.8rem;
  position: relative;
}

.tabbar .tabbar-ul .tabbar-item a {
  height: 0.58rem;
  display: block;
  font-size: 0.16rem;
}

.tabbar .tabbar-ul .tabbar-item.active {
  border-bottom: 2px solid #2A67A1;
}



/* 最新动态 */



.latest {
  background: #FFFFFF;
  margin-left: 2.88rem;
  margin-right: 2.88rem;
}

.latest>.title {
  margin-top: 0.44rem;
  font-size: 0.24rem;

  font-weight: bold;
  color: #000000;
  line-height: 0.33rem;
  letter-spacing: 2px;
  display: block;
}
.news-list>.title {
  margin-top: 0.44rem;
  font-size: 0.24rem;

  font-weight: bold;
  color: #000000;
  line-height: 0.33rem;
  letter-spacing: 2px;
  display: block;
}

.latest .small-img-container {
  width: 100%;
  overflow: hidden;
  margin-top: 0.18rem;
  margin-bottom: 0.1rem;
}

.latest .small-img-container .small-img-box .small-img {
  width: 100%;
  height: 100%;
}

.latest .small-img-container .small-img-box {
	width: 3.5rem;
	height: 2.33rem;
	margin: 0.14rem 0 0 0.14rem;
  position: relative;
  float: left;
}
.latest .small-img-container .small-img-box:first-child{
	width: 6.1rem;
	height: 4.8rem;
	margin: 0;
}
.latest .small-img-container .small-img-box:first-child .title{
  left: 0.13rem;
  top: 3.8rem;
  
}
.latest .small-img-container .small-img-box:first-child .text{
  left: 0.13rem;
   top: 4.14rem;
   width: 6rem;
}
.latest .small-img-container .small-img-box:first-child .text1{
  left: 0.13rem;
   top: 4.5rem;
   opacity: 0.9;
   width: 6rem;
}
.latest .small-img-container .small-img-box .text1{
  opacity: 0;
}
.latest .small-img-container .small-img-box:nth-child(2){
  margin-top: 0;
}
.latest .small-img-container .small-img-box:nth-child(3){
  margin-top: 0;
}

.latest .small-img-container .small-img-box .small-img{
    border-radius: 0.1rem;
}
.latest .small-img-container .small-img-box .title {
  font-size: 0.14rem;

  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.2rem;
  letter-spacing: 1px;
  position: absolute;
  left: 0.19rem;
  top: 1.72rem;
  display: block;
  cursor: pointer;
}
.latest .small-img-container .small-img-box .title1 {
  font-size: 0.14rem;

  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.2rem;
  letter-spacing: 1px;
  float: right;
  margin-left: 0.1rem;
  display: block;
  cursor: pointer;
}
.latest .small-img-container .small-img-box .text {
  font-size: 0.18rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.25rem;
  letter-spacing: 1px;
  left: 0.19rem;
  top: 2rem;
  display: block;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 3.16rem;
}

.news-list {
  margin-top: 0.7rem;
  padding: 0 2.88rem;
  margin-bottom: 1rem;
}
.news-list .news-item {
  height: 1.95rem;
  margin-top: 0.3rem;
  border-bottom: 1px solid #D8D8D8;
}
.news-list .news-item:hover{
  box-shadow: 0rem 0.02rem 0.06rem 0rem rgb(0 0 0 / 10%);
}

.news-list .news-item .img {
  height: 1.4rem;
  width: 1.6rem;
  border-radius: 0.05rem;
}

.flex-horizontal {
  display: flex;
}

.news-list .news-item .text-container {
  display: flex;
  flex-direction: column;
  margin-left: 0.13rem;
}

.news-list .news-item .text-container .title {
  font-size: 0.18rem;

  font-weight: 500;
  color: #000000;
  line-height: 0.25rem;
  letter-spacing: 1px;
}

.news-list .news-item .text-container .text {
  font-size: 0.16rem;

  font-weight: 400;
  color: #000000;
  line-height: 0.35rem;
  letter-spacing: 1px;
  margin-top: 0.12rem;
}

.news-list .news-item .text-container .flex-horizontal {
  align-items: center;
}

.news-list .news-item .text-container .company {
  font-size: 0.14rem;

  font-weight: 500;
  color: #2A67A1;
  line-height: 0.2rem;
  letter-spacing: 1px;
  margin-left: 0.44rem;
}

.news-list .news-item .float-right {
  float: right;
  font-size: 0.14rem;

  font-weight: 400;
  color: #000000;
  line-height: 0.2rem;
  letter-spacing: 1px;
  margin-top: 0.1rem;
}

.news-list .news-item .float-right .detail{
  color: #2A67A1;
  margin-right: 0.84rem;
}
.news-list .news-item .float-right .time{
  margin-right: 0.4rem;
}



/* 最新动态 */



/* 公司视频 */



#content{
	overflow: hidden;
	margin: 0 2.88rem 0.78rem;
}
#neirong{
	width: 100%;
	overflow: hidden;
}
#content .headline{
	font-size: 0.24rem;
  font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	margin-bottom: 0.18rem;
	margin-top: 0.44rem;
}
#content .hezi{
	margin: 0.42rem 0.9rem 0 0;
	height: 2.43rem;
	width: 3.8rem;
	float: left;
	position: relative;
	background: #FFFFFF;
}
#content .hezi:first-child{
	margin-top: 0;
}
#content .hezi:nth-child(2){
	margin-top: 0;
}
 #content .hezi:nth-child(3){
	margin-top: 0;
}
#content .hezi:nth-child(3n){
	margin-right: 0;
}
#content .hezi .shipin{
	height: 2.43rem;
	width: 3.8rem;
	overflow: hidden;
}
#content .wenzi{
	position: absolute;
	bottom:0.1rem;
	padding: 0 0.14rem;
}
#content .wenzi .wenzi1{
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.25rem;
	letter-spacing: 1px;
}
#content .wenzi .wenzi2{
	width: 100%;
	font-size: 0.13rem;
	color: #FFFFFF;
	margin-top: 0.1rem;
	letter-spacing: 1px;
	white-space: nowrap; 
	overflow: hidden;  
	text-overflow: ellipsis; 
}



/* 公司视频 */




#content1{
	overflow: hidden;
	margin: 0 2.88rem 0.78rem;
}
#content1 .headline{
	font-size: 0.24rem;
	color: #000000;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 0.19rem;
	margin-top: 0.44rem;
}
#content1 #neirong{
	overflow: hidden;
}
#content1 .hezi1{
	height: 3.44rem;
	width: 3rem;
	float: left;
	margin-top: 0.61rem;
	margin-right: 0.4rem;
	overflow: hidden;
	background: #FFFFFF;
	transition: margin-top 0.5s ease;
}
#content1 .hezi1 ul{
	min-height: 3.43rem;
	margin-top: 0.1rem;
	transition: margin-top 0.5s ease;
}
#content1 .hezi1:nth-child(4n){
	margin-right: 0;
}
#content1 .hezi1:first-child{
	margin-top: 0;
}
#content1 .hezi1:nth-child(2){
	margin-top: 0;
}
#content1 .hezi1:nth-child(3){
	margin-top: 0;
}
#content1 .hezi1:nth-child(4){
	margin-top: 0;
}
#content1 .hezi1 ul:hover{
	margin-top: 0rem ;
	box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(0, 0, 0, 0.1);
}
#content1 .hezi1 ul:hover{
	margin-top: 0rem ;
	box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(0, 0, 0, 0.1);
}
#content1 .hezi1 img{
	height: 1.91rem;
	width: 3rem;
  border-radius: 0.05rem;
}
#content1 .hezi1 .wenzi{
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.25rem;
	letter-spacing: 1px;
	margin-top: 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#content1 .hezi1 .wenzi1{
	font-size: 0.13rem;
	color: #000000;
	line-height: 0.28rem;
	letter-spacing: 1px;
	margin-top: 0.12rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.zhezhaoab{
  height: 2.43rem;
    width: 3.8rem;
    background: #000000;
    position: absolute;
    top: 0;
    opacity: 0.3 ;
}
.ztana img{
  height: 0.4rem;
  width: 0.4rem;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos {
  display: none;
  border: 1px solid #080808;
  background-color: #000000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
  width: 12rem;
  height: 9rem;
}

.vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
  height: 0.25rem !important;
  width: 0.25rem !important;
}