/* made in vikasp */
/*公用*/
* {
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


html,
body {
    font-family: "微软雅黑", Helvetica Neue, Tahoma, Arial;
    color: #333;
    line-height: 1.6;
    font-size: 15px;
}

i {
    font-style: normal;
}

li {
    list-style: none;
}

label {
    font-weight: normal;
}

a {
    color: #212121;
    text-decoration: none;
}

a:hover {
    /* color: #212121; */
    text-decoration: none;
}

.clearr {
    clear: both;
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}



.imgs {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.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;
}

.flexs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.gy_box {
    width: 100%;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 0px 3%;
}

.head{
  height: 50px;
  
}
.head_bd{
  height: 100%;
  border-bottom: 1px #f1f1f1 solid;
}
.head_box{
  height: 100%;
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_boxr i{
  font-size: 25px;
  color: #000;
}

#wap_nav{
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: -100%;
  transition: all 0.5s ease-in-out;
  display: block;
}

.nav_close{
  padding: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.nav_close i {
  font-size: 25px;
}
.nav_bd {
  padding: 25px 15px;
  position: relative;
  color: #fff;
}
.nav_close {
  padding: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.nav_close i {
  font-size: 25px;
}
.nav_box {
  padding: 15% 0px 0px;
}
.nav_box_itemx {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 45px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) dashed;
}
.nav_box_itemx a {
  flex: 0 1 100%;
  padding-left: 20px;
  box-sizing: border-box;
}
.nav_box_itemx i {
  flex: 1;
  text-align: right;
  font-size: 20px;
}

.nav_box_item a.nav_box_itema {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  padding-left: 20px;
}

.nav_box_itemx a{
  color: #fff;
  
}

.nav_box h2{
  text-align: center;
  letter-spacing: 2px;
  font-size: 30px;
  margin-bottom: 25px;
}

/* 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: 15px;
  border-radius: 5px;
  height: 4px;
  background: #fff;
  opacity: 0.6;
}

.ng_swipe .swiper-pagination-bullet-active {
  background: #C20B27;
}

.ng_swipea .swiper-pagination-bullet {
  width: 15px;
  border-radius: 5px;
  height: 4px;
  background: #fff;
  opacity: 0.6;
}

.ng_swipea .swiper-pagination-bullet-active {
  background: #C20B27;
}

.lao{
  border: 1px #f1f1f1 solid;
}
.lao_box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

h3{
  flex: 0 1 5%;
  padding: 10px 10px 10px 0px;
  border-right: 1px #f1f1f1 solid;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
}

.lao_con{
  flex: 1;
}

.lao_con{
  padding-left: 10px;
  box-sizing: border-box;
}

.lao_con p{
  border-bottom: 1px #f1f1f1 dashed;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.lao_con p:last-child{
  border-bottom: none;
}
.lao_con p span{
  color: #007FFF;
}

.lao_con p span.p1{
  
}

.lao_con p span.p2{
  color: #f00;
}
.cate{
  border-bottom: 1px #f1f1f1 solid;
}
.cate_box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 25px;
  
}

.cate_item{
  flex: 0 1 21%;
  margin: 0px 2% 15px;
}
.cate_item img{
  max-width: 100%;
}

.cate_itemt{
  text-align: center;
  padding-top: 5px;
}

.all_cs_box h3{
  text-align: center;
  color: #f00;
  font-weight: bold;
  margin-bottom: 15px;
}

.all_cs_item{
  margin-bottom: 15px;
  padding-bottom: 15px;

  box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
}
.all_cs_itemp{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.all_cs_item_text{
  padding: 0px 15px;
}
.all_cs_itemp{
  color: #999;
  font-size: 12px;
}
.all_cs_itempl{
  flex: 0 1 50%;
  
}
.all_cs_itemt{
  font-size: 18px;
}
.all_cs_itempr{
  flex: 0 1 50%;
  text-align: right;
  
}
.all_cs_itemt{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #f1f1f1 solid;
  margin-bottom: 10px;
}
.foot{
  background: #000;
  padding: 25px 0px;
  color: #fff;
}
.foot_box p{
  text-align: center;
  margin-bottom: 5px;
}
.foot_box p img{
  max-width: 35%;
}

.zk_ny_cont{
  padding: 25px 0px 40px;
}
.ny_xmpp{
  background: #f9dbdd;
}
.ny_yyjx{
  background: #fff;
}
.zk_ny_info{
  color: #f00;
  margin-bottom: 10px;
  font-size: 13px;
}

.zk_ny_line{
  background: #000;
  width: 100%;
  height: 2px;
  margin: 25px 0px;
}
.zk_gy_top{
  margin-top: 25px;
}
.zk_gy_topb{
  border: 1px #eee solid;
  border-top: none;
  margin: -10px 2px 25px;
  box-sizing: border-box;
  padding: 10px 15px;
}
.zk_gy_topt legend{
  color: #f00;
  font-weight: bold;
}
.zk_gy_bot legend{
  color: #1E9FFF;
}
.zk_gy_bot_text p{
  font-size: 14px;
  margin-bottom: 10px;
}

.zk_show_bd{
  margin-top: 30px;
}
.zk_show_res{
  border: 1px #eee solid;
  border-radius: 4px;
  box-sizing: border-box;
}
.zk_show_res_box{
  padding: 15px;
  box-sizing: border-box;
}
.zk_show_res h4{
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  padding-left: 10px;
  font-weight: bold;
}
.zk_show_res_box_box{
  border: 1px #eee solid;
}
.zk_show_res_box_box h6{
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  padding-left: 10px;
  font-weight: bold;
}
.zk_show_res_box_con{
  padding: 10px;
  box-sizing: border-box;
}
.zk_show_res_box_con p{
  margin-bottom: 5px;
}
.zk_show_res_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.zk_show_res_btns{
  width: 80px;
  height: 34px;
  border-radius: 4px;
  line-height: 34px;
  color: #fff;
  text-align: center;
}

.zk_show_res_btnl{
  background: #d9534f;
  margin-right: 15px;
}

.zk_show_res_btnr{
  background: #009688
}

.zk_show_gj{
  border: 1px #eee solid;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 25px;
}

.zk_show_gj h4{
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  padding-left: 10px;
  font-weight: bold;
}

.zk_show_gj_bx{
  padding: 10px;
  box-sizing: border-box;
}

.zk_show_gj_bx p{
  margin-bottom: 5px;
}

.zk_show_res_box_cony,.zk_show_res_boxy{
  padding: 4px;
}
.gy_boxy{
  padding: 0px 1.5%;
}