@charset "utf-8";
html,
body {
  font-family: "微软雅黑", Helvetica Neue, Tahoma, Arial;
  color: #222;
  line-height: 1.4;
  font-size: 16px;
  background: #fff;
}
.imgs {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
a{
  color: #222;
}
.t1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.t2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gy_box{
  max-width: 760px;
  margin: 0px auto;
}
.box{
  width: 100%;
  padding: 0px 3%;
  overflow: hidden;
  box-sizing: border-box;
}
.flexc{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


@media screen and (min-width: 800px) {
#boke{
  width: 760px;
  margin: 0px auto;
}
}


/* banner */
.swiper-container {
  max-width: 100%;
  max-height: 100%;
}

.ng_slide {
  font-size: 0.94736842rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.ng_slide {
  position: relative;
}

.ng_slide img {
  display: block;
  position: relative;
  left: 50%;
  height: auto;
  transform: translateX(-50%);
  width: 100%;
}

.ng_swipe .swiper-pagination-bullet {
  width: 2.10526316rem;
  border-radius: 5px;
  height: 4px;
  background: #fff;
  opacity: 0.6;
}

.ng_swipe .swiper-pagination-bullet-active {
  background: #0059AC;
}

.ng_swipea .swiper-pagination-bullet {
  width: 2.10526316rem;
  border-radius: 5px;
  height: 4px;
  background: #fff;
  opacity: 0.6;
}

.ng_swipea .swiper-pagination-bullet-active {
  background: #0059AC;
}


.boke{
  background: #1E2882;
}

.boke_bd{
  padding: 30px 20px;
}

.search{
  margin-bottom: 25px;
}
.search_form input::-webkit-input-placeholder {
  color: #D4D5D5;
  font-size: 14px;
}
.search_form input:-moz-placeholder {
  color: #D4D5D5;
  font-size: 14px;
}
.search_form input::-moz-placeholder {
  color: #D4D5D5;
  font-size: 14px;
}
.search_form input:-ms-input-placeholder {
  color: #D4D5D5;
  font-size: 14px;
}

.search_box{
  height: 40px;
}

.search_con{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.search_con input{
  border-radius: 0px;
}

.search_con input.search_conl{
  flex: 1;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 0px 5px 15px;
  border: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #fff;
  font-size: 14px;
}

.search_con input.search_conr{
  flex: 0 1 70px;
  height: 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: none;
  font-size: 14px;
  color: #999;
  text-align: center;
  background:#fff url(../search.png) no-repeat center center;
}


.list_tit{
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_tits{
  flex: 0 1 150px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  font-weight: bold;
  /* letter-spacing: 4px; */
  color: #fff;
  cursor: pointer;
}
.list_tits.active{
  background: url(../nav.png) no-repeat center center;
  color: #1E2882;
}
.list_bd{
  background: #fff;
  border-radius: 5px;
  padding: 15px 12px;
}

.list_box{
  border: 2px #f1f1f1 solid;
  border-radius: 5px;
}
.list_item{
  display: none;
  
}
.list_item.active{
  display: block;
}
.list_list{
  padding: 15px 10px;
  border-bottom: 2px #f1f1f1 solid;
}
.list_lista{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.list_listl{
  flex: 1;
  margin-right: 1%;
}
.list_listr{
  flex: 0 1 150px;
}

.list_listlt{
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.list_listla{
  font-size: 14px;
  color: #999;
}

.list_listr img{
  border-radius: 4px;
}
.list_search{
  margin-bottom: 15px;
  color: #fff;
}
.list_search span{
  color: #f00;
}

#go_home{
  position: fixed;
  right: 0px;
  top: 50%;
  width: 16px;
  background: #fff;
  color: #1E2882;
  border: 1px #f1f1f1 solid;
  border-right: 0px #f1f1f1 solid;
  padding: 10px 5px;
  font-size: 15px;
}

.show{
  background: #1E2882;
}
.show_bd{
  padding: 30px 20px 0px;

}

.show_box{
  background: #fff;
  padding: 15px 10px;
  border-radius: 5px;
}

.show_textt{
  font-size: 15px;
  border-bottom: 1px #f1f1f1 dashed;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.show_textp{
  font-size: 14px;
  color: #999;
}


