body,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none !important;
}
input {
  outline: 0;
}
.clear {
  clear: both;
}
body {
  color: #333;
  font-size: 14px;
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', STHeitiSC-Light, 'Microsoft YaHei', Arial, sans-serif;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  /*width: 970px;*/
  padding: 0 15px;
  margin: 0 auto;
}
.row{
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px){.container {
    width: 750px;
}}
@media (min-width: 992px){.container {
    width: 970px;
}}
@media (min-width: 1200px){.container {
    width: 1000px;
}}



.nav-logo {
  height: 30px;
  line-height: 30px;
  float: left;
}
.nav-logo:before {
  content: "";
  height: 6px;
  background-color: #c5c5c5;
  display: block;
}
.nav-btn {
    height: 42px;
    width: 50px;
    position: absolute;
    right: 10px;
    top: -3px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.nav-btn .active {
        position: fixed;
        z-index: 20;
}
.nav-btn-bar {
    height: 2px;
    width: 23px;
    display: block;
    margin: 7px auto;
    position: relative;
    background-color: #c5c5c5;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.nav-btn-bar:nth-of-type(1) {
    -moz-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
    -webkit-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
    animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

.nav-btn-bar:nth-of-type(2) {
    -moz-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
    -webkit-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
    animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
}

.nav-btn-bar:nth-of-type(3) {
    -moz-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
    -webkit-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
    animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

.nav-btn.active .nav-btn-bar:nth-of-type(1) {
    -moz-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
}

.nav-btn.active .nav-btn-bar:nth-of-type(2) {
    opacity: 0;
}

.nav-btn.active .nav-btn-bar:nth-of-type(3) {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 767px) {
  .hidden-xs, .search-content-page :not(.show) {
    display: none !important;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.nav-list {
  color: #757575;
  float: right;
  height: 30px;
  line-height: 30px;
}
.nav-list a {
  color: #757575;
  padding-left: 8px;
}
.nav-list a:before {
  content: "|";
  padding-right: 8px;
}
.nav-list a:first-child:before {
  display: none;
}
@media (max-width: 767px) {
.nav-list.opened {
    height: 100%;
}}
@media (max-width: 767px) {
.nav-list {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 40px;
    z-index: 2;
    height: auto;
    left: 0;
    height: 0;
    padding: 0 5%;
    overflow: hidden;
    transition: height 1s;
    }
  .nav-list a {
      display: block;
      height: 45px;
      border-bottom: 1px solid #bdbdbd;
      line-height: 45px;
  }
  .nav-list a:before {
      display: none;
  }
  .nav-list .opend {
    height: 100%;
  }
}

.foot {
  border-top: 1px solid #bdbdbd;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  color: #757575;
  line-height: 22px;
}
.foot p {
  margin-bottom: 10px;
}
.main-home {
  min-height: 650px;
  padding-top: 160px;
  padding-bottom: 180px;
}
.main .logo-big {
  height: 66px;
  background: url(../images/02/logo-big.png) center top no-repeat;
  margin-bottom: 34px;
}

.main .sm {
   margin: 0 auto;
}

@media (min-width: 768px){

  .main .sm {
    margin-left: 16.66666667%;
    width: 66.66666667%;
  }
  .main-rs .col-md{
    margin-left: 8.33333333%;
    width: 66.66666667%;
    float: left;
  }
}


.main .search-opts {
  color: #757575;
  font-size: 14px;
  background-color: #f3f3f3;
  /*width: 74px;*/
  width: 8.33333333%;
  margin-left: 8.33333333%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #bdbdbd;
  cursor: pointer;
  float: left;
  position: relative;
}
.main .search-opts ul {
  height: 0;
  overflow: hidden;
  position: absolute;
  left: -1px;
  top: 40px;
  background-color: #fff;
  z-index: 1;
  width: 100%;
  box-sizing: content-box;
  border: 1px solid #bdbdbd;
  border-top: 0;
  transition: height 1s;
}
.main .search-opts ul li {
  height: 32px;
  line-height: 32px;
}
.main .search-opts ul li:hover {
  background: #f44336;
  color: #ffffff;
}
.main .search-opts ul.active {
  height: 128px;
}
.main .search-opts:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #757575;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 60px;
  top: 18px;
}

.main .search-input {
  color: #757575;
  font-size: 14px;
  /*width: 360px;*/
  width: 58.33333333%;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  border: 1px solid #bdbdbd;
  margin-left: -1px;
  border-right: 0;
  float: left;
}

.main .search-button {
  background: #f44336 url(../images/02/search.png) center center no-repeat;
  /*width: 8px;*/
  width: 8.33333333%;
  height: 42px;
  padding: 0;
  float: left;
  box-sizing: content-box;
  border: 0;
  cursor: pointer;
}
@media (min-width: 768px){
  .main .search-opts {
    width: 16.66666667%;
    margin-left: 0;
  }
  .main .search-input {
    width: 75%;
  }
  .main .search-button {
    width: 8.33333333%;
  }
  .main-rs .left-date{
    width: 25%;
  }
}
@media (min-width: 992px){
  .main .search-opts {
    width: 16.66666667%;
    margin-left: 0;
  }
  .main .search-input {
    width: 75%;
  }
  .main-rs .search-input {
    width: 64%;
  }
  .main .search-button {
    width: 8.33333333%;
  }
  .main-rs .left-date{
    width: 25%;
  }
}
@media (min-width: 1200px){
  .main .search-opts {
    width: 16.66666667%;
    margin-left: 0;
  }
  .main .search-input {
    width: 75%;
  }
  .main .search-button {
    width: 8.33333333%;
  }
}
/*@media (max-width: 767px){
  .main .search-opts {
    width: 13%;
}
/*.main .search-opts:after{
  left: 40px;
}*/
 /* .main .search-input{
    width: 68%;
  }
  .main .search-button{
    width: 8.33333333%;
  }
*/
@media (max-width: 639px){
  .main .search-opts {
    width: 19%;
  }

  .main .search-input{
  width: 58%;
  }
}

.main-list {
  padding-top: 60px;
}
.main-rs .left-date {
  float: left;
  /*width: 220px;*/
}

.main-rs .left-date .search-allOpts {
  border: 1px solid #f3f3f3;
  padding-bottom: 20px;
}
.main-rs .left-date .search-allOpts .search-allOpts-title {
  background: #f3f3f3;
  height: 44px;
  line-height: 44px;
  color: #757575;
  font-size: 16px;
  text-align: center;
}
.main-rs .search-allOpts-type .search-allOpts-name {
  font-size: 14px;
  color: #212121;
  line-height: 35px;
  padding-left: 30%;
}
.main-rs .search-allOpts-type ul {
  margin-bottom: 10px;
}
.main-rs .search-allOpts-type ul li {
  color: #757575;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
  padding-left: 30%;
  cursor: pointer;
}
.main-rs .search-allOpts-type ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #757575;
  display: block;
  float: left;
  margin: 12px 15px 0 0;
}
.main-rs .search-allOpts-type ul li.active:before {
  background-color: #f44336;
}
.main-rs .search-allOpts-type-begin,
.main-rs .search-allOpts-type-end {
  padding-left: 30%;
  position: relative;
}
.main-rs .search-allOpts-type-to {
  padding-left: 40%;
  line-height: 35px;
  color: #757575;
}
.main-rs .data-begin,
.main-rs .data-end {
  width: 68px;
  height: 16px;
  line-height: 20px;
  font-size: 12px;
  float: left;
  margin-right: 10px;
  border: 1px solid #757575;
  position: relative;
  z-index: 2;
}
.main-rs .data-begin-btn,
.main-rs .data-end-btn {
  position: relative;
  cursor: pointer;
}
.main-rs .data-begin-btn:after,
.main-rs .data-end-btn:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #757575;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: 105px;
  top: 4px;
}
.main-rs .right-srs {
  /*float: right;*/
  /*width: 670px;*/
}
.main-rs .right-srs .rs {
  margin-top: 100px;
}
.main-rs .search-content-list .search-content-item {
  margin-bottom: 30px;
}
.search-content-page{
  margin: 0 auto;
  padding: 10px 0 20px;
  text-align: center;
}
.search-content-page a{
  border: 1px solid #ddd;
  padding: 5px;
  margin: 0 2px;
  color: #000;
  font-size: 12px;
}
.search-content-page a:hover{
  border: 1px solid #f44336;
  color: #f44336;
  text-decoration: underline;
}
.search-content-page span{
  padding: 5px 10px;
  color: #f44336;
  font-weight: bold;
}
.main-rs .search-title {
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.main-rs .search-title a {
  color: #212121;
}
.main-rs .search-content-info {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0px;
}
.main-rs .search-content-info span {
  padding-right: 10px;
}
.main-rs .search-content-info a {
  color: #bdbdbd;
}
.main-rs .search-content-desp {
  color: #757575;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 10px;
}
.main-rs .searchBox {
  /*width: 668px;*/
  /*margin-left:0;*/
}
.main-rs .searchBox .search-tips {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  line-height: 20px;
  color: #757575;
}
/*.main-rs .search-opts {
  width: 110px;
}
.main-rs .search-opts:after {
  left: 75px;
}
.main-rs .search-input {
  width: 469px;
}
.main-rs .search-button {
  width: 26px;
}*/

/*@media (min-width: 768px) and (max-width: 1023px){
  .main-rs .left-date {
    width: 22%;
  }
  .main-rs .right-srs {
    width: 69.666667%;
  }
  .main-rs .search-opts{
    width: 10%;
  }
  .main-rs .search-input{
    width: 70%;
  }
  .main .search-opts:after{
   
  }

}*/

@media (max-width: 767px) and (min-width: 640px){
  /*.main .search-opts {
    margin-left: 12.7%;
  }*/
  .main-rs .search-opts:after {
    left: 70px;
  }
}
@media (max-width: 768px){
  .main-home{
    padding-top: 140px;
    min-height: 100%;
  }

}
@media (max-width: 767px){
  
  .main-rs .search-opts {
    margin-left: 0;
  }
  .main-home{
    padding-top: 100px;
  }

  .main .search-opts:after{
    display: none;
  }
}
@media (max-width: 639px) and (min-width: 480px){
  .main .search-opts {
    width: 11.333333%;
  }
  .main .search-input {
    width: 65%;
  }
  .main-rs .search-input {
    width: 79%;
  }
  .main-rs .search-opts:after {
    left: 52px;
  }
}
@media (max-width: 479px){
 .main-rs .search-opts:after {
    left: 35px;
  }
}
@media (min-width: 992px){
  .main-rs .search-opts:after {
    left: 75px;
  } 
  .main .search-input {
    width: 75%;
  }
}

.main-rs .col-xs-2 {
    width: 16.66666667%;
    margin-left: 0;
}
.main-rs .col-xs-7 {
    width: 75%;
}
.main-rs .col-xs-1 {
    width: 8.33333333%;
}

/*结果页*/

.main-rs .pad{
  padding-right: 15px;
  padding-left: 15px;
}