/*20170605*/
input,textarea,select{
  outline: none;
}
input:focus,textarea:focus,select:focus{
    border: 1px solid #e78304;
}
select{
  height: 30px;
}
input{
  height: 24px;
}
/*=================*/
.wrapper{
  width: 100%;
}

/*--------------------2*/
.content{
  width: 1100px;
  margin: 10px auto;
  background: #eee;
}
.content-nav{
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
  background: #fff;
}
.content-nav a{
  padding-right: 10px;
  font-size: 13px;
  color: #666;
}
.content-nav span{
  padding-left: 10px;
  font-size: 13px;
  color: #e48915;
}
.con{
  width: 100%;
  border: 1px solid #f2f2f2;
  padding-bottom: 35px;
}
.con-tit{
  width:100%;
  height: 80px;
  line-height: 80px;
  text-indent: 32px;
  font-size: 30px;
  color: #333;
  background: #eee;
}
.con-title{
  position: relative;
  width: 100%;
  height: 44px;
  background: #fff;
}
.con-title-li{
  position: relative;
  float: left;
  width: 50%;
  height: 44px;
  box-sizing: border-box;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.con-title-li1::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url("../img/jsj_a.jpg") no-repeat;
  background-size: 22px;
}
.con-title-li2::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 37%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url("../img/jsj_d.jpg") no-repeat;
  background-size: 22px;
}
.con-title-on{
  color: #e78304;
  /*border-bottom: 2px solid #e78304;*/
}
.con-title-line{
  position: absolute;
  top: 42px;
  left: 0;
  width: 50%;
  height: 2px;
  background: #e78304;
  z-index: 11;
}
.con-main{
  width: 100%;
}
.con-arrival-tit{
  position: relative;
  width: 100%;
  height: 74px;
  line-height: 74px;
  text-indent: 48px;
  font-size: 16px;
  color: #333;
}
.con-arrival-tit::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: #e78304;
}
.con-arrival-left{
  float: left;
  width: 30%;
}
.con-arrival-right{
  float: left;
  width: 70%;
}
.con-arrival-left li{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
}
.con-arrival-left li:nth-child(8){
  height: 50px;
  line-height: 22px;
}
.con-arrival-right li{
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.con-arrival-right li:nth-child(3) input{
  width: 45px;
  text-align: center;
  margin-left: 5px;
}
.con-arrival-right li:nth-child(4) input{
  width: 45px;
  text-align: center;
}
.con-arrival-right li:nth-child(5) input{
  margin-right: 10px;
}
.con-arrival-right li:nth-child(6) input{
  text-indent: 1em;
}
.con-arrival-right li:nth-child(7) input{
  width: 380px;
  text-indent: 1em;
}
.con-arrival-right li:nth-child(8){
  height: 50px;
}
.con-arrival-right li:nth-child(8) textarea{
  width: 380px;
  text-indent: 1em;
}
.con-arrival-left li span {
  color: red;
}

.con-departure{
  display: none;
}

/**/
.con-info{
  margin-top: 24px;
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
}
.con-info-tit{
  position: relative;
  width: 100%;
  height: 74px;
  line-height: 74px;
  text-indent: 48px;
  font-size: 16px;
  color: #333;
}
.con-info-tit::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: #e78304;
}
.con-info-left{
  float: left;
  width: 30%;
}
.con-info-left li{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
}
.con-info-left li:nth-child(3) {
    height: 50px;
    line-height: 23px;
}
.con-info-left span{
  color: red;
}
.con-info-right input, .con-info-right textarea{
  text-indent: 1em;
}
.con-info-right{
  float: left;
  width: 70%;
}
.con-info-right li{
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.con-info-right li:nth-child(3){
  height: 60px;
}

.r-submit{
  display: block;
  margin-left: 30%;
  margin-top: 18px;
  width: 180px;
  height: 44px;
  background: #e78304;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
}
