@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;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%);
  width: 1500px;
  height: 88px;
  background-color: #ffffff;
  border-radius: 6px;
  z-index: 9;
  padding-left:50px;
  /* 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:hover {
  color: #c8103d;
}

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

.tabbarInp form{
  width: 100%;
  height: 100%;
}

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

.tabbarInp input:last-child {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 14px;
  border: 0;
  height: 14px;
  background-color: white;
  cursor: pointer;
  background: url('../images/serch.png');
}

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

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

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

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

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

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

.left{
  width: 50%;
  line-height: 32px;
  font-size: 15px;
  color: #555555;
}

.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: 1500px;
  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;
}
.c1-1 img{
  width: auto;
}

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

.introduce>div{
  height: 33.33%;
  /* line-height: 46px; */
  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;
}

.enterprise{
  display: flex;
  position: relative;
  width: 1500px;
  margin: 0 auto;
  align-items: center;
  padding: 60px 0 80px 0;
}

.f{
  display: flex;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  width: 1500px;
  height: 88px;
  background-color: #ffffff;
  border-radius: 6px;
  z-index: 9;
  padding-left:50px;
} 

.enterpriseRight{
  display: flex;
  justify-content: space-between;
  position: relative;
  right: 0px;
  width: 1117px;
  height: 437px;
  background-color: white;
  z-index: 9;
  padding: 52px 30px  54px  43px;
  flex-wrap: wrap;
  box-shadow: 0px 0px 27px 0px 
		rgba(173, 173, 173, 0.13);
}

/* .enterpriseRight .enterprisebox:nth-child(even){
  margin-left: 74px;
} */

.enterprisebox{
  /* display: flex; */
  width: 45%;
}
.enterprisebox img{
  width: 26px;
}

.enterprisebox .txt{
  margin-left: 60px;
  margin-top: -22px;
}
.enterprisebox span:first-child{
  display: block;
  font-size: 17px;
  color: #333333;
  font-weight: bold;
}

.enterprisebox span:last-child{
  position: relative;
  top: 20px;
  font-size: 16px;
  color: #777777;
}



.honor{
  width: 1400px;
  margin:  0 auto;
  padding-bottom: 84px;
  position: relative;
}

.honorImg{
  display: flex;
  width: 100%;
  height: 335px;
  margin-top: 88px;
}

.honorTitle{
  display: flex;
  flex-direction: column;
  width: 530px;
  height: 100%;
  background-color: #79a74e;
  color: white;
  padding: 68px 60px 0 53px;
  box-sizing: border-box;
}

.honorList{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 306px;
  margin-top: 40px;
}

.honorInfo{
  width: 328px;
  height: 100%;
  border: solid 1px #dddddd;
}

.f1{
  width: 100%;
  /* height: 255px; */
  /* padding: 42px 38px 38px 34px; */
  box-sizing: border-box;
  background-color: #fff;
}

.f1txt{
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  color: #666;
  opacity: 1 !important;
  box-sizing: border-box;
  padding: 5px 3px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f1txt span{
  line-height: 1.4;
  color: #666;
}


.brandvideo{
  width: 100%;
  padding-bottom:82px;
}

.brandvideoTitle{
  width: 100%;
  height: 135px;
  line-height: 135px;
  font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.brandvideoTitle img{
  width: 1360px;
}
.main_tit{
  display: flex;
  justify-content: center;
}
.video{
  width: 1133px;
  height: 640px;
  margin: 0 auto;
}

.video video{
  width: 100%;
  height: 100%;
}

.trends{
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
  flex-wrap: wrap;
}

.news{
  display: flex;
  width: 1500px;
  height: 240px;
  border: solid 1px #eeeeee;
  margin-top: 40px;
  cursor:pointer;
  /* padding:0 20px; */
}

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

.news-title{
  width: 100%;
  font-size: 20px;
  color: #333;
}

.news-title span{
  color: #333;
}

.news:hover>.news-main .news-title span{
  color: #c8103d;
}

.newstxt{
  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;
}

/* .news-time{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
} */

.serch{
  width: 136px;
	height: 46px;
  background-color: #f4f4f4;
  padding: 15px 36px;
  font-size: 16px;
  color: #666;
  transition: all .3s;
}

.serch:hover{
  background-color: #c8103d;
  color: #fff;
}

.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;
  font-size: 15px !important;
  transition: all .3s;
}
.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;
}
.pagenumber{
  width: 48px; height: 48px;
}
.pagecount{
  width: 100px;
  line-height: 45px;
}


.page>a:hover{
  background-color: #c8103d !important; 
  color: white !important; 
}



@media screen and (max-width: 1400px) {
  .tabbar2 ul{
    width: 1300px;
  }
  .navigationTab {
    margin-left: 50px;
  }
  .tabbar2 ul>li{
    padding: 0;
    line-height: 60px;
  }
  .navigationTab ul li{
    margin-left: 26px;
  }
  .enterprise{
    width: 1200px;
    margin: 50px auto 80px auto;
  }
  .honor,.brandvideo,.trends,.head-main{
    width: 1200px;
  }
  .honorInfo {
    width: 300px;
  }
  .trends,.brandvideo{
    margin: 0 auto;
  }
  .main{
    margin-bottom: 0;
  }
  .mainBox{
    margin: 50px auto 0 auto;
  }
  .honnerZs img{
    display: inline-block;
    height: 336px;
  }
  .fzlc:before{
    transform: translate(-54%);
    width: 1100px;
  }
}

@media screen and (max-width: 1440px){
    body{
      zoom: .857;
    }
    .navigationTab{
      margin-left:96px;
    }
    .navigationTab ul li{
      margin-left: 28px;
    }
    .navigationTab ul li:first-child{
      margin-left: 0;
    }
    .navigationTab ul li{
      margin-left: 46px !important;
    }
}

@media screen and (max-width: 1366px) {
    .tabbar2 ul{
      width: 1200px;
    }
    .tabbar2 ul>li{
      padding: 0;
      line-height: 60px;
    }
    .enterprise{
      width: 1200px;
      margin: 50px auto 80px auto;
    }
    .honor,.brandvideo,.trends,.head-main{
      width: 1200px;
    }
    .honorInfo {
      width: 300px;
    }
    .trends,.brandvideo{
      margin: 0 auto;
    }
    .main{
      margin-bottom: 0;
    }
    /* .dsj{
      width: 1200px;
    } */
    .mainBox{
      margin: 50px auto 0 auto;
    }
}

@media screen and (max-width: 1280px){
  .navigationTab{
    margin-left: 50px;
  }
  .navigationTab ul li{
    margin-left: 30px !important;
  }

  .tabbar2 ul,.enterprise,.honor,.trends{
    width: 1100px;
  }
  .head-main{
    width: 1000px;
  }
  .f1{
    padding: 0;
  }

  .honnerZs img{
    display: inline-block;
    height: 334px;
  }
  .fzlc:before{
    width: 1030px;
  }

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

  /* 新增 */
  .news{
    width: 100%;
  }
}

.honor .swiper-slide{
  height: auto;
  background-color: #f5f5f5;
}