@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: 0 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;
  margin-left: 50px;
  color: #333333;
}
.navigationTab ul li:first-child{
  margin-left: 0;
}
/* .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;
  margin-left: 48px;
}

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

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

.introduction{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 625px;
}

.introductionBox{
  display: flex;
  width: 1400px;
  height: 425px;
}

.left{
  width: 690px;
  height: 100%;
  background-color: #79a74e;
  padding: 0 46px 70px 46px;
  box-sizing: border-box;
}

.title{
  /* width: 80%; */
  height: 135px;
  font-size: 30px;
  color: white;
  border-bottom: 1px dashed #c9dcb8;
  line-height: 135px;
}

.info{
  font-size: 18px;
  color: white;
  margin-top: 60px;
  line-height: 48px;
}

.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;
}
.f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  height: 88px;
  background-color: #ffffff;
  border-radius: 6px;
  z-index: 9;
  padding: 0 50px;
  width: 1500px;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px){
  body{
    zoom: .857;
  }
  .navigationTab{
    margin-left: 96px;
  }
  .navigationTab ul li{
    margin-left: 46px;
  }
}
@media screen and (max-width: 1400px) {
  .introductionBox ,.head-main{
    width: 1200px;
  }
  .left {
    padding: 0 20px 70px 20px;
  }
}

@media screen and (max-width: 1366px) {
  .introductionBox ,.head-main{
    width: 1200px;
  }
  .left {
    padding: 0 20px 70px 20px;
  }
}