.flex_cell{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
}
.flex_cell_item{
  flex: 1;
  -webkit-flex:1;
  -webkit-box-flex: 1;
  min-width: 0;
}.flex_cell_ac{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}.hover_view {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
 .hover_view:hover {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}
.mod_view {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .25s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px;
}
 .hover_view:hover .mod_view {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.pagetop{
  width: 100%;
  height: 308px;
  background: url(../images/banbg.png);
  /* overflow: hidden; */
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
}
.blankspace{
  height: 160px;
}
.bantit{
  display: block;
  padding-top: 44px;
  margin:0px auto 16px;
}
.conditions{
  font-size: 0;
  text-align: center;
  padding-top: 16px;
}
.condition{
  display: inline-block;
  min-width: 104px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, .8);
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  border-radius: 4px;
  position: relative;
}
.condition:hover{
  background: rgba(255,255,255,0.10);
  border-radius: 4px;
}
.condition + .condition{
  margin-left: 16px;
}
.actcondition{
  background-color: #fff!important;
  color: #1173d6!important;
}
.actcondition::after{
  content: '';
  width: 0;
  height: 0;
  border-width: 6px;
  border-top-color: #fff;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all .2s;
  -webkit-transition: all .2s;
  position: absolute;
  bottom: -12px;
  right: 50%;
  transform: translateX(50%);
}
.navicon{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px; 
  vertical-align: middle;
}
.navicon0{
  background: url(../images/nav1.png);
  background-size: 100% 100%;
}
.navicon1{
  background: url(../images/nav2.png);
  background-size: 100% 100%;
}.navicon2{
  background: url(../images/nav3.png);
  background-size: 100% 100%;
}.navicon3{
  background: url(../images/nav4.png);
  background-size: 100% 100%;
}

.actcondition .navicon0{
  background: url(../images/nav0_1.png);
  background-size: 100% 100%;
}
.actcondition .navicon1{
  background: url(../images/nav1_1.png);
  background-size: 100% 100%;
}
.actcondition .navicon2{
  background: url(../images/nav2_1.png);
  background-size: 100% 100%;
}
.actcondition .navicon3{
  background: url(../images/nav3_1.png);
  background-size: 100% 100%;
}
.querybox{
  width: 1040px;
  height: 56px;
  background-color: #fff;
  border-radius: 8px;
  margin:16px auto;
  align-items: center;
}
.querynav{
  width: 126px;
  background-color: #fff;
  border-radius: 8px;
  padding:0;
  position: relative;
  cursor: pointer;
}
.querynav::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 32px;
  background: #e2e5e9;
  position: absolute;
  right: 0;
  top: 12px;
}
.querynav .layui-nav-item{
  line-height: 56px;
}
.querynav .layui-nav-item > a{
  color: #2f3339;
  font-size: 16px;
}
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
  color: #2f3339;
}
.layui-nav .layui-nav-more{
  border-color: #92979d transparent transparent;
}
.layui-nav .layui-nav-mored{
  border-color:transparent transparent #92979d;
}
.layui-nav-bar{
  display: none;
}
.layui-nav-child{
  top: 56px;
  border-radius: 8px;
}
.layui-nav-child dd a{
  color: #62676c;
  font-size: 14px;
}
.layui-nav-child dd a:hover{
  color: #1173d6!important;
  background: #e7f1fa;
}
.queryinput{
  display: block;
  width: 100%;
  height: 100%;
  color: #92979d;
  font-size: 16px;
  border:none;
  padding-left: 10px;
}
.searicon{
  cursor: pointer;
  padding:0 20px;
}
.hotword_list{
  width: 1040px;
  margin:0 auto;
}
.hotwordshow{
 overflow: hidden;
 white-space: nowrap;
}
.hotdiv{
  position: relative;
  padding-right: 14px;
  line-height: 32px;
  width: 103px;
}
.hotdiv::after{
  display: inline-block;
  content: '';
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,0.20);
  position: absolute;
  right: 0;
  top: 7px;
}
.hotword{
  display: inline-block;
  padding:0 6px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: rgba(255, 255, 255, .8);
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  margin-left: 10px;
}
.hotword:hover{
  background: rgba(255,255,255,0.11);
  color: rgba(255, 255, 255);
}
.querynav .layui-nav-child{
  border:none;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
  background-color: #1173d6;
  color: #fff!important;
}