main>img{
    width: 100%;
	height: auto;
    object-fit:cover;
}
.swiper-slide img{
  width: 100%;
height: auto;
}

.sign>.easy-nav{
    margin:20px auto;
    margin-bottom: 70px;
}


.sign>.easy-nav>li{
    width: 114px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #ccc;
    text-align: center;
    margin-right: 30px;
/*    font-weight: 600;*/
    cursor: pointer;
    font-size: 18px;
    color: #666;
}
.sign>.easy-nav>li a{
color: #666;
}
.sign>.easy-nav>.li-active a{
   color: #fff;
}
.sign>.easy-nav>.li-active,.sign>.easy-nav>li:hover{
    width: 114px;
    height: 36px;
    background-color: #b50005;
    border:1px solid #b50005;
    color: #fff;
}
.sign>.easy-nav>li:hover a{
color: #fff;
}
.baoming{
    width:800px;
    margin:0 auto;
}
.baoming h4{
    font-size: 30px;
    letter-spacing: 2px;
    color: #333;
    text-align: center;
}
.baoming h5{
    font-size: 16px;
    letter-spacing: 1px;
    color: #666;
    margin: 21px 0 61px;
    text-align: center;
}
.baoming div{
  display: table;
  border-bottom: solid 1px #CCCCCC;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 50%;
}
.baoming div p{
  display: table-cell;
  width: 100px;
  font-size: 18px;
  color: #333333;
}
.baoming div input{
  display: table-cell;
  outline: none;
  width: 90%;
  border: transparent;
  line-height: 1.8;
}
.baoming input::-ms-input-placeholder{
  font-size: 18px;
  color: #999;
}
.baoming input::-webkit-input-placeholder{
  font-size: 18px;
  color: #999;
}
.baoming select{
  font-size: 18px;
  outline: none;
  width: 90%;
  border: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../images/selec.png') no-repeat right center;
}
.baoming select option{
  font-size: 18px;
}
#submit{
        display: block;
        width: 420px;
        height: 60px;
        background: #b50005;
        outline: none;
        border: none;
        border-radius: 5px;
        margin: 0 auto;
        font-size: 18px;
        color: white;
        margin-bottom: 100px;
        cursor: pointer;
}
