@font-face {
  font-family: "sy";
  src: url("./SourceHanSansCN-Normal.otf");
}
*{
  font-family: 'sy';
}

.container{
  width: 100%;
}

.bgi{
  position: relative;
  width: 100%;
}
.bgi img{
  width: 100%;
  height: 100%;
}
.tabbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%);
  width: 1500px;
  height: 88px;
  background-color: #ffffff;
  border-radius: 6px;
  z-index: 9;
  padding: 0 50px;
  box-sizing: border-box;
}
.f{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  height: 88px;
  background-color: #ffffff;
  border-radius: 6px;
  z-index: 987654321;
  padding: 0 50px;
  width: 1500px;
  box-sizing: border-box;
 } 

.logo {
  width: 452px;
  height: 32px;
}

.logo img {
  width: 100%;
  height: 100%;
}

.navigationTab {
  font-size: 16px;
  height: 100%;
  margin-left: 96px;
}
.navigationTab ul {
  display: flex;
  width: 100%;
  height: 100%;
}

.navigationTab ul li {
  line-height: 88px;
  text-align: center;
  font-weight: bold; 
  color: #333333;
  margin-left: 50px;
}
.navigationTab ul li:first-child{
  margin-left: 0;
}
/* .navigationTab ul li:nth-child(2){
margin-left: 64px;
}
.navigationTab ul li:nth-child(3){
margin-left: 48px;
}
.navigationTab ul li:nth-child(4){
margin-left: 55px;
}
.navigationTab ul li:nth-child(5){
margin-left: 57px;
}
.navigationTab ul li:nth-child(6){
margin-left: 56px;
} */

.navigationTab ul li:hover {
  color: #c8103d;
}

.tabbarInp {
  position: relative;
  width: 160px;
  height: 34px;
  border-radius: 6px;
}

.tabbarInp input {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: solid 1px #c8103d;
  padding-left: 10px;
  box-sizing: border-box;
}

.tabbarInp img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}


.tabbar2{
  height: 60px;
  align-items: center;
  border-bottom: 1px solid #efefef;
}

.tabbar2 ul{
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.tabbar2 ul>li{
  flex: 1;
  height: 100%;
  /* padding: 22px 76px; */
  text-align: center;
  font-size: 16px;
}

.main{
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #FBFBFB;
  padding-bottom: 90px;
}

.mainBox{
  width: 1400px;
  background-color: white;
  padding: 50px 80px 88px 80px;
  margin-top: 50px;
}

.t1{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.left{
  width: 50%;
}

.left-title{
  font-size: 24px;
  color: #79a74e;
  font-weight: bold;
  margin-top: 28px;
}

.left-txt ul{
  font-size: 15px;
  color: #555555;
  margin-top: 30px;
}
.left-txt ul li {
  line-height: 32px;
}

.t2{
  width: 100%;
}

.t2-title{
  font-size: 24px;
  color: #79a74e;
  font-weight: bold;
  margin-top: 52px;
}

.t2-main{
  font-size: 15px;
	line-height: 32px;
  color: #555555;
  margin-top: 30px;
}

.t2-img{
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}

.head{
  width: 100%;
  height: 180px;
  background-color: #f6f6f6;
}

.head-main{
  display: flex;
  width: 1400px;
  height:100%;
  margin: 0 auto;
}

.c1{
  width: 25%;
  height: 100%;
}

.c1-1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  font-size: 16px;
  color: #666666;
}

.introduce{
  width: 100%;
  height: 140px;
  background-color:#79a74e ;
  text-align: center;
  padding: 25px 0;
  box-sizing: border-box;
}

.introduce>div{
  height: 33.33%;
  color: white;
  font-size: 16px;
}

.footer{
  width: 100%;
  height: 65px;
  text-align: center;
  line-height: 65px;
  color: #555555;
}

.bgc{
  background-color: #c8103d;
  color: white;
}


.block{
  display: block;
}
.trends{
  padding-bottom: 80px;
}

.news{
  display: flex;
  width: 1400px;
  height: auto;
  border: solid 1px #eeeeee;
  margin: auto;
  margin-top: 40px;
  align-items: center;
}
.news .newImg {
    width: 343px;
}
.news .newImg img{
  vertical-align: top;
}
.news:hover .news-title{
  color: #c8103d;
}

.news-main{
  flex: 1;
  /* height: 100%; */
  padding: 30px 30px 38px 40px;
}

.news-title{
  width: 100%;
  font-size: 22px;
  color: #333333;
  line-height: 1.2;
}

.newstxt{
  /* width: 837px; */
  font-size: 16px;
  color: #666666;
  margin-top: 36px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
}


.color{
  color: #c8103d !important;
}

.bgc2{
  color: white;
  background-color: #c8103d;
}

.page{
  /* display: flex; */
  width: 590px;
  margin: 0 auto;
  margin-top: 70px;
}

.page>a{
  display: inline-block;
  border: 1px solid #dbdbdb;
  margin-left: 10px;
  /* color: #777777 !important; */
  font-size: 15px !important;
text-align: center;
line-height: 46px;
}
.pagenumber{
  width: 48px; height: 48px;
}
.home{
  display: inline-block !important;
  width: 80px  !important;;
	height: 48px  !important;;
  background-color: #c8103d  !important;
  color: white !important;
}
.up{
  width: 90px !important;
	height: 48px !important;
}
.next{
  width: 90px !important;
	height: 48px !important;
}
.beo{
  width: 80px !important;
	height: 48px !important;
}


.page>a:hover{
  background-color: #c8103d !important; 
  color: white !important; 
}
.news-time{
  position: relative;
  width: 142px;
  /* height: 100%; */
}

.news-time::after{
  content: '';
  position: absolute;
  width: 2px;
  height: 88px;
  background-color: #bbbbbb;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}

.day{
  font-size: 60px;
  color: #bbbbbb;
  text-align: center;
  /* margin-top: 44px; */
  font-weight: bold;
}

.date{
    text-align: center;
    font-size: 18px;
    color: #bbbbbb;
    margin-top: 20px;
}


@media screen and (max-width: 1440px){
    body{
      zoom: .857;
    }
    .page>div {
      padding: 18px 18px;
    }
} 
@media screen and (max-width: 1400px) {
  .tabbar{
    width: 100%;
  }
  .tabbar2 ul,.news,.head-main{
    width: 100%;
  }
}

@media screen and (max-width: 1366px) {
  .tabbar{
    width: 100%;
  }
  .tabbar2 ul,.news,.head-main{
    width: 100%;
  }
}

@media screen and (max-width: 1280px){
  .tabbar,.f{
    width: 100%;
  }
  .tabbar2 ul,.news{
    width: 100%;
  }

  .head-main{
    width: 1000px;
  }
  .newstxt{
    /* width: 700px; */
  }

  .navigationTab{
    margin-left: 50px;
  }
  .navigationTab ul li{
    margin-left: 30px;
  }
}