@font-face {
  font-family: "sy";
  src: url("./SourceHanSansCN-Normal.otf");
}
*{
  font-family: 'sy';
}
.tabbar {
  display: flex;
  align-items: center;
  width: 1500px;
  height: 88px;
  margin:  0 auto;
  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:first-child{
  margin-left: 0;
}

.navigationTab ul li {
  line-height: 88px;
  text-align: center;
  font-weight: bold;
  color: #333333;
  margin-left: 50px;
}

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

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

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

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

.container{
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
  background-color: #fbfbfb;
  padding-bottom: 74px;
}

.main{
  display: flex;
  width: 1400px;
}

.left{
  width: 370px;
  box-sizing: border-box;
  padding: 50px 20px 0 20px;
  background: linear-gradient(#e3edd6, white); 
}

.title{
  color: #79a74e;
  font-weight: initial;
}

.title span{
  display: block;
}

.inp {
  position: relative;
  margin-top: 60px;
}

.inp input[name=keyword]{
  width: 100% !important;
	height: 48px;
	background-color: #90b466;
  opacity: 0.5;
  border: 0;
  color: white;
  padding-left: 16px;
  font-size: 16px;
  box-sizing: border-box;
}

.inp input[type=submit]{
  width: 48px !important;
  height: 48px !important;
  right: 0 !important;
  top: 0 !important;
  background-position: center center !important;
}

.inp img{
  position: absolute;
  right: 40px;
  top: 16px;
  box-sizing: border-box;
}

.txt{
  margin-top: 82px;
  height: 56px;
}

.txt span{
  display: block;
	font-size: 20px;
	color: #98b376;
}

input::-webkit-input-placeholder{
  color:white;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:white;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:white;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color:white;
}

.right{
  flex: 1;
  padding: 0  40px;
  background-color: white;
}

.title2{
  text-align: center;
  width: 850px;
  /* height: 154px; */
  color: #333333;
  font-size: 26px;
  padding: 50px 0 0 0;
  box-sizing: border-box;
  border-bottom: dashed 1px #ededed;
  margin: 0 auto;
}

.title2 span:last-child{
  display: block;
  font-size: 16px;
  margin-top: 26px;
}

.conter{
  width: 100%;
  padding: 38px 14px 0 18px;
  box-sizing: border-box;
  max-height: 650px;
  overflow: auto;
}
.conter span{
  /* display: block; */
  font-size: 16px;
  color: #555555;
  line-height: 30px;
}
.conter p{
  /* font-weight: bolder; */
  /* font-size: 18px; */
  color: #333333;
  /* margin-top: 30px; */
}

.regulations span{
  display: block;
}

.footers{
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 0;
}

.left3{
  height: 100%;
  font-size: 16px;
  padding: 40px 0 50px 0;
  box-sizing: border-box;
}

.up{
  color: #c8103d;
  margin-bottom: 20px;
}

.next{
  color: #444444;
}

.right3{
  width: 150px;
  height: 46px;
  background: #c8103d;
  text-align: center;
  line-height: 46px;
  color: white;
  font-size: 16px;
}

.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: 1600px){
  .navigationTab ul li{
    margin-left: 50px;
  }
}
@media screen and (max-width: 1440px) {
  body{
    zoom: .857;
  }
}
@media screen and (max-width: 1400px) {
  .main{
    width: 1200px;
    margin: 0 auto;
  }
  .right{
    padding: 0;
  }
  .inp img{
    right: 72px;
  }
  .head-main{
    width: 1200px;
  }
  .container{
    justify-content: end;
  }
}
