
*{
  margin: 0;
  padding: 0;
  list-style: none;
}
a{
  text-decoration: none;
}
.clear{
  clear: both;
}
.Hide{
  display: none;
}
header{
  width: 100%;
  height: 54px;
  line-height: 54px;
  background-color: #1d223c;
}
.headerBox{
  width: 1204px;
  height: auto;
  margin: 0 auto;
}
.headerBox img{
  vertical-align: middle;
}
.headerBox .rightHeader{
  float: right;
  color: #fff;
  font-size: 14px;
}
.headerBox .rightHeader img{
  vertical-align: baseline;
}
.bodyBox{
  width: 1200px;
  height: auto;
  margin: 110px auto;
}
.bodyBox .bodyLeft{
  height: 680px;
  height: 567px;
  text-align: center;
  float: left;
}
.bodyBox .bodyRight{
  width: 520px;
  float: right;
  padding: 75px 0 0 140px;
  box-sizing: border-box;
}
.bodyBox .bodyRight .title{
  font-size: 28px;
  color: #333;
}
.bodyBox .bodyRight p{
  line-height: 60px;
  height: 60px;
}
.inputBox{
  width: 290px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-bottom: 24px;
}
.inputBox .inputStyle{
  border:none;
  outline: none;
}
.inputBox.inputButton{
  color: #fff;
  border: none;
  background-color: #0083e4;
}
.btnBox{
  width: 290px;
  height: 40px;
  text-align: right;
}
.btnBox a{
  color: #0083e4;
}
.inputSelcet{
  border: none;
  padding-left: 0;
}
.inputSelcet .selectBox{
  width: 80px;
  border: 1px solid #dcdcdc;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #333;

}
.inputSelcet .inputRight{
  width: 190px;
  border: 1px solid #dcdcdc;  
  float: right;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
}
.inputSelcet .inputBtn{
  width: 120px;
  border:1px solid #0083e4;
  height: 40px;
  color: #0083e4;
  line-height: 40px;
  text-align: center;
  background: none;
  float: right;
}
.inputBox.inputButton.gray{
  background: #eee;
  color: #999;
}
.mainBox{
  width: 1204px;
  margin: 200px auto 0;
  text-align: center;
}
.mainBox p:nth-child(1){
  font-size: 28px;
  color: #333;
}
.mainBox p:nth-child(2){
  font-size: 18px;
  color: #333;
  padding: 30px 0 10px;
}
.mainBox button{
  width: 300px;
  height: 42px;
  background-color: #0083e4;
  text-align: center;
  line-height: 42px;
  color: #fff;
  margin: 15px 0;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
.btn{
  cursor: unset;
}
.mainBox a{
  display: block;
  color: #0083e4;
  font-size: 14px;
}
.content{
  padding: 20px 0;
  width: 775px;
  margin: 0 auto;
  line-height: 25px;
  color: #999;
  text-align: left;
}
.tabBox{
  width: 750px;
  margin: 30px auto;
}
.tabBox table{
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.tabBox table td{
  width: 25%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ddd;
}