@font-face {
	font-family: 'fgmrt';
	src: url('./../font/FengGuangMingRuiTi-2.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Times-Roman';
	src: url('./../font/Times-Roman.ttf');
	font-weight: normal;
	font-style: normal;
}
/*@font-face {*/
/*	font-family: 'kaiti';*/
/*	src: url('./../font/kaiti.TTF');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
@font-face {
	font-family: 'FZLiBian-S02S';
	src: url('./../font/FZLBJW.TTF');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'kaiti';
  src: url('./../font/hyxjk.ttf');
  font-weight: normal;
  font-style: normal;
}
.icon-shijian {
  margin-right: 3px;
  font-size: 19px !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

a {
  text-decoration: none;
  transition: .3s
}

button:focus {
  outline: 0
}


*{
  --color-green: #55D8B4;
  --color-black: #333333;
  --color-dark-black: #CCCCCC;
  --color-blue: #276BAE;
  --fontsize-18:18px;
  --fontsize-26:26px;
  --fontsize-14:14px;
  --fontsize-12:12px;
  --fontsize-16:16px;

}
.navheader {

	display: flex;

	color: #fff;

}

.nav-tabs>li.active>a {
    color: #fff;
	cursor: default;
    background:#a35629;


}

.nav-tabs {
	border-bottom: none;
}

.nav-tabs>li.active>a:focus {
    color: #fff;
	cursor: default;
    background:#a35629;
	background-size: 100% 100%;

	/* border: 1px solid #ddd; */

}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {

    /* color: #ffeb7b;
	padding: 10px 0px;

	background: #010b36;
	background-size: 100% 100%; */
  border: none;
  background:#5A2607;

}

.nav-tabs>li>a {
    color: #fff;
	cursor: default;
    background:#a35629;
	border: none;

    margin:10px;


}

.nav-tabs>li>a:hover {
    color: #fff;
	cursor: default;
    background:#a35629;
	background-size: 100% 100%;

}

.nav-tabs>li {
	width: 50%;
	height: 10px;
	text-align: center;
	float: left;



}
.nav-tabs>li>a {
  margin-right: 0px;
  line-height: 1.42857143;

  border-radius: 4px 4px 0 0;
}
.spnavlogotext{
  font-size: 20px;
  font-family: FZLiBian-S02S;
  font-weight: bold;
  color: var(--color-green);
  line-height: 30px;
}
@media (max-width: 992px){

  .nav-tabs>li {
    width: fit-content;

    text-align: center;
    float: left;
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 11px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
color: #fff;
padding: 10px 7px;
background: #814320;
background-size: 100% 100%;
}

}
.nav-tabs>li>a {
  color: #323232;
  cursor: default;
  background-color: #fff;
  border: none;
  box-shadow: 0 1px 10px 2px rgba(218, 246, 244, 0.85);
}
.navheader {

	display: flex;

	color: #323232;

}

.nav-tabs>li.active>a {
	color: #fff;
	cursor: default;
	background: #814320;
	background-size: 100% 100%;

}

.nav-tabs {
	border-bottom: none;
}

.nav-tabs>li.active>a:focus {
	color: #fff;
	cursor: default;
	background: #814320;
	background-size: 100% 100%;

	/* border: 1px solid #ddd; */

}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {

    color: #fff;
	padding: 10px 0px;

	background: #814320;
	background-size: 100% 100%;
}

.nav-tabs>li>a {
    color: #323232;
	cursor: default;
	background-color: #fff;
	border: none;
    border: 1px solid #ddd;


}

.nav-tabs>li>a:hover {
	color: #fff;
	background: var(--color-green);
	background-size: 100% 100%;

}

.nav-tabs>li {
	width: 100px;
	height: 42px;
	text-align: center;
	float: left;





}
.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
   margin: 0;
    border-radius: 4px 4px 0 0;
    /* -webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    -o-transform:skew(-20deg);
    -ms-transform:skew(-20deg);
    transform:skew(-20deg); */

}
.nav-tabs>li>a div {

  /* -webkit-transform:skew(20deg);
  -moz-transform:skew(20deg);
  -o-transform:skew(20deg);
  -ms-transform:skew(20deg);
  transform:skew(20deg); */
}
.text-18{
  font-size: 18px;
}
.text-14{
  font-size: 14px;
}
.text-12{
  font-size: 12px;
}
.text-22{
  font-size:22px;
}
.text-26{
  font-size: 26px;
}
.text-16{
  font-size: 16px;
}
.color_title {
  color: #276BAE
}


.min_btn {
  color: #fff;
  padding: 15px 43px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow: hidden
}

.min_btn:hover {
  color: #fff
}

.min_btn:hover::after {
  transform: scaleX(1) !important;
  transform-origin: left !important
}

.min_btn::after {
  content: '';
  display: block;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:var(--color-green) !important;
  border-radius: 50px;
  transform: scaleX(0) !important;
  transform-origin: right;
  transition: all .7s linear;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform;
  z-index: -1
}







.search_form {
  position: relative
}

.search_form input {
  width: 100%;
  height: 60px;
  background: #efefef;
  border: 0;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 15px;
  box-shadow: none
}

.search_form input:focus {
  outline: 0;
  box-shadow: none;
  background: #efefef
}

.search_form button {
  padding: 0;
  background: transparent;
  border: 0;
  position: absolute;
  right: 30px;
  height: 100%;
  top: 0
}





.navbar {
  padding: 0;
  transition: all .3s
}
.navbar {
  position: relative;
  height: 77px;
  border: 1px solid transparent;
}

.navbar .navbar-nav {
  width: 88%;

  display: flex;
  justify-content: flex-end;
}

.navbar ul li {
  margin: 0px 10px;
  /* padding: 28px 0; */
  padding: 15px 5px;
  cursor: pointer;
  position: relative;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar-tit{
 color: #000000 ;
 font-size: 29px;
}
.navbar ul li a {
  /* color: #fff; */
  /*font-weight: 600;*/

  font-size: 16px;
  line-height: 50px;
  padding: 0 !important;
  display: flex;
  text-decoration: none;

}
.navbar ul li a:after {
  z-index: 3;
  width: 0;
  content: "";
  position: absolute;
  height: 3px;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  border-radius: 2px;
}
.navbar ul li a.dropdown-item {
  color: #3b3664;
  padding-left: 0
}

.navbar ul li .dropdown-menu {
  border: 0
}


.navbar ul li .dropdown-menu li {
  padding: 5px 0
}

.navbar ul li:hover>a,
.navbar ul li:hover i,
.navbar ul li.active>a,
.navbar ul li.active i {
  color: #276BAE;

}



.navbar ul .nav-item:hover::after, .navbar ul .nav-item.active::after {
  transform: scaleX(1);

}

.navbar ul .nav-item::after{
  position: absolute;
    content: "";
    top: 67%;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-blue);
    transform: scaleX(0);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navbar ul .nav-item.active>a {
  color: #276BAE;
  line-height: 36px;
  border-bottom: 3px solid #276BAE;

}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .show>.nav-link {
  color: #276BAE;
  line-height: 36px;
  position: relative;

}

.navbar ul li:hover ul li a,
.navbar ul li.active ul li a {

  line-height: 36px;
  border-bottom: none;

}

.navbar .nav-item.dropdown {
  position: relative
}

.navbar .nav-item.dropdown:hover::after {
  color: #276BAE
}

.navbar .mobile_dropdown_icon {
  padding-left: 5px;
  font-size: 12px;
  /* color: #fff */
}

.navbar .nav-item.dropdown.active:after {
  color: #276BAE
}

  .navbar ul li .dropdown-menu {
    display: block;
    opacity: 0;
    pointer-events: none;
    top: 100%;
    transform: translateY(20px);
      left: -10px;
    transition: all .4s;
}


.navbar ul li .dropdown-menu {
  min-width: 0;
  padding: 5px 10px;
}


.navbar-nav>li>.dropdown-menu {
    /* margin-top:70px; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


  .navbar .nav-item.dropdown:hover .dropdown-menu {
      transform: translateY(0px);
      display: block;
      opacity: 1;
      pointer-events: all
  }



.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  background: transparent;
  color: #276BAE
}

.navbar .nav-link:focus,
.navbar .nav-link:hover {
  color: #276BAE
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  background: transparent
}

.navbar .dropdown-toggle::after {
  display: none
}

.navbar .navbar-brand img:last-child {
  display: none
}

.search {
  position: relative;
  top: 2px;
  line-height: 65px;
  /* padding-top: 26px; */
  /* padding-bottom: 26px; */
}

.search.d-lg-block {
  display: none
}

.search a {
  color: #000;
}

.search.open .search-form {
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

.search-form {
  position: absolute;
  width: 370px;
  box-shadow: 0 6px 20px 0 rgba(1, 6, 33, 0.08), -3px 0 0 0 rgba(238, 144, 81, 0.004);
  top: 99%;
  left: auto;
  right: -10px;
  z-index: 20;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear;
  border-left: 3px solid #333
}

.search-form .form-control {
  font-size: 16px;
  font-weight: 400;
  border: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  padding-left: 30px;
  height: 60px
}

.search-form .form-control.placeholder {
  color: #a6a6a6
}

.search-form .form-control:-moz-placeholder {
  color: #a6a6a6
}

.search-form .form-control::-moz-placeholder {
  color: #a6a6a6
}

.search-form .form-control::-webkit-input-placeholder {
  color: #a6a6a6
}

.search-form button {
  border: 0;
  background: #fff;
  margin-left: -1px;
  color: #3b3664
}




.nokuiaright{
  width: 40px;
  height: 15px;
  margin-top: -17px;
}






.jianjietitle{
 font-size: 26px;
line-height:50px;
}
.jianjietext{
  font-size: 18px;

  line-height: 40px;
}
.ckxqbox{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.ckxq{
  border: 2px solid var(--color-green);
  border-radius: 21px 21px 21px 21px;
  font-size: 20px;
  width: fit-content;
  color: var(--color-green);
  line-height: 35px;
  padding: 0 10px;
  margin-top: 10px;
}
.jianjieimg {

  width: 100%;

  margin-top: 30px;
  margin-bottom:0px;
  margin-left: 0px;
}
.jianjiecont{
  /* background: -webkit-linear-gradient(top, rgba(211, 243, 251, 0.90) 0%, #ffffff 50%,rgba(211, 243, 251, 0.8)  ); */
  /* background:-moz-linear-gradient(top, red, rgba(0, 0, 255, 0.5));

 background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgba(211, 243, 251, 0.4)), to(rgba(211, 243, 251, 0.4)));

 background:-o-linear-gradient(top, red, rgba(0, 0, 255, 0.5)); */
 background: radial-gradient( rgb(129 218 240 / 86%), rgba(255, 255, 255, 0.5)0%,rgb(129 218 240 / 86%) 394%);
 margin-top: 0px;
}
.mokuaititle {
  margin: 30px 0;
  display: flex;
  justify-content: center;

}

.mokuaiblack{
  color: var(--color-black)
  }
  .mokuaiwhite{
    color: #fff;
    }
.mokuaitext{
  font-size: 41px;
  font-family: kaiti;

  line-height: 13px;
  /* margin: 0 10px; */
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 50px;
  text-align: center;
}
.mokuaiyingwen{
    font-size: 12px;
    text-transform: uppercase;
font-weight: 400;
color: #626262;
line-height: 45px;
}



.jianjiebox {
  margin: 20px 0;

  color: var(--color-black)
}

.indexbg01 {
  background: url(./../static/icon/jianjiebg.jpg)no-repeat;
  padding: 50px 0 100px 0;
  background-size: 100% 100%;
  /* background-size: cover;
 background-attachment: fixed; */
}

.dlzc{
   line-height: 80px;
   margin-left: 10px;
  
}
@media(max-width:992px) {
  .indexbg01{
    background: url(./../static/icon/jianjiebg.jpg)no-repeat;
    padding: 20px 0 50px 0;
    background-size: 100% 100%;
}
  .jianjietitle {
    font-size: 20px;
    line-height: 50px;
}
.jianjietext {
  font-size: 16px;
  line-height: 40px;
}
.ckxq {
  border: 2px solid var(--color-green);
  border-radius: 21px 21px 21px 21px;
  font-size: 16px;}
  .nokuiaright {
    width: 25px;
    height: 10px;
    margin-top: -8px;
}
  .mokuaititle {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    width: 210px;
  }
  .mokuaitext {
    font-size: 25px;
    font-family: kaiti;

    line-height: 13px;
    /* margin: 0 10px; */
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-left: 25px;
    text-align: center;
}
}
@media(min-width:992px) {
  .ckxq{
    border: 2px solid var(--color-green);
    border-radius: 21px 21px 21px 21px;
    font-size: 16px;
    width: fit-content;
    color: var(--color-green);
    line-height: 35px;
    padding: 0 10px;


  }
  .jianjiebox {
    margin: 20px 0;
    height: 371px;
    color: var(--color-black)
}
  .jianjietext {
    font-size: 18px;
    margin-top: 30px;
    line-height: 40px;
}
  .jianjieimg{
    object-fit:cover;
    width: 100%;
    height: 470px;
    margin-top: -59px;
    margin-bottom: 59px;
    margin-left: -15px;
  }
  .jianjiecont{
    /* background: -webkit-linear-gradient(top, rgba(211, 243, 251, 0.90) 0%, #ffffff 50%,rgba(211, 243, 251, 0.8)  ); */
    /* background:-moz-linear-gradient(top, red, rgba(0, 0, 255, 0.5));

   background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgba(211, 243, 251, 0.4)), to(rgba(211, 243, 251, 0.4)));

   background:-o-linear-gradient(top, red, rgba(0, 0, 255, 0.5)); */
   background: radial-gradient( rgb(129 218 240 / 86%), rgba(255, 255, 255, 0.5)0%,rgb(129 218 240 / 86%) 394%);
   margin-top: 109px;
  }

  }

.indexbg02 {
    background: url(./../static/icon/lanbg.jpg)no-repeat;
    padding: 50px 0 100px 0;
    background-size: 100% 100%;
    /* background-size: cover;
   background-attachment: fixed; */
  }
  @media(max-width:992px) {
    .indexbg02 {
      background: url(./../static/icon/lanbg.jpg)no-repeat;
      padding: 20px 0 50px 0;
      background-size: 100% 100%;
  }
}
.indexbg03 {
  background: url(./../static/icon/hdbg.jpg)no-repeat;
  padding: 50px 0 100px 0;
  background-size: 100% 100%;
  /* background-size: cover;
 background-attachment: fixed; */
}
@media(max-width:992px) {
  .indexbg03 {
    background: url(./../static/icon/hdbg.jpg)no-repeat;
    padding: 20px 0 50px 0;
    background-size: 100% 100%;
}
}
.indexbg04 {
  background: url(./../static/icon/caiyibg.jpg)no-repeat;
  padding: 50px 0 100px 0;
  background-size: 100% 100%;
  /* background-size: cover;
 background-attachment: fixed; */
}
@media(max-width:992px) {
  .indexbg04 {
    background: url(./../static/icon/caiyibg.jpg)no-repeat;
    padding: 20px 0 50px 0;
    background-size: 100% 100%;
}
}
.indexbg05 {
  background: url(./../static/icon/cgbg.jpg)no-repeat;
  padding: 50px 0 100px 0;
  background-size: 100% 100%;
  /* background-size: cover;
 background-attachment: fixed; */
}
@media(max-width:992px) {
  .indexbg05 {
    background: url(./../static/icon/cgbg.jpg)no-repeat;
    padding: 20px 0 50px 0;
    background-size: 100% 100%;
}
}

.indexbg06 {
  background: url(./../static/icon/caiyi1.jpg)no-repeat;
  padding: 50px 0 100px 0;
  background-size: 100% 100%;
  /* background-size: cover;
 background-attachment: fixed; */
}
@media(max-width:992px) {
  .indexbg06 {
    background: url(./../static/icon/caiyi1.jpg)no-repeat;
    padding: 20px 0 50px 0;
    background-size: 100% 100%;
}
}
.bg-white{
  background-color: #fff;
}




/* 汇资讯 */

.zixunbox{
  border-radius: 8px;
  overflow: hidden;
}
.zixunbox:hover{

}
.zixundata{
  margin: 15px;
  background: rgba(255, 255, 255, 0.8);
  width: 80px;
  height: 82px;
  justify-content: center;
  align-items:center ;
  color: #000;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.zixundata span{
  font-size: 26px;
}
.zixundata p{
  font-size: 14px;
}
.zixunboxbot{
  padding: 30px;
  background-color: #fff;
}
.zixunbox div{
  overflow: hidden;
}

.zixunbox img{
  /* border-radius: 8px; */
  transition: all 0.6s;

}
.zixunbox:hover img{
  transform: scale(1.5);
}
.zixuntitle{
   color: var(--color-green);
   font-size: var(--fontsize-16);
   margin-bottom: 10px;
}
.icon-liulanliang{
  margin-right: 5px;

}
.zixunll{
  color: var(--color-dark-black);
}
.zixuntext{
  color: var(--color-black);
  font-size: var(--fontsize-14);
}


/* 活动 */
.huodongbox{
  border-radius: 8px;
  overflow: hidden;
}

.huodongdata{
  margin: 15px;
  background: rgba(255, 255, 255, 0.8);
  width: 80px;
  height: 82px;
  justify-content: center;
  align-items:center ;
  color: #000;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.huodongdata span{
  font-size: 26px;
}
.huodongdata p{
  font-size: 14px;
}
.huodongboxbot{
  padding: 30px;
  background-color: #fff;
}
.huodongbox div{
  overflow: hidden;
}

.huodongbox img{
  /* border-radius: 8px; */
  transition: all 0.6s;

}
.huodongbox:hover img{
  transform: scale(1.5);
}
.huodongtitle{
   color: var(--color-black);
   font-size: var(--fontsize-18);
   margin-bottom: 10px;
}
.icon-liulanliang{
  margin-right: 5px;

}
.huodongll{
  color: var(--color-dark-black);
}
.huodongtext{
  color: var(--color-black);
  font-size: var(--fontsize-14);
}
.huodongbox:hover .huodongboxbot{
  background-color: var(--color-green);

}
.huodongbox:hover .huodongtitle{
  color: #fff !important;
}
.huodongbox:hover .huodongll{
  color: #fff !important;
}
.huodongbox:hover .huodongll .iconfont{
  color: #fff !important;
}


/* 学才艺 */
.mycenter>li.active>a, .mycenter>li.active>a:focus, .mycenter>li.active>a:hover {
  color: #fff;
  padding: 10px 7px;
  background: var(--color-green) !important;
  background-size: 100% 100%;

  box-sizing: border-box;

}
.mycente li a{

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff;
  padding: 10px 7px;
  border: 1px solid var(--color-green);
  background: var(--color-green) !important;
  background-size: 100% 100%;
}




/* 轮播顶场馆 */
.carousel-control {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 4%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
@media (max-width:992px){
  .carousel-control {
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    width: 12%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
  }

}

.lunbozhezhao{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  background-color: rgba(0, 0, 0, .5);
}
.lbzhaobox h3{

  font-size: 37px;
  color: #fff;margin-top: 0;
  margin-bottom: 20px;
}
.lbzhaobox h4{
font-size: var(--fontsize-16);
line-height: 26px;
  color: #fff;
  margin-bottom: 30px;
}

.lbzhaobox{
  padding: 60px;
  border: 3px solid #fff;
  width: 100%;
  height: 100%;
}
.bannertext{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .35);
}
.bannertext h3{
  font-family: 'fgmrt';
  font-size: 8.375rem;
  color: #fff;
}
.bannertext h4{
  font-family: 'Times-Roman';
  font-size:3.375rem;
  color: #fff;
  opacity: 0.7;
  text-transform: uppercase;
}

.banner_top {
 padding-top: 55px;
  z-index: -1;
}
.glyphicon-chevron-left:before {
  content: "";
}
.glyphicon-chevron-right:before {
  content: "";
}

@media (max-width:992px){
  .lbzhaobox .min_btn{
    line-height: 18px !important;
    font-size: 12px;
    margin-top: 0px;
  }
  .lbzhaobox{
    padding: 10px;
    border: 3px solid #fff;
    width: 100%;
    height: 100%;
  }
  .lunbozhezhao {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;

}

  .bannertext h3 {
    font-family: 'fgmrt';
    font-size: 2.375rem;
    color: #fff;
}
.bannertext h4 {
  font-family: 'Times-Roman';
  font-size: 0.375rem;
  color: #fff;
  opacity: 0.7;
  text-transform: uppercase;
}
.lbzhaobox h3{

  font-size: 18px;
  color: #fff;margin-top: 0;
  margin-bottom: 10px;
}
.lbzhaobox h4{
font-size: var(--fontsize-12);
line-height: 15px;
  color: #fff;
  margin-bottom: 10px;
}

}

/* 看直播 */
.kanzhibocont{
   font-size: 20px;
   color: #808080;
  line-height: 30px;
}
.kanzhibocont h3{
  color: var(--color-black);
  font-size: 28px;
  line-height: 50px;
}
.footerbox{
    background-color: #03886D;
  font-size: 16px;
padding: 45px 0;
font-weight: 400;
color: #FFFFFF;
text-align: center;
line-height: 30px;
}
.footerleft{
  display: flex;
}
.qrcoderight{
  width: 60%;border-left:2px solid #fff;margin: 20px;padding-left: 30px;
  padding-top:20px;
}
@media (max-width:992px){
  .qrcoderight{
    width: 60%;border-right:none;
  }
  .footerleft{
    display: flex;
    flex-direction: column;

    width: 100%;
    align-items: center;
  }
  .footerleft img{
    margin-left: -30px;
  }
}
.position li:last-child a{
  color: var(--color-blue);
}
.position li:last-child a span{
 display: none;
}


/*  */
.activebox{
  display: flex;
  flex-wrap: wrap;
  padding: 18px;
  box-shadow: 0 3px 20px rgba(0,0,0,.1);
  color: #0000;
  border-radius: 5px;overflow: hidden;
 background-color: #fff;

}
.activebox_left{
  overflow: hidden;

}
.activebox_left img{
  transition: all 0.6s;
}

.activebox:hover .activebox_left img{
  transform: scale(1.5);
}

.activebox_right{
  padding: 10px 0px;
  display: flex;
  height: 100%;
  color: #B3B3B3;

  /* width: 60%; */
  flex-direction: column;
  justify-content: space-between;
}
.activebox_left{
  /* width: 40%; */
}
.mokuaiblack div:nth-last-of-type(1){
  width: 53.9px;
}

.videoboxbt_tit{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.active_ckxq{
  margin-top: 10px;
  color: #fff;
  padding:0 10px;
  font-size: 12px;
  line-height: 25px;
  background-color: var(--color-green);
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow: hidden
}
.active_ckxq:hover {
  color: #fff
}


.active_ckxq:hover::after {
  transform: scaleX(1) !important;
  transform-origin: left !important
}

.active_ckxq::after {
  content: '';
  display: block;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:var(--color-blue) !important;
  transform: scaleX(0) !important;
  transform-origin: right;
  transition: all .7s linear;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform;
  z-index: -1
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination {

  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination a {
  border: solid 1px var(--color-blue);
  padding: 6px 10px;
  margin: 0 3px;
  font-size: 14px;

  color: var(--color-blue) ;
  border-radius: 6px;
}
.pagination a:hover{
  background-color: var(--color-blue);
  color: #fff !important;
}
.page-itemact{
  background-color: var(--color-blue) !important;
  color: #fff !important;
}


img {
    width: 100%;
}

.damu-container img {
    width: auto;
}

.damu-carousel {
    height: 500px;
    overflow: hidden;
}

.damu-carousel .carousel-inner .item img {
    width: 100%;
}
a{
    color: #919392;
    text-decoration:none;
}


a:visited{  /*2、已访问状态*/
    color:  none;
    text-decoration:none;
}
a:hover{  /*3、鼠标悬浮状态*/
    color: none;
    text-decoration:none;
}
a:active{  /*4、鼠标摁上状态(激活选定状态)*/
    color:  none;
    text-decoration:none;
}

.text-cut1{
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-cut2{
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-cut3{
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-cut4{
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-cut5{
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*  -- flex弹性布局 -- */
.margin-right-sm{
  margin-right: 20px;
}
.margin-right-xs{
  margin-right: 10px;
}
.margin-top-sm{
    margin-top: 20px;
}
input{outline: none;}
.position-r {
  position: relative;
}
.position-a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 99;
  top: 0;
}
.mycenter>li {

    width: 100%;
    height: 93px;
    text-align: center;
    float: left;
    line-height: 106px;


}
.shubai{
  width: 5px;
  height: 100%;
  background-color: #fff;
}
.spshubai{
  width: 100%;
  height: 3px;
  background-color: #fff;
}


.mycenter>li.active .shubai{
  width: 5px;
  height: 100%;
  background-color: #276BAE;
}
.mycenter>li:hover  .shubai{

  width: 5px;
  height: 100%;
  background-color: #276BAE;

}
.mycenter>li.active .spshubai{
  width: 100%;
  height: 3px;
  background-color: #276BAE;
}

.mycenter>li:hover a{
  color: #fff;
  padding: 10px 7px;
  background: var(--color-green);
  background-size: 100% 100%;
  box-sizing: border-box;

}

.mycenter>li>a {
  margin-right: 0px;
  line-height: 1.42857143;
  margin: 0;
  border-radius: 0px;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 10px;
  line-height: 80px;
  font-size: 20px;
  /* padding: 10px 7px; */
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  box-sizing: border-box;
  box-shadow: none;

}
.mycenter>li>a div {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
}

.mycenter_right{
   display: flex;
   flex-direction: column;
   font-size: 18px;
   justify-content: center;
}
.flex {

    display: flex;

    /* flex-wrap: wrap; */

}

.flex-direction {
    flex-direction: column;
}


.basis-xs {

    flex-basis: 20%;

}


.basis-sm {

    flex-basis: 40%;

}


.basis-df {

    flex-basis: 50%;

}


.basis-lg {

    flex-basis: 60%;

}


.basis-xl {

    flex-basis: 80%;

}


.flex-sub {

    flex: 1;

}


.flex-twice {

    flex: 2;

}


.flex-treble {

    flex: 3;

}


.flex-direction {

    flex-direction: column;

}


.flex-wrap {

    display: flex;

    flex-wrap: wrap;

}


.align-start {

    align-items: flex-start;

}


.align-end {

    align-items: flex-end;

}


.align-center {

    align-items: center;

}


.align-stretch {

    align-items: stretch;

}


.self-start {

    align-self: flex-start;

}


.self-center {

    align-self: flex-center;

}


.self-end {

    align-self: flex-end;

}


.self-stretch {

    align-self: stretch;

}


.align-stretch {

    align-items: stretch;

}


.justify-start {

    justify-content: flex-start;

}


.justify-end {

    justify-content: flex-end;

}


.justify-center {

    justify-content: center;

}


.justify-between {

    justify-content: space-between;

}


.justify-around {

    justify-content: space-around;

}


.text-center {

    text-align: center;

}


.text-right {

    text-align: right;

}


.text-left {

    text-align: left;

}


.padding {

    padding: 30px;

}


.margin {

    margin: 30px;

}


.margin-xs {

    margin: 10px;

}


.margin-sm {

    margin: 20px

}


.margin-top {

    margin-top: 30px;

}


.margin-tb {

    margin-top: 30px;

    margin-bottom: 30px;

}


.margin-tb-xs {

    margin-top: 10px;

    margin-bottom: 10px;

}


.margin-tb-sm {

    margin-top: 20px;

    margin-bottom: 20px;

}


.light-50 {

    line-height: 50px;

}

.margin-bottom {

    margin-bottom: 30px;

}


.margin-left {

    margin-left: 30px;

}


.margin-right {

    margin-right: 30px;

}

.margin-lr{
  margin-left: 30px;
  margin-right: 30px;
}
.padding-lr{
  padding-left: 30px;
  padding-right: 30px;
}
.padding-xs{
  padding: 10px;
}
.padding-sm{
  padding: 20px;
}



img {
    width: 100%;
    height: 100%;
}
































































.navlogo{
    height: 24rem;
    display: flex;

    align-items: flex-end;
    padding-bottom: 40px;
    font-size: 16px;

font-weight: bold;
color: #333333;


}
.navlogotext{
    font-size: 50px;
    font-family: FZLiBian-S02S;
    font-weight: bold;
    color: #A45323;
    line-height: 25px;
}
.navlogoimg{
    width: 100px;
    height: 100px;
    margin-right: 20px;

}


.navul{
    /* border-left: 1px solid #666;
 border-right: 1px solid #666; */

 height: 60px;
 display: flex;
 width: fit-content;
 margin-top: -10px;
 border-radius: 0px 0px  10px 10px ;
 box-shadow: rgb(101 44 10) 0px 3px 10px 0px;
 border: 2px solid #ad6637 ;
 /* opacity: 0.8; */
}
.navul li{
    height: 56px;
    background: -webkit-linear-gradient(top,  #b65c1e 0%, #834420 100%);
z-index: 9;

 width: 100px;
 text-align: center;
 line-height: 56px;

}
.navul s{

    background: -webkit-linear-gradient(top,  #b65c1e 0%, #834420 100%);

   display: flex;
   justify-content: center;
   align-items: center;

}
.navul s img{
    height: 35px;
    width: 5px;
}
.navul li:nth-of-type(1){
    border-radius: 0px 0px 0px 10px;
}
.navul li:nth-last-child(1){
    border-radius: 0px 0px 10px 0px;
}
.navul li a{
    font-size: 16px;

    font-weight: bold;
    color: #FFDDAF;

}
.activeli{
    background: -webkit-linear-gradient(bottom,  #b65c1e 0%, #834420 100%) !important;
}
.navul li:hover{
    background: -webkit-linear-gradient(bottom,  #b65c1e 0%, #834420 100%) !important;
}






.indextitle{

font-size: 44px;

font-weight:500;
color: #5A2607;

}
.picfour{
    padding: 20px;



}
.picfour img{
    border-radius: 25px;
    border: 4px solid #814320;
    box-shadow: 0px 7px 12px 0px rgba(70,28,4,0.64);

}

.picfourname{
   background: url('./../static/img/butico.jpg')100% 100%;
   width: 156px;
   height: 49px;
   margin: auto;

   line-height: 49px;
   font-size: 30px;
font-family: CTCuHeiSJ;
font-weight: 400;
color: #F2ECDA;
}

.navBar1 {
    width: 100%;
    margin-left: 5px;
    margin-top: 10px;

    margin-bottom: -35px;
    overflow-x: auto;
    white-space: nowrap;
}
/* 去掉底部滚动条 */

.navBar1::-webkit-scrollbar {
    display: none;
}

.navBar1 li {
    display: inline-table;

    margin: 10px;
    padding: 10px;


    font-family: " PingFangSC-Regular";

    color: #333333;
    text-align: center;
    width: 60%;
   line-height: 30px;
}

.navBar1 li div img {
    width: 100%;
    /* height: 200px; */
}

.navBar1 li div p:nth-of-type(1) {
    text-align: left;
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
    color: #814320;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.navBar1 li div p:nth-of-type(2) {
    text-align: left;
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #999;
    margin-top: 10px;
}
.banertext{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
    align-items: flex-end;
}
.banertext img{
    width: 355px;height: 227px;
    margin: 7rem 24rem;
}

.sppicfour{
    border-radius: 10px;border: 4px solid #814320;box-shadow: 0px 7px 12px 0px rgba(70,28,4,0.64);
    margin-bottom: 30px;
}
.lswh{
    background: url('./../static/img/lswhbg.jpg')100% 100%;
    background-size: 100% 100%;
}
.lswhtext01{
    font-size: 24px;

/* font-weight: bold; */
line-height: 50px;
color: #FFD3B7;
writing-mode: vertical-lr;
}
.lswhtext02{
    font-size: 45px;
font-family: Adobe Heiti Std;
font-weight: normal;
color: #FFD3B7;
line-height: 60px;
text-shadow: 0px 5px 10px rgba(0,0,0,0.75);

background: linear-gradient(0deg, #FFB382 0%, #FFE1B7 91.6259765625%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    writing-mode: vertical-lr;
}
.lswhtext{
    font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
line-height: 30px;
margin: 15px;
}
.indextitleimg{
    width: 50px;height: 65px;margin-right:20px ;
}

/* 汇资讯幻灯片 */
.information_box{

     background-color: #F9F3E2;
    border: 1px solid #D9AA53;
    padding: 10px;
}
.information_box_div{
    flex: 1;
}
.information_box{


    padding: 10px;
}
.introduce_box_div{
    flex: 1;
}
.information_tit{
  /* margin-left:10px; */
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right:30px;
    line-height: 45px;
    font-size: 20px;

    height: 45px;
    color: #7b5c3a;
    background: url(dot6.png) no-repeat bottom;
    border-bottom: 1px solid #dedede;

}

.focus{ position:relative; width:100%;  }
.focus img{ width: 100%; }
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;}
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}
.focus .fPic{ border: 5px solid #000; }
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height: 55px;
    line-height: 55px;
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }
.focus .shadow a{ text-decoration:none; color:#000;    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; font-size:20px;padding: 0 10px; overflow:hidden;background-color: rgba(255, 254, 254, 0.6)}
.focus .fcon{ position:relative; width:100%;   display:none; background:#000  }
.focus .fcon img{ display:block; }
.focus .fbg{bottom:25px; right:40px; position:absolute; height:21px; text-align:center; z-index: 200; }
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; background:#D9D9D9; }
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}
.focus .D1fBt img{display:none}
.focus .D1fBt i{display:none; font-style:normal; }
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}
.focus .prev:hover{  background-position:0 0; }
.focus .next:hover{  background-position:-40px 0;}
.information_list{
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    align-items: center;
    margin: 10px;
    /* margin-left: 10px; */
}
.information_list_a{
    width: 80%;

      padding-left: 10px;
      margin-right: 20px;
}
.information_list_span{

    width:86px;
    color: #fff;

    height: 77px;

    text-align: center;
    background-color: #5A2607;
}
.information_listbox{
   margin-top: 30px;
}
.information_list ul li{
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    /* background: url(dot8.png) 0 50% no-repeat; */
    /* padding-left: 25px; */
}
.information_day{
    font-size: 36px;

font-weight: 400;
color: #FFFFFF;
margin: 0;
}
.huizixun{
    background: url('./../static/img/huizixun.jpg')100% 100%;
            padding:50px 50px;
            background-size: 100% 100%;
}
.newsmore{
    width: 76px;
    height: 23px;
    background: #824320;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;

font-weight: 400;
color: #FAF2DC;
line-height: 23px;
text-align: center;
border-radius: 20px;
padding: 0 20px;
}
.information_title{
    font-size: 18px;

font-weight: 400;
color: #545151;
line-height: 24px;
margin: 0;
}
.information_cont{
    font-size: 14px;

font-weight: 400;
color: #909090;
line-height: 22px;

}
.bg01{
    background: url('./../static/img/bg01.jpg') 100% 100%;
    padding: 50px 0;
    background-size: 100% 100%;

}



.logobox{
   width: 500px;
   height: 600px;
   margin: auto;
   font-size: 20px;
   padding : 0 2rem 2rem 2rem ;
   border: solid 2px #e0e0e0;
   /* box-shadow: 0px 3px 10px 0px #2d2d2dcc; */
}


.input {
    width: 100%;
    height: 40px;
    /*margin-top: 0.5rem;*/
    padding-left: 0.5rem;

    border: 1px solid #cccccc;
  }

.longin-top{
    margin-top: 30px;
 }
 #ehong-code-input{
	width:42px;
	letter-spacing:2px;
	margin:0px 8px 0px 0px;
}
.ehong-idcode-val{
	position: relative;
    padding: 0px 0px 0px 10px;
    top: 0px;
    /* top: -3px; */
    margin: 10px;
    letter-spacing: 4px;
    display: inline;
    /* font-size: 34px; */
    font-size: 25px;
    line-height: 67px;
    font-family: "Courier New", Courier, monospace;
    text-decoration: none;
    font-weight: bold;
}
.idcodebox{
	background: #fff;
	width: 125px;
height: 67px;
background: #FFFFFF;
margin: 0px 15px 20px;
opacity: 0.83;
/* margin-bottom: 20px; */
}
.ehong-idcode-val0{
    background-color: #efefef;
}
.ehong-idcode-val1{
    background-color: #efefef;
}
.ehong-idcode-val2{
    background-color: #efefef;
}
.ehong-idcode-val3{
    background-color: #efefef;
}
.ehong-idcode-val4{
    background-color: #efefef;
}
.ehong-idcode-val5{
    background-color: #efefef;
}
.margin-bottom-sm{
    margin-bottom: 20px;
}
.margin-bottom-xs{
    margin-bottom: 10px;
}
.margin-top-xs{
  margin-top: 10px;
}
  .yzm{
    width: 120px;
    background-color: #276BAE;
    color: #fff;
    height: 40px;
    margin-top: 2px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    float: right;

 }
 .ehong-idcode-val4 {
    background-color: #efefef;
}
.ehong-idcode-val {
    position: relative;
    padding: 0px 0px 0px 10px;
    top: 0px;
    /* top: -3px; */
    margin: 0px;
    letter-spacing: 4px;
    display: inline;
    /* font-size: 34px; */
    font-size: 35px;
    line-height: 50px;
    margin-left: 10px;
    font-family: "Courier New", Courier, monospace;
    text-decoration: none;
    font-weight: bold;
}
.checkboxdiv{
  font-size: 16px;
}
.butlogin{
    background-color: #276BAE;
    width: 400px;
    margin: auto;
    display: block;
    margin-top: 50px;
    height: 50px;
    border: none;
    color: #fff;
    border-radius: 5px;
}
.msgs{display:inline-block;cursor:pointer;}
form .msgs1{background:#E6E6E6;color:#818080;border:1px solid #CCCCCC;}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none;}
input, button {
  outline: none;
  border: none;
}
.login-wrap{
	width:100%;
	margin:auto;
	max-width:525px;
	min-height:670px;
	position:relative;
	background:url(./../static/bg.jpg) no-repeat center;
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
	width:100%;
	height:100%;
	position:absolute;
	padding:90px 70px 50px 70px;
	/* background:rgba(40,57,101,.9); */
    /* background: rgb(255 254 253 / 90%); */
    background-color: #fff;
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	-webkit-transform:rotateY(180deg);
	        transform:rotateY(180deg);
	-webkit-backface-visibility:hidden;
	        backface-visibility:hidden;
	-webkit-transition:all .4s linear;
	        transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	text-transform:uppercase;
}
.login-html .tab{
	font-size:22px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color:var(--color-blue);
    /* background-color: #a35629; */
}
.login-form{
	min-height:345px;
	position:relative;
	-webkit-perspective:1000px;
	        perspective:1000px;
	-webkit-transform-style:preserve-3d;
	        transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	/* color:#fff; */
	display:block;
}
.login-form .group .input,
.login-form .group .button{
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgb(161 161 161 / 10%);
    /* background: #a7562357; */
}
.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}
.login-form .group .label{
	color:#000;
	font-size:12px;
    text-align: left;
}
.login-form .group .button{
    background-color: var(--color-blue);
}
.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	-webkit-transition:all .2s ease-in-out 0s;
	        transition:all .2s ease-in-out 0s;
}
.login-form .group .button {
    width: 100%;
    color: #fff;
    display: block;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	-webkit-transform:scale(0) rotate(0);
	    -ms-transform:scale(0) rotate(0);
	        transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	-webkit-transform:scale(0) rotate(0);
	    -ms-transform:scale(0) rotate(0);
	        transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	/* background:#1161ee; */
    background-color: var(--color-blue);
}
.login-form .group .check:checked + label .icon:before{
	-webkit-transform:scale(1) rotate(45deg);
	    -ms-transform:scale(1) rotate(45deg);
	        transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	-webkit-transform:scale(1) rotate(-45deg);
	    -ms-transform:scale(1) rotate(-45deg);
	        transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	-webkit-transform:rotate(0);
	    -ms-transform:rotate(0);
	        transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	-webkit-transform:rotate(0);
	    -ms-transform:rotate(0);
	        transform:rotate(0);
}

.hr{
	height:2px;
	margin:60px 0 20px 0;
	/* background:rgba(255,255,255,.2); */
    height: 2px;

    background: var(--color-blue);
}
.foot-lnk{
	text-align:center;
}
.hzlistbox{
    border: 1px solid #276BAE;
    padding: 6px;
    /*background-color: #F9F3E2;*/
}
.hzlistbox div{

    overflow: hidden;
}
.hzlistbox div img{
    transition: all 0.6s;

}
.hzlistbox:hover div img{
    transform: scale(1.5);
}
.hzlistboxbt{
    padding: 12px;
}
.hzlistboxbt_tit{
    font-size: 18px;
    font-weight: 600;
    color: var(--color-blue);
    line-height:23px;
}
.text-color{
    color: var(--color-blue);
}
.hzlistboxbt_cont{
    line-height: 20px;
    margin: 8px 0;
}
.hzlistboxbut{

  background-color:transparent;
  color:var(--color-blue) !important;
  padding: 10px ;
  text-align: center;
  border: 1px solid var(--color-blue);
}
.hzlistbox:hover .hzlistboxbut{
    background-color:var(--color-blue);
    color: #fff !important;
    padding: 10px ;
    text-align: center;
}
.hzlistboxbut:hover{

  }
.hzlistboxbut1{
    background-color:transparent;
    color: var(--color-blue) !important;
    padding: 10px ;
    text-align: center;
    border: 1px solid var(--color-blue);
  }
.hzlistboxbuttext1{
    font-size: 22px;

line-height: 23px;
}

.bg02{
  background: url(./../static/img/bg02.jpg) 100% 100% no-repeat;
  padding: 50px 0;
  background-size: 100% 100%;

}


.cd-header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #21272c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  @media only screen and (min-width: 768px) {
    .cd-header {
      height: 70px;
      background-color: transparent;
    }
  }

  #cd-logo {
    float: left;
    margin: 13px 0 0 5%;
  }
  #cd-logo img {
    display: block;
  }
  @media only screen and (min-width: 768px) {
    #cd-logo {
      margin: 23px 0 0 5%;
    }
  }

  .cd-primary-nav {
    /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
    float: right;
    margin-right: 5%;
    width: 44px;
    height: 100%;
    background: url("../assets/cd-icon-menu.svg") no-repeat center center;
  }
  .cd-primary-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .cd-primary-nav ul.is-visible {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  .cd-primary-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    background: #CD2324;

    color: #ffffff;
  }
  @media only screen and (min-width: 768px) {
    .cd-primary-nav {
      /* reset navigation values */
      width: auto;
      height: auto;
      background: none;
    }
    .cd-primary-nav ul {
      position: static;
      width: auto;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      line-height: 70px;
    }
    .cd-primary-nav ul.is-visible {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    .cd-primary-nav li {
      display: inline-block;
      margin-left: 1em;
    }
    .cd-primary-nav a {
      display: inline-block;
      height: auto;
      font-weight: 600;
      line-height: normal;
      background: transparent;
      padding: .6em 1em;
      border-top: none;
    }
  }

  /* --------------------------------

  Slider

  -------------------------------- */
  .cd-hero {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .cd-hero-slider {
    position: relative;

    overflow: hidden;
  }
  .cd-hero-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-hero-slider li.selected {
    /* this is the visible slide */
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider li.move-left {
    /* slide hidden on the left */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
    /* the is-moving class is assigned to the slide which is moving outside the viewport */
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
  }


  /* --------------------------------

  Single slide style

  -------------------------------- */
  .cd-hero-slider li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .cd-hero-slider li:first-of-type {
    background: #CD2324;
  }
  .cd-hero-slider li:nth-of-type(2) {
    background: #CD2324;

  }
  .cd-hero-slider li:nth-of-type(3) {
    background: #CD2324;

  }
  .cd-hero-slider li:nth-of-type(4) {
    background: #CD2324;

  }
  .cd-hero-slider li:nth-of-type(5) {
    background: #CD2324;

  }
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    /* this padding is used to align the text */
    padding-top: 100px;
    text-align: center;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-hero-slider .cd-img-container {
    /* hide image on mobile device */
    display: none;
  }
  .cd-hero-slider .cd-img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .cd-hero-slider .cd-bg-video-wrapper {
    /* hide video on mobile device */
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .cd-hero-slider .cd-bg-video-wrapper video {
    /* you won't see this element in the html, but it will be injected using js */
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    margin: 0 auto 14px;
    color: #ffffff;
    width: 90%;
    max-width: 400px;
  }
  .cd-hero-slider h2 {
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
    font-size: 1.8rem;
  }
  .cd-hero-slider p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .cd-hero-slider .cd-btn {
    display: inline-block;
    padding: 1.2em 1.4em;
    margin-top: .8em;
    background-color: rgba(212, 68, 87, 0.9);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .cd-hero-slider .cd-btn.secondary {
    background-color: rgba(22, 26, 30, 0.8);
  }
  .cd-hero-slider .cd-btn:nth-of-type(2) {
    margin-left: 1em;
  }
  .no-touch .cd-hero-slider .cd-btn:hover {
    background-color: #d44457;
  }
  .no-touch .cd-hero-slider .cd-btn.secondary:hover {
    background-color: #161a1e;
  }
  @media only screen and (min-width: 768px) {
    .cd-hero-slider li:nth-of-type(2) {
      background-image: none;
    }
    .cd-hero-slider li:nth-of-type(3) {
      background-image: none;
    }
    .cd-hero-slider li:nth-of-type(4) {
      background-image: none;
    }
    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
      padding-top: 150px;
    }
    .cd-hero-slider .cd-bg-video-wrapper {
      display: block;
    }
    .cd-hero-slider .cd-half-width {
      width: 45%;
    }
    .cd-hero-slider .cd-half-width:first-of-type {
      left: 5%;
    }
    .cd-hero-slider .cd-half-width:nth-of-type(2) {
      right: 5%;
      left: auto;
    }
    .cd-hero-slider .cd-img-container {
      display: block;
    }
    .cd-hero-slider h2, .cd-hero-slider p {
      max-width: 520px;
    }
    .cd-hero-slider h2 {
      font-size: 2.4em;
      font-weight: 300;
    }
    .cd-hero-slider .cd-btn {
      font-size: 1.4rem;
    }
  }
  @media only screen and (min-width: 1170px) {
    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
      padding-top: 220px;
    }
    .cd-hero-slider h2, .cd-hero-slider p {
      margin-bottom: 20px;
    }
    .cd-hero-slider h2 {
      font-size: 3.2em;
    }
    .cd-hero-slider p {
      font-size: 1.6rem;
    }
  }

  /* --------------------------------

  Single slide animation

  -------------------------------- */
  @media only screen and (min-width: 768px) {
    .cd-hero-slider .cd-half-width {
      opacity: 0;
      -webkit-transform: translateX(40px);
      -moz-transform: translateX(40px);
      -ms-transform: translateX(40px);
      -o-transform: translateX(40px);
      transform: translateX(40px);
    }
    .cd-hero-slider .move-left .cd-half-width {
      -webkit-transform: translateX(-40px);
      -moz-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
      -o-transform: translateX(-40px);
      transform: translateX(-40px);
    }
    .cd-hero-slider .selected .cd-half-width {
      /* this is the visible slide */
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    .cd-hero-slider .is-moving .cd-half-width {
      /* this is the slide moving outside the viewport
      wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
      -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
      -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
      transition: opacity 0s 0.5s, transform 0s 0.5s;
    }
    .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
    .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
      /* this is the selected slide - different animation if it's entering from left or right */
      -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
      -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
      transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }
    .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
    .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
      /* this is the selected slide - different animation if it's entering from left or right */
      -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
      -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
      transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    }
    .cd-hero-slider .cd-full-width h2,
    .cd-hero-slider .cd-full-width p,
    .cd-hero-slider .cd-full-width .cd-btn {
      opacity: 0;
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
      transform: translateX(100px);
    }
    .cd-hero-slider .move-left .cd-full-width h2,
    .cd-hero-slider .move-left .cd-full-width p,
    .cd-hero-slider .move-left .cd-full-width .cd-btn {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      -moz-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      -o-transform: translateX(-100px);
      transform: translateX(-100px);
    }
    .cd-hero-slider .selected .cd-full-width h2,
    .cd-hero-slider .selected .cd-full-width p,
    .cd-hero-slider .selected .cd-full-width .cd-btn {
      /* this is the visible slide */
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    .cd-hero-slider li.is-moving .cd-full-width h2,
    .cd-hero-slider li.is-moving .cd-full-width p,
    .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
      /* this is the slide moving outside the viewport
      wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
      -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
      -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
      transition: opacity 0s 0.5s, transform 0s 0.5s;
    }
    .cd-hero-slider li.selected h2 {
      -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
      -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
      transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }
    .cd-hero-slider li.selected p {
      -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
      -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
      transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    }
    .cd-hero-slider li.selected .cd-btn {
      -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
      -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
      transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    }
  }
  /* --------------------------------

  Slider navigation

  -------------------------------- */
  .cd-slider-nav {


    text-align: center;

  }
  .cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
    height: 100%;
  }
  .cd-slider-nav nav {
    display: inline-block;
    position: relative;
  }
  .cd-slider-nav .cd-marker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 100%;
    color: #d44457;
    background-color: #ffffff;
    box-shadow: inset 0 2px 0 currentColor;
    -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
    -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .cd-slider-nav .cd-marker.item-2 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-slider-nav .cd-marker.item-3 {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
  .cd-slider-nav .cd-marker.item-4 {
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
    transform: translateX(300%);
  }
  .cd-slider-nav .cd-marker.item-5 {
    -webkit-transform: translateX(400%);
    -moz-transform: translateX(400%);
    -ms-transform: translateX(400%);
    -o-transform: translateX(400%);
    transform: translateX(400%);
  }
  .cd-slider-nav ul::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-slider-nav li {
    display: flex;
    justify-content: center;
    align-items: center;

}
  .cd-slider-nav li a{
    width: 10rem;
    height: 10rem;

    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #6C1D1D;
    color: #fff;
    z-index: 999;
    margin: 0 10px;
  }
  .cd-slider-nav li.selected a {
    width: 10rem;
    height: 10rem;
    z-index: 999;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #CD2324;
    margin: 0 10px;

  }
  .no-touch .cd-slider-nav li.selected a:hover {
    background-color: transparent;
  }
  .cd-slider-nav a {
    display: block;
    position: relative;

    font-size: 1rem;

    color: #a8b4be;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  /* .cd-slider-nav a::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 8px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../assets/cd-icon-navigation.svg) no-repeat 0 0;
  } */
  .no-touch .cd-slider-nav a:hover {
    background-color: rgba(0, 1, 1, 0.5);
  }
  .cd-slider-nav li:first-of-type a::before {
    background-position: 0 0;
  }
  .cd-slider-nav li.selected:first-of-type a::before {
    background-position: 0 -24px;
  }
  .cd-slider-nav li:nth-of-type(2) a::before {
    background-position: -24px 0;
  }
  .cd-slider-nav li.selected:nth-of-type(2) a::before {
    background-position: -24px -24px;
  }
  .cd-slider-nav li:nth-of-type(3) a::before {
    background-position: -48px 0;
  }
  .cd-slider-nav li.selected:nth-of-type(3) a::before {
    background-position: -48px -24px;
  }
  .cd-slider-nav li:nth-of-type(4) a::before {
    background-position: -72px 0;
  }
  .cd-slider-nav li.selected:nth-of-type(4) a::before {
    background-position: -72px -24px;
  }
  .cd-slider-nav li:nth-of-type(5) a::before {
    background-position: -96px 0;
  }
  .cd-slider-nav li.selected:nth-of-type(5) a::before {
    background-position: -96px -24px;
  }
  @media only screen and (min-width: 768px) {
    .cd-slider-nav {
      height: 80px;
    }

    .cd-slider-nav a {
      /* padding-top: 48px; */
      font-size: 2.1rem;;
      text-transform: uppercase;
    }
    .cd-slider-nav a::before {
      top: 18px;
    }
  }

  /* --------------------------------

  Main content

  -------------------------------- */
  .cd-main-content {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    padding: 2em 0;
  }
  .cd-main-content p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #999999;
    margin: 2em 0;
  }
  @media only screen and (min-width: 1170px) {
    .cd-main-content {
      padding: 3em 0;
    }
    .cd-main-content p {
      font-size: 1.6rem;
    }
  }

  /* --------------------------------

  Javascript disabled

  -------------------------------- */
  .no-js .cd-hero-slider li {
    display: none;
  }
  .no-js .cd-hero-slider li.selected {
    display: block;
  }

  .no-js .cd-slider-nav {
    display: none;
  }
  .videocont{
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: fit-content;
    /* align-items: center; */
    margin: auto;
    text-align: left;
  }
  .spvideoli{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;

font-weight: 400;
color: #FFFFFF;
line-height: 32px;
  }
  .ckmore{
    background-color: #fff;
    color: #CD2324;
    font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #CD2324;
line-height: 50px;
text-align: center;
  }
  .rexian{
    margin: 25px 0;
  }
  .bofang{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .bofang img{
    width: 10rem;
    height:10rem;
  }
  .yuanquanbox{
    z-index: 100;
  }
  .yuanquan{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #652F2F; ;
    z-index: 100;
  }
  hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 10px;
    border-top: 2px dashed #906e6e;
    width: 100%;
  }
  .web{width:100%;margin:0px auto;}
.con{width:100%;margin:27px auto;}
.con ul{
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
img{
	width: 100%;
}
.con ul li{width:30%;float:left;margin-right:15px;margin-bottom:15px;position:relative;overflow:hidden;cursor:pointer;border: 4px solid #5A2607;}
.txt{width:100%;height:45px;background:rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.txt h3{font-size:20px;font-weight:100;height:45px;text-align:center;line-height:45px;margin-top: 0px;}
.txt p{font-size:14px;text-align:center;margin: 0;padding: 0;    line-height: 97px;}

.lianjie{
  min-width: 100px;
}

 .detailwhite{
  background-color: #fff;padding: 20px;
 }
 .fuwenben  {
font-size: 16px;
color: #666;
line-height: 35px;
/* padding: 10px 20px; */
text-indent: 2em;
max-width: 1080px;
margin: auto;

}
.fuwenben p{
  margin: 10px 0px;

max-width: 1080px;
}
.fuwenben  img{
max-width: 100%;
text-align: center;
}
.fuwenben p img{
max-width: 100%;
margin: 0;
padding: 0;
margin-left: -26px;
}
.news_box1 {
  display: flex;
  z-index: -1;
    padding: 20px;
  border-bottom: solid 2px rgba(218, 246, 244, 0.85);
}
.news_box1:hover{

  -webkit-box-shadow: 5px 5px 30px 0 rgba(218, 246, 244, 0.85);
  box-shadow: 5px 5px 30px 0 rgba(218, 246, 244, 0.85);
  -webkit-transition: all .3s;
 -o-transition: all .3s;
  transition: all .3s;
  border-bottom: none;
  z-index: 99;
 }
 .news_box_img {
  width: 300px;

  border-radius: 5px;
}
.news-right{
  display: flex;
  /* align-items: center; */
  width: 100%;

    padding:0px 40px;

}
.news-left{
  height: 100%;
}
.newa_box_cont {

}
.newa_box_cont{
  height: 100%;


}
.news_box_wenben1 {

  width: 100%;
  margin-top: 20px;
  font-size: 14px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #2E2E2E;
line-height: 26px;

}

.news_box_wenben {
  font-size: 22px;
  color: var(--color-green);
  line-height: 30px;
  font-weight: normal;
  font-family: '微软雅黑';
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.time_box {
  width: 85px;
  height: 85px;
  background: var(--color-green);
  float: left;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

.time_box div:nth-of-type(1) {
  color: #fff;
  text-align: center;
  padding-top: 12px;
  font-size: 24px;
}

.time_box div:nth-of-type(2) {
  color: #fff;
  text-align: center;
  font-size: 14px;
}


.navneiul{
  /* display: none; */
  position: absolute;
                        top: 56px;
                        left: 1;
                        opacity: 0;


                            -webkit-border-radius: 0 0 5px 5px;
                            -moz-border-radius: 0 0 5px 5px;
                            border-radius: 0 0 5px 5px;
                            -webkit-transition: opacity .25s ease .1s;
                            -moz-transition: opacity .25s ease .1s;
                            -o-transition: opacity .25s ease .1s;
                            -ms-transition: opacity .25s ease .1s;
                            transition: opacity .25s ease .1s;
}
.navul li:hover .navneiul {
  /* display: block; */
  opacity: 1;
  line-height: 42px;
}
.navneiul li{
 z-index: 99999;
 background: #c16027b5 !important;
 border-radius: 0px !important;
 line-height: 56px;
}
.navneiul li {
  height: 0;

  overflow: hidden;
  padding: 0;
  -webkit-transition: height .25s ease .1s;
  -moz-transition: height .25s ease .1s;
  -o-transition: height .25s ease .1s;
  -ms-transition: height .25s ease .1s;
  transition: height .25s ease .1s;
}
.navul .navli{
  position: relative;
}
.navul li:hover > ul li {
  height:48px;
  line-height: 42px;
  overflow: visible;
  padding: 0;
}
.navneiul li:hover{
  z-index: 99999;
  background: #b65c1e  !important;
  border-top: 2px solid #833000;
}
.videobox:hover{ cursor: pointer; }
.videoed {  width:80px; height:80px; border-radius:100%; }
.videos{     z-index: 999999;display:none; border: 1px solid #080808; position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; max-width:640px; max-height:360px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer;    width: 30px;
  height: 30px; }
.con ul li:nth-of-type(1){
  width: 33%;
}
.con ul li:nth-of-type(2){
  width: 59.6%;
}
.con ul li:nth-of-type(3){

  width: 59.6%;
}
.con ul li:nth-of-type(4){
  width: 33%;
}
.imgbig {
  transition: all 0.6s;
  overflow: hidden;
}
.imgbig:hover{
  transform: scale(1.8);
}
.detail_heard{
  display:flex ;
  margin-top: 20px;
  width:100%;
  font-size: 28px;
  border-bottom: solid 1px #ddd;
  line-height: 60px;
  padding-left: 15px;
  color: #7b5c3a;
  align-items: flex-end;
}
.detail_heard p{
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 10px;
  font-size: 16px;
  color: #666;
  line-height:30px;
}
.detail_title{


  border-bottom: solid 1px #eee;
  margin-top: 50px;
  margin-bottom: 20px;

}
.detail_title div:nth-of-type(1){

  display: flex;
  justify-content: center;

  text-align: center;
  font-size: 20px;
  margin-bottom: .5rem;
  font-weight: 500;
  /*line-height: 20px;*/
  color: #212529;
  text-align: center;

}

.detail_title div:nth-of-type(2){

  display: flex;
  justify-content: center;

  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #666;

}
.detail_title div:nth-of-type(2) span {
  margin-left: 20px;
  /* margin-right: 20px; */
}
.address_tit{
  margin-right: 5px;
  color: rgb(0 0 0 / 47%);
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 50px;
}
.address_name {
  font-weight: 500;
  font-size: 15px;
  color: rgb(0 0 0 / 47%);
  display: inline-block;
  max-width: 700px;
  vertical-align: top;
  line-height: 50px;
}
.text-zhuti{
  color: #276BAE;
}



/* tab */

@media (min-width: 992px){
.probox {
    padding: 60px;
    display: flex;
}
}
@media (max-width:992px){

  .con ul li:nth-of-type(1){
    width: 31.7%;
  }
  .con ul li:nth-of-type(2){
    width: 59.6%;
  }
  .con ul li:nth-of-type(3){

    width: 59.6%;
  }
  .con ul li:nth-of-type(4){
    width: 31.7%;
  }
  .news_box1 {
      display: flex;
      padding: 0px;
      border-bottom: dashed 1px #ccc;
  }

  .news-right {
    display: flex;
    /* align-items: center; */
    width: 100%;
    padding: 10px 0px;
}
  }

@media (max-width:992px){

  .cd-slider-nav li a{
    width: 5rem;
    height: 5rem;
    z-index: 999;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #6C1D1D;
    color: #fff;
    margin: 0 5px;

  }
  .cd-slider-nav li.selected a {
    width: 5rem;
    height: 5rem;
   z-index: 999;
   margin: 0 5px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #CD2324;

  }
  .spvideoli{
    display: block;

  }
  .rexian{
    margin:10px 0;
  }
    .butlogin{
        background-color: #276BAE;
        width: 400px;
        margin: auto;
        display: block;
        margin-top: 50px;
        height: 90px;
        border: none;
        color: #fff;
        border-radius: 5px;
    }
    .logobox{
        width: 80%;
        height: 1000px;
        margin: auto;
        padding : 0 2rem 2rem 2rem ;
        border: solid 2px #e0e0e0;
        /* box-shadow: 0px 3px 10px 0px #2d2d2dcc; */
        font-size:35px;
     }


    .huizixun{
        background: url('./../static/img/huizixun.jpg')100% 100%;
                padding:0;
    }
        .indextitle{

          font-size: 18px;

        font-weight:bold;
        color:#276BAE;

        }

        .picfour{
            margin: 8px;
            border: 2px solid #276BAE;
        }
        .banertext img{
            width: 75px;
            height: 48px;
            margin: 10px 35px;
        }
        .picfourname{
            background: url(./../static/img/spbutico.jpg)100% 100%;
            width: 101px;
            height: 32px;
            margin: auto;
            line-height: 33px;
            font-size: 18px;
            font-family: CTCuHeiSJ;
            font-weight: 400;
            color: #F2ECDA;
            background-size: cover;
        }
        .indextitleimg{
            width: 30px;
            height: 44px;
            margin-right:20px ;

        }
        .lswhtext01{
            font-size: 18px;

        /* font-weight: bold; */
        line-height: 30px;
        color: #FFD3B7;
        writing-mode: vertical-lr;
        }
        .lswhtext02{
            font-size: 30px;
        font-family: Adobe Heiti Std;
        font-weight: normal;
        color: #FFD3B7;
        line-height: 30px;
        text-shadow: 0px 5px 10px rgba(0,0,0,0.75);

        background: linear-gradient(0deg, #FFB382 0%, #FFE1B7 91.6259765625%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
            writing-mode: vertical-lr;
        }
        .lswhtext{
            font-size:16px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 30px;
        margin: 15px;
        word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
        }

}
a:hover{  /*3、鼠标悬浮状态*/
    color: none !important;
    text-decoration:none;
}
/* 预览图片 */
#galpop-wrapper {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .8);
}
#galpop-container {
  border-radius:5px;
  padding:10px;
  background-color:rgb(255, 255, 255);
  background-color:rgba(255, 255, 255, .8);
}
#galpop-wrapper.loaded-ajax #galpop-container,
#galpop-wrapper.loaded-iframe #galpop-container {
  width:70vw;
  height:70vh;
  padding:0;
  border-radius:0;
}
#galpop-wrapper.loaded-iframe iframe {
  width:100%;
  height:70vh;
  border:0;
}
#galpop-wrapper.loaded-ajax #galpop-content {
  padding:10px 20px;
}
#galpop-ajax {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:1;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition:opacity 0.5s;
  background-image:url("./../static/img/ajax-loader.gif");
  background-repeat:no-repeat;
  background-position:center;
}
#galpop-wrapper.complete #galpop-ajax {
  opacity:0;
}
#galpop-info {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .8);
  color:#fff;
  font-size:.8em;
  padding:10px;
  left:0;
  bottom:0;
}
#galpop-close {
  top:-30px;
  right:-30px;
  width:36px;
  height:36px;
  background-image:url("./../static/img/btn-close.png");
  background-repeat:no-repeat;
}

/* Important to the slider! Be careful when changing these values! */

.lock-scroll {
  overflow: hidden !important;
}
#galpop-wrapper {
  display:none;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:100;
}
@media (min-width:992px){
    #galpop-container {
        position:absolute;
        top:50%;
        left:50%;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        width: 600px !important;
        height: 400px !important;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -o-transition: width 0.5s, height 0.5s;
        -ms-transition: width 0.5s, height 0.5s;
        -moz-transition: width 0.5s, height 0.5s;
        -webkit-transition: width 0.5s, height 0.5s;
        transition:width 0.5s, height 0.5s;
        overflow: visible !important;
      }

}
#galpop-container {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
   width: 100px;
   height: 100px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -o-transition: width 0.5s, height 0.5s;
    -ms-transition: width 0.5s, height 0.5s;
    -moz-transition: width 0.5s, height 0.5s;
    -webkit-transition: width 0.5s, height 0.5s;
    transition:width 0.5s, height 0.5s;
    overflow: visible !important;
  }

#galpop-prev,
#galpop-next {
  position:absolute;
  top:0;
  bottom:0;
  z-index:5;
  background-repeat:no-repeat;
  outline:none;
}
#galpop-prev {
  left:0;
  right:50%;
}
#galpop-next {
  left:50%;
  right:0;
}
#galpop-prev:hover {
  background-image:url("./../static/img/btn-prev.png");
  background-position:left center;
}
#galpop-next:hover {
  background-image:url("./../static/img/btn-next.png");
  background-position:right center;
}
#galpop-modal {
  position:relative;
}
#galpop-content {
  display:none;
}
#galpop-content img {
  vertical-align:top;
}
@media (min-width:992px){
    #galpop-content img {
        vertical-align:top;
        width: 600px;
        height: 400px;
      }

}

#galpop-info {
  position:absolute;
  display:none;
  z-index:15;
}
#galpop-info p {
  margin:0;
}
#galpop-info a {
  color:#fff;
}
#galpop-close {
  position:absolute;
  display:block;
  z-index:10;
}
/*动态点赞开始*/
.praise{
  cursor: pointer;
  font-size: 12px;
  text-align:center;
  position: relative;
}
#praise{
  display:block;
  width:25px;
  height:25px;
  margin:0 auto;
}
#praise-txt{
  height:25px;
  line-height:25px;
  display: block;
}
.praise img{
  width:25px;
  height:25px;
  display:block;
  margin: 0 auto;
}
.praise img.animation{
  animation: myfirst 0.5s;
  -moz-animation: myfirst 0.5s;	/* Firefox */
  -webkit-animation: myfirst 0.5s;	/* Safari 和 Chrome */
  -o-animation: myfirst 0.5s;	/* Opera */
}
#add-num{
  display:none;
}
#add-num .add-animation{
  color: #000;
  position:absolute;
  top:-15px;
  left: 10px;
  font-size: 15px;
  opacity: 0;
  filter: Alpha(opacity=0);
  -moz-opacity:0;
  animation: mypraise 0.5s ;
  -moz-animation: mypraise 0.5s ;	/* Firefox */
  -webkit-animation: mypraise 0.5s ;	/* Safari 和 Chrome */
  -o-animation: mypraise 0.5s ;	/* Opera */
  font-style:normal;
}
.praise .hover , #add-num .add-animation.hover , #praise-txt.hover{
  color: #EB4F38;
}




/* 收藏 */
.shoucang{

  cursor: pointer;
  font-size: 12px;
  text-align:center;
  position: relative;
}
#shoucang{
  display:block;
  width:25px;
  height:25px;
  margin:0 auto;
}
#shoucang-txt{
  height:25px;
  line-height:25px;
  display: block;
}
.shoucang img{
  width:25px;
  height:25px;
  display:block;
  margin: 0 auto;
}
.shoucang img.animation{
  animation: myfirst 0.5s;
  -moz-animation: myfirst 0.5s;	/* Firefox */
  -webkit-animation: myfirst 0.5s;	/* Safari 和 Chrome */
  -o-animation: myfirst 0.5s;	/* Opera */
}
#add-num1{
  display:none;
}
#add-num1 .add-animation{
  color: #000;
  position:absolute;
  top:-15px;
  left: 10px;
  font-size: 15px;
  opacity: 0;
  filter: Alpha(opacity=0);
  -moz-opacity:0;
  animation: mypraise 0.5s ;
  -moz-animation: mypraise 0.5s ;	/* Firefox */
  -webkit-animation: mypraise 0.5s ;	/* Safari 和 Chrome */
  -o-animation: mypraise 0.5s ;	/* Opera */
  font-style:normal;
}
.shoucang .hover , #add-num1 .add-animation.hover , #shoucang-txt.hover{
  color: #EB4F38;
}

/*点赞数量加减动画结束*/
/*动态点赞结束*/
.tool {

  width:200px;
  height: 300;
  padding:10px;
  border-radius:3px;
  position:absolute;
  box-shadow:1px 1px 10px 0 #ccc;
  margin: 200px 0 0 0px;
  background:#fff;


  -webkit-transition:margin .05s ease-in-out;
 -moz-transition:margin .05s ease-in-out;}
 .toolitem:hover .tool {
  margin:80px 0 0 -10px;

  z-index: 9999;
  -webkit-transition: margin .15s ease-in-out;
-moz-transition: margin .15s ease-in-out;}

.arrow {
    /* position: absolute; */
    display: flex;
    justify-content: center;
    /* margin: -19px 0 0 50px; */
    width: 0;
    margin: auto;
    margin-top: -20px;
    height: 0;
    justify-content: en;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.nicheng{
  margin-top: 10px;
line-height: 20px;
}
.user{
 font-size: 15px;
 font-weight: 200;
 line-height: 25px;
}






/* 新加*/
.detail_title .shoucang img {
  width: 18px;
  height:18px;
  display: block;
  margin: 0 auto;
}
.detail_title .praise img {
  width: 18px;
  height:18px;
  display: block;
  margin: 0 auto;
}
#praise-txt {
  height: 18px;
  line-height: 18px;
  font-size: 15px;
  display: block;
}
#shoucang-txt {
  height: 18px;
  line-height: 18px;
  font-size: 15px;
  display: block;
}
.detailbg{
  background:url('./../static/icon/bg.jpg');padding-top: 30px;padding-bottom: 30px;
 background-position: fixed;

   background-size: 100% 100%;
 }

 .detail_title .praise img.animation{
  animation: myfirst1 0.5s;
  -moz-animation: myfirst1 0.5s;	/* Firefox */
  -webkit-animation: myfirst1 0.5s;	/* Safari 和 Chrome */
  -o-animation: myfirst1 0.5s;	/* Opera */
}
#add-num{
  display:none;
}
.detail_title #add-num .add-animation{
  color: #000;
  position:absolute;
  top:-15px;
  left: 10px;
  font-size: 15px;
  opacity: 0;
  filter: Alpha(opacity=0);
  -moz-opacity:0;
  animation: mypraise1 0.5s ;
  -moz-animation: mypraise1 0.5s ;	/* Firefox */
  -webkit-animation: mypraise1 0.5s ;	/* Safari 和 Chrome */
  -o-animation: mypraise1 0.5s ;	/* Opera */
  font-style:normal;
}
 @media (min-width:992px){
  .newslistpadding{
    padding: 50px;
  }

}




 .main-video-container{
  flex:1 1 700px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,.1);
  background-color: #fff;
  padding:15px;
}

 .main-video-container .main-video{
  margin-bottom: 7px;
  border-radius: 5px;
  width: 100%;
}

 .main-video-container .main-vid-title{
  font-size: 20px;
  color:#444;
}

 .video-list-container{
  flex:1 1 350px;
  height: 485px;
  overflow-y: scroll;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,.1);
  background-color: #fff;
  padding:15px;
}

 .video-list-container::-webkit-scrollbar{
  width: 10px;
}

.video-list-container::-webkit-scrollbar-track{
  background-color: #fff;
  border-radius: 5px;
}

.video-list-container::-webkit-scrollbar-thumb{
  background-color: #5A2607;
  border-radius: 5px;
}

 .video-list-container .list{
  display: flex;
  align-items: center;
  gap:15px;
  padding:10px;
  background-color: #eee;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 10px;
}

 .video-list-container .list:last-child{
  margin-bottom: 0;
}

 .video-list-container .list.active{
  /* background-color: rgb(189, 188, 188); */
  background-color: rgb(171 98 3 / 63%);
  border: 1px solid #f0a579;
}

 .video-list-container .list.active .list-title{
  color: #fff;
}

 .video-list-container .list .list-video{
  width: 100px;
  border-radius: 5px;
}

 .video-list-container .list .list-title{
  font-size: 17px;
  color:#444;
}


@media (max-width:450px){

   .main-video-container .main-vid-title{
     font-size: 15px;
     text-align: center;
  }

  .video-list-container .list{
     flex-flow: column;
     gap:10px;
  }

 .video-list-container .list .list-video{
     width: 100%;
  }

  .video-list-container .list .list-title{
     font-size: 15px;
     text-align: center;
  }

}


.detail_title .shoucang img.animation{
  animation: myfirst1 0.5s;
  -moz-animation: myfirst1 0.5s;	/* Firefox */
  -webkit-animation: myfirst1 0.5s;	/* Safari 和 Chrome */
  -o-animation: myfirst1 0.5s;	/* Opera */
}
#add-num1{
  display:none;
}
.detail_title #add-num1 .add-animation{
  color: #000;
  position:absolute;
  top:-15px;
  left: 10px;
  font-size: 15px;
  opacity: 0;
  filter: Alpha(opacity=0);
  -moz-opacity:0;
  animation: mypraise1 0.5s ;
  -moz-animation: mypraise1 0.5s ;	/* Firefox */
  -webkit-animation: mypraise1 0.5s ;	/* Safari 和 Chrome */
  -o-animation: mypraise1 0.5s ;	/* Opera */
  font-style:normal;
}

/*点赞图标放大动画开始*/
@keyframes myfirst1
{
  0%{
      width:15px;
      height:15px;
  }
  50%{
      width:20px;
      height:20px;
  }
  100% {
      width:15px;
      height:15px;
  }
}

@-moz-keyframes myfirst1 /* Firefox */
{
  0%{
    width:15px;
    height:15px;
}
50%{
    width:20px;
    height:20px;
}
100% {
    width:15px;
    height:15px;
}
}

@-webkit-keyframes myfirst1 /* Safari 和 Chrome */
{
  0%{
    width:15px;
    height:15px;
}
50%{
    width:20px;
    height:20px;
}
100% {
    width:15px;
    height:15px;
}
}

@-o-keyframes myfirst1 /* Opera */
{
  0%{
    width:15px;
    height:15px;
}
50%{
    width:20px;
    height:20px;
}
100% {
    width:15px;
    height:15px;
}
}
/*点赞图标放大动画结束*/
/*点赞数量加减动画开始*/
@keyframes mypraise1
{
  0%{
      top:-15px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
  25%{
      top:-20px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  50%{
      top:-25px;
      opacity: 1;
      filter: Alpha(opacity=100);
      -moz-opacity:1;
  }
  75%{
      top:-30px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  100% {
      top:-35px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
}

@-moz-keyframes mypraise1 /* Firefox */
{
  0%{
      top:-15px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
  25%{
      top:-20px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  50%{
      top:-25px;
      opacity: 1;
      filter: Alpha(opacity=100);
      -moz-opacity:1;
  }
  75%{
      top:-30px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  100% {
      top:-35px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
}

@-webkit-keyframes mypraise1 /* Safari 和 Chrome */
{
  0%{
      top:-15px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
  25%{
      top:-20px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  50%{
      top:-25px;
      opacity: 1;
      filter: Alpha(opacity=100);
      -moz-opacity:1;
  }
  75%{
      top:-30px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  100% {
      top:-35px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
}

@-o-keyframes mypraise1 /* Opera */
{
  0%{
      top:-15px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
  25%{
      top:-20px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  50%{
      top:-25px;
      opacity: 1;
      filter: Alpha(opacity=100);
      -moz-opacity:1;
  }
  75%{
      top:-30px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  100% {
      top:-35px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
}

/*点赞图标放大动画开始*/
@keyframes myfirst
{
  0%{
      width:25px;
      height:25px;
  }
  50%{
      width:28px;
      height:28px;
  }
  100% {
      width:25px;
      height:25px;
  }
}

@-moz-keyframes myfirst /* Firefox */
{
  0%{
    width:25px;
    height:25px;
}
50%{
    width:28px;
    height:28px;
}
100% {
    width:25px;
    height:25px;
}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
  0%{
    width:25px;
    height:25px;
}
50%{
    width:28px;
    height:28px;
}
100% {
    width:25px;
    height:25px;
}
}

@-o-keyframes myfirst /* Opera */
{
  0%{
    width:25px;
    height:25px;
}
50%{
    width:28px;
    height:28px;
}
100% {
    width:25px;
    height:25px;
}
}
/*点赞图标放大动画结束*/
/*点赞数量加减动画开始*/
@keyframes mypraise
{
  0%{
      top:-15px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
  25%{
      top:-20px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  50%{
      top:-25px;
      opacity: 1;
      filter: Alpha(opacity=100);
      -moz-opacity:1;
  }
  75%{
      top:-30px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  100% {
      top:-35px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
}

@-moz-keyframes mypraise /* Firefox */
{
  0%{
      top:-15px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
  25%{
      top:-20px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  50%{
      top:-25px;
      opacity: 1;
      filter: Alpha(opacity=100);
      -moz-opacity:1;
  }
  75%{
      top:-30px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  100% {
      top:-35px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
}

@-webkit-keyframes mypraise /* Safari 和 Chrome */
{
  0%{
      top:-15px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
  25%{
      top:-20px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  50%{
      top:-25px;
      opacity: 1;
      filter: Alpha(opacity=100);
      -moz-opacity:1;
  }
  75%{
      top:-30px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  100% {
      top:-35px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
}

@-o-keyframes mypraise /* Opera */
{
  0%{
      top:-15px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
  25%{
      top:-20px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  50%{
      top:-25px;
      opacity: 1;
      filter: Alpha(opacity=100);
      -moz-opacity:1;
  }
  75%{
      top:-30px;
      opacity: 0.5;
      filter: Alpha(opacity=50);
      -moz-opacity:0.5;
  }
  100% {
      top:-35px;
      opacity: 0;
      filter: Alpha(opacity=0);
      -moz-opacity:0;
  }
}
@media (max-width:992px){
  .video-list-container {
    flex: 1 1 350px;
    height: 201px;
    overflow-y: scroll;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    background-color: #fff;
    padding: 15px;
  }
  .video-list-container h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

}
#praise{
  margin: 0 8px 0 0;
}
#shoucang{
  margin: 0 8px 0 0;
}
#praise-txt {
 line-height: 25px;
}
#shoucang-txt {
  line-height: 25px;
 }
 .detail_title #praise-txt {
  line-height: 18px;
 }
 .detail_title #shoucang-txt {
  line-height: 18px;
 }
 .videotoopl{
  box-sizing: content-box;
  border-bottom: 1px solid #E3E5E7;
  width: 100%;


padding-bottom: 20px;
 }
 .eyeimg{
  color: #3e3535;
  font-weight: bold;
  font-size: 25px;
  width: 35px;
  height: 33px;margin: 0 8px;
 }
 .address_tit {
  margin-right: 5px;
  color: rgb(0 0 0 / 47%);
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  line-height:45px;
}
.address_name {
  font-weight: 500;
  font-size: 15px;
  color: rgb(0 0 0 / 47%);
  display: inline-block;
  max-width: 700px;
  vertical-align: top;
  line-height: 45px;
}
@media (min-width: 992px){
  .probox {
    padding: 38px;
    display: flex;
}
.detailright{
  padding-left: 35px;
}
}
@media (max-width: 992px){
.margin-top-tool{
  margin-top: 15px;
}
}


.navul s img {
  height: 35px;
  width: 4px;
}
a{text-decoration: none!important;}
.popOutBg{ width:100%; height:100%; position: fixed; left:0; top:0; background:rgba(0,0,0,.6); display: none;}
.popOut{ position:fixed; width:600px; height:600px; top:50%; left:50%; margin-top:-150px; margin-left:-300px; background:#fff; border-radius:8px; overflow: hidden; display: none;}
.popOut > span{ position: absolute; right:10px; top:0; height:42px; line-height:42px; color:#000; font-size:30px; cursor: pointer;}
/* .popOut table{ display: block; margin:42px auto 0; width:520px;}
.popOut caption{ width:520px; text-align: center; color:#f40; font-size:18px; line-height:42px;}
.popOut table tr td{ color:#666; padding:6px; font-size:14px;}
.popOut table tr td:first-child{ text-align: right;} */
.inp{ width:280px; height:30px; line-height:30px; border:1px solid #999; padding:5px 10px; color:#000; font-size:14px; border-radius:6px;}
.inp:focus{ border-color:#f40;}
@keyframes ani{
  from{
    transform:translateX(-100%) rotate(-60deg) scale(.5);
  }
  50%{
    transform:translateX(0) rotate(0) scale(1);
  }
  90%{
    transform:translateX(20px) rotate(0) scale(.8);
  }
  to{
    transform:translateX(0) rotate(0) scale(1);
  }
}
.ani{ animation:ani .5s ease-in-out;}

.yuyuefrom{
  font-size: 16px;
}

.yuyuefrom input{
  width: 208px;
  height: 44px;
  background: #fff;
  border: 1px solid #dee0e3;
  outline: 0;
  padding: 0px 9px;
  box-sizing: border-box;
  margin-left: 10px;
}
.fromkuang{
  margin: 10px 10px;
}



@media (min-width: 992px){
  .yuyuefrom input{
    width: 249px;
    height: 44px;
    background: #fff;
    border: 1px solid #dee0e3;
    outline: 0;
    padding: 0px 9px;
    box-sizing: border-box;
    margin-left: 10px;
  }
  }
  @media (max-width: 992px){
    .spyzm{
      float: right;
    }


  }

  .yuyuebut{
  padding-top: 50px;
  }
.yuyuebut button {
  margin-top: 50px;
  border: none;
  padding: 15px 20px;
  border-radius: 25px;
  width: 50%;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;

  background-color: #276BAE;
}
  .show-modal{
  color: #fff;
  background-color: #555;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 15px;
  margin: 80px auto 0;
  border: none;
  outline: none;
  box-shadow: -5px 5px 1px rgba(0,0,0,0.2);
  display: block;
}
  .show-modal:hover{
  color: #fff;
  text-decoration: none;
  border: none;
  outline: none;
}
.modal-backdrop.in{ opacity: 0; }
  .modal{ top: 160px !important; }
  .modal-dialog{
  width: 400px;
  margin: 30px auto 10px;
}
  .modal-dialog .modal-content{
  text-align: center;
  border: 3px solid #a35629;
  border-radius: 15px;
  box-shadow: -12px 12px 1px rgba(0, 0,0,0.2);
  position: relative;
  z-index: 1;
}
  .modal-dialog .modal-content:before,
  .modal-dialog .modal-content:after{
  content: "";

  width: 100%;
  height: 70%;
  border-radius: 12px 12px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
  .modal-dialog .modal-content:after{

  width: 25px;
  height: 25px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: 100px;
  top: auto;
}
  .modal-dialog .modal-content .close{
  color: #4D4D4D;
  background-color: #fff;
  font-size: 32px;
  line-height: 30px;
  height: 35px;
  width: 35px;
  border: 3px solid #a35629;
  border-radius: 50%;
  box-shadow: -5px 5px 1px rgba(0,0,0,0.1);
  opacity: 1;
  position: absolute;
  left: auto;
  right: -10px;
  top: -10px;
  z-index: 1;
  transition: all 0.3s;
}
  .modal-dialog .modal-content .close:hover{
  color: #fff;
  background-color: #4D4D4D;
  border: 3px solid #262628;
}
  .modal-dialog .modal-content .modal-body{ padding: 20px 20px 30px !important; }
  .modal-dialog .modal-content .modal-body .icon{
  color: #3E3E40;
  background: #fff;
  font-size: 80px;
  font-weight: 600;
  text-align: center;
  line-height: 140px;
  height: 110px;
  width: 110px;
  margin: 0 auto 20px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
  .modal-dialog .modal-content .modal-body .title{
  color: #3B393F;
  font-family: 'Archivo Black', sans-serif;
  font-size: 50px;
  text-transform: capitalize;
  margin: 0 0 5px 0;
}
  .modal-dialog .modal-content .modal-body .description{
  color: #3B393F;
  font-size: 16px;
  margin: 0 0 60px;
}
  .modal-dialog .modal-content .modal-body .subscribe{
  color: #fff;
  background: #3E3E40;
  font-size: 18px;
  padding: 8px 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 auto;
  border: 3px solid #262628;
  box-shadow: -5px 5px 1px rgba(0,0,0,0.3);
  border-radius: 8px;
  display: block;
  transition: all 0.3s;
}
  .modal-dialog .modal-content .modal-body .subscribe:hover{
  color: #3B393F;
  background: #FFC700;
  border: 3px solid #a35629;
}
@media only screen and (max-width: 576px){
  .modal-dialog{ width: 96% !important; }
}
.box{width: 100%;height: 100%;}
.head{width: 100%;height:4.5rem;cursor: pointer;}
.head .prev,.head .next{width: 20%;text-align: center;float: left;line-height: 4.5rem;font-size:1.6rem;}
.head .tomon{width: 60%;float: left;text-align: center;line-height: 4.5rem;font-size: 1.6rem;}
.date ol{width: 100%;height: 4rem;background: var(--color-blue);padding: 0;}
.date ol li{display:block;float: left;width: 14.2857%;text-align: center;font-size: 1.6rem;color: #fff;border: none;padding: 0;line-height: 4rem;height: 4rem;}
.date ul{width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;}
.date ul li{display: block;width: 14.2857%;height: 4.5rem;text-align: center;font-size: 1.6rem;background: #fff;position: relative;}
.date ul li i{font-size: 10px;position: absolute;right: 0;bottom:0.3rem;display:block;height: 15px;line-height: 15px;width: 100%;text-align: center;color: var(--color-green);}
.date ul li span{display: block;width: 100%;height: 100%;line-height: 4.5rem;text-align: center;}
.date ul .no_date{background: #fafafa;color: #999;line-height:4.5rem;    border: 0.5px solid #cccccc42;}
.date ul .act_wk{color: var(--color-blue);;}
.date ul .act_date{color: #fff;display: flex;
  justify-content: center;align-items: center;}
.date ul .act_ds{background: var(--color-blue);;color: #fff;}
.rideobox {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.rideoboxlabel {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  margin-right:20px;
}
.rideoboxlabel input {
  display: none;
}
.rideoboxlabel input:checked + span {
  background-color: #edd8e0;
}
.rideoboxlabel input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em var(--color-blue);;
}
.rideoboxlabel span {
  display: -webkit-box;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
          align-items: center;

  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.rideoboxlabel span:hover {
  background-color: var(--color-green);
}
.rideoboxlabel span:before {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em var(--color-blue);;
}

.navheader {
  display: flex;
  flex-wrap: wrap;
  color: #323232;
}
.rideoboxlabel input:checked + span {
  background-color: var(--color-blue);;
  color: #fff;
}
.rideoboxlabel span:hover {
  background-color: var(--color-blue);
 color: #fff;
}





/* xinjia */

.spanwidth{
  width: 84px;
}
.margin-left-sm{
  margin-left: 20px;
}
.xiugai{
  display: flex;
 flex-wrap: nowrap;
}
.act_dateli{
  cursor:pointer;
}

@media (max-width: 992px) {
  .xiugai{
    display: flex;
   flex-wrap: wrap;
  }
  .xiugai .xiugaitext{
    margin-left: 20px;
  }

}
.date ul li {
  display: block;
  width: 14.2857%;
  height: 4.5rem;
  text-align: center;
  font-size: 1.6rem;
  background: #55d8b44a;
  position: relative;
}
.rideoimglabel span {
  display: -webkit-box;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
  align-items: flex-start;
  margin-bottom: 0.375em;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius:0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.rideoimglabel span:before {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    content: "";
    position: absolute;
    /* background-color: #736262; */
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #a35629;
}
*, :after, :before {
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-dialogimg {
  width: 1000px;
  margin: 30px auto 10px;
}
.promore{
  border: 1px solid #D2A87E;width: fit-content;padding: 5px 12px;margin-top: 20px;border-radius: 20px;
}
.rideoimglabel{
  width: 33.3%;
  margin-right: 0px;
}
@media (max-width: 992px) {
  .xiugai{
    display: flex;
   flex-wrap: wrap;
  }
  .xiugai .xiugaitext{
    margin-left: 20px;
  }
  .rideoimglabel{
    width: 50%;
    margin-right: 0px;
  }
  .rideoimglabel span:before {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    content: "";
    position: absolute;
    /* background-color: #736262; */
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    margin-right: 0.375em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #a35629;
}
.rideoboxlabel input:checked + span:before {
  box-shadow: inset 0 0 0 0.2375em #A35624;
}
}
.flex-warp{
  flex-wrap: wrap;
}












/* xxxxx */
.pinglunlist{
  border-bottom:1px dashed #ddd;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0;
}
.plshanchu{
  display: none;
  cursor:pointer;
}
.pinglunlist:hover .plshanchu{
  display: block;
}
.jinyong:before {

  box-shadow: inset 0 0 0 0.125em #8d8d8d !important;
}
.scshanchu{


  display: none;
}
.hzlistbox:hover .scshanchu{
  display: block;
  position: absolute;z-index:99;top:0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;background-color:rgb(68, 68, 68,0.5);
}
/*清除浮动*/
.clearfix:before,
.clearfix:after{content: " ";display: table;}
.clearfix:after{clear: both;}
.clearfix{zoom: 1;}
/*浮动*/
.pull-right{float: right !important;}
.pull-left{float: left !important;}
/*----------------------------------------------------------------------------------------------------------*/
.content{float: left;}
.flex-text-wrap,pre{margin: 0 !important;}
.commentAll{padding: 20px;border: 1px solid #ededed;margin:auto;}
.plBtn{width: 75px;height: 36px;line-height: 36px;background-color: #5A2607;text-align: center;display: block;float: right;color: #FFFFFF;font-size: 12px;border-radius: 6px;margin-right: 2px;margin-top: 20px;}
.plBtn:hover{background-color: #5A2607;}

/*----------评论区域 begin----------*/
.comment-show{margin-top: 20px;}
.comment-show-con {
    width: 100%;
    border-top: 1px solid #EDEDED;
    padding: 10px 0;
}
.comment-show-con-img {
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-top: 5px;
}
.comment-show-con-list {
  width: 92.6%;
  margin-left: 3%;
}
@media (max-width: 992px) {

  .comment-show-con-list {
    width: 79%;
    margin-left: 3%;
  }
}
.pl-text {
    width: 100%;
    margin-top: 7px;
    word-wrap: break-word;
    overflow: hidden;
}
.date-dz {
    width: 100%;
    float: left;
}
.hf-list-con {
    float: left;
    width: 100%;
    background-color: #eaeaec;
    margin-top: 7px;
}
.comment-size-name {
    font-size: 12px;
    color: #5A2607;
}
.my-pl-con {
    font-size: 12px;
    color: #8b8b8b;
    width: 100%;
}
.date-dz-left {
    font-size: 12px;
    color: #8b8b8b;
    display: block;
    padding-top: 18px;
}
.comment-time, .comment-pl-block {
    padding-top: 7px;
}
.comment-pl-block {
    margin-top: 0;
}
.date-dz-right {
    display: block;
    padding-top: 6px;
    padding-right: 18px;
    position: relative;
    overflow: hidden;
}
.removeBlock {
    float: left;
    font-size: 12px;
    color: #8b8b8b;
    margin-right: 24px;
    display: block;
    opacity: 0;
}
.date-dz-line {
  display: block;
  padding: 0 20px;
}
.icon-dianzan_kuai{
  line-height: 17px;
}
@media (min-width: 992px) {
  .rilibox {
    box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 992px) {

  .removeBlock {
    float: left;
    font-size: 12px;
    color: #8b8b8b;
    margin-right: 10px;
    display: block;
    opacity: 0;
}
.date-dz-right {
  display: block;
  padding-top: 6px;
  padding-right: 0px;
  position: relative;
  overflow: hidden;
}
.date-dz-line {
  display: block;
  padding: 0 10px;
}
#comment{
  margin: -10px;
  padding-top: 20px;
}
.commentAll {
  padding: 0px;
  border: 0px solid #ededed;
  margin: auto;
}

}
.hf-con-block {
    display: block;
}
.date-dz-pl, .date-dz-line, .date-dz-z {
    font-size: 12px;
    color: #8b8b8b;
}

.date-dz-z-click-red {
    width: 17px;
    height: 17px;
    display: block;
    float: left;

    background-repeat: no-repeat;
    background-position: -6px -198px;
    margin-right: 5px;
}
.z-num {
    font-style: normal;
}
.date-dz-z-click {
    color: #b83b44;
}
.red {
    background-position: -6px -119px !important;
}
.hf-pl {
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #5A2607;
    text-align: center;
    display: block;
    float: right;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 6px;
    margin-right: 2px;
    margin-top: 20px;
}
.hf-con{width: 100%;margin-top: 24px;}
.hf-input{font-size: 12px;}
.all-pl-con {
    width: 98%;
    padding: 2% 0;
    float: left;
    margin: 0 2%;
}
.atName {
    font-size: 12px;
    color: #5A2607;
}
.hfpl-text{margin-top: 0;}
.date-dz:hover .removeBlock {
    opacity: 1;
}
.hf-list-con .all-pl-con {
    border-top: 1px solid #d9d9d9;
    padding-bottom: 12px;
}
.hf-list-con .all-pl-con:first-child {
    border-top: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.flex-text-wrap {
  width: 100%;
  position: relative;
  *zoom: 1;
}
textarea,
.flex-text-wrap {
  outline: 0;
  margin: 0;
  border: none;
  padding: 0;
  *padding-bottom: 0!important;
}
.flex-text-wrap textarea,
.flex-text-wrap pre {
  *white-space: pre;
  *word-wrap: break-word;
  white-space: pre-wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-text-wrap textarea {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  resize: none;
  /* IE7 box-sizing fudge factor */
  *height: 94%;
  *width: 94%;
}
.flex-text-wrap pre {
  display: block;
  visibility: hidden;
}
.flex-text-wrap,
textarea { margin-bottom: 25px }
textarea,
.flex-text-wrap pre {
  line-height: 1.7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  padding: 10px 15px;
  border: 1px solid #c6c8ce;
  width: 100%;
  -webkit-appearance: none;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
  -moz-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
  box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-easing: ease-in-out;
  -moz-transition-easing: ease-in-out;
  -o-transition-easing: ease-in-out;
  -ms-transition-easing: ease-in-out;
  transition-easing: ease-in-out;
  -webkit-transition-property: border-color, -webkit-box-shadow;
  -webkit-transition-property: border-color, box-shadow;
  -moz-transition-property: border-color, -moz-box-shadow;
  -moz-transition-property: border-color, box-shadow;
  -o-transition-property: border-color, box-shadow;
  -ms-transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow;
}
.fork-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {
  html {
      background-size: 51px auto;
  }
}
:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #5A2607;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}
.grid {
  display: grid;
  grid-gap: var(--card-padding);
  margin: 0 auto;

  padding: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 42em) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  background-color: #fff;
  border-radius: var(--card-radius);
  position: relative;
  font-weight: 500;
}
.card:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }
  .radio::after {
    border: var(--radio-border-width) solid #fff;
    border-top: 0;
    border-left: 0;
    content: '';
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }
  .radio:checked {
    background: var(--color-green);
    border-color: var(--color-green);
  }

  .card:hover .radio {
    border-color: var(--color-dark-gray);
  }
  .card:hover .radio:checked {
    border-color: var(--color-green);
  }
}
.plan-details {
  border: var(--radio-border-width) solid var(--color-gray);
  border-radius: var(--card-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  transition: border-color 0.2s ease-out;
}

.card:hover .plan-details {
  border-color: var(--color-dark-gray);
}

.radio:checked ~ .plan-details {
  border-color: var(--color-green);
}

.radio:focus ~ .plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.radio:disabled ~ .plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}

.radio:disabled ~ .plan-details .plan-type {
  color: var(--color-dark-gray);
}

.card:hover .radio:disabled ~ .plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}

.card:hover .radio:disabled {
  border-color: var(--color-gray);
}

.plan-type {
  color: var(--color-green);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em;
}

.plan-cost {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
}

.slash {
  font-weight: normal;
}

.plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

.hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.navbar-brand {
  font-family: kaiti;
  float: left;
  height: 77px;
  padding: 0;
  font-size: 42px;
  line-height: 77px;
  color: #276BAE;
}


/*  */
.msgs1{background:#E6E6E6;color:#818080;border:1px solid #CCCCCC;}
.date ul .act_date span{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  line-height: 40px;
  background-color: var(--color-blue);
}
.eye img {
  width: 30px;
  margin-top: -1px;
}
.detail_title  .eye img{
  width: 22px !important;
}
.eyetext{
  line-height: 25px;
}
.detail_title .eyetext {
  line-height: 18px;
}


/*5.26 版本新加css*/
*{

  --color-red: #276BAE;


}

/*a {*/
/*  color: #8888;*/
/*}*/
/*a:hover{*/
/*  color: #8888;*/
/*}*/
a {
  text-decoration: none;
  transition: .3s;
}
.information_box{
  display: flex;
  background-color: white;
  padding: 10px;
}
.introduce_box_div{
  flex: 1;
}
.information_tit{
  /* margin-left:10px; */
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right:30px;
  line-height: 45px;
  font-size: 20px;

  height: 45px;

  /*background: url(dot6.png) no-repeat bottom;*/
  /* border-bottom: 1px solid #dedede; */
}
.focus{ position:relative; width:100%;  }
.focus img{ width: 100%; }
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;}
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:var(--color-red);}

.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height: 55px;
  line-height: 55px;
  margin: 0;
  filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }
.focus .shadow a{ text-decoration:none; color:#fff;    word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; font-size:20px;padding: 0 10px; overflow:hidden;background-color: rgba(0, 0, 0, 0.5)}
.focus .fcon{ position:relative; width:100%;   display:none; background:#000  }
.focus .fcon img{ display:block; }
.focus .fbg{bottom:20px; right:40px; position:absolute;  text-align:center; z-index: 200; }
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px;display: flex;}
.focus .D1fBt a{position:relative;  width:12px; height:12px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; background:#D9D9D9; }
.focus .D1fBt .current,.focus .D1fBt a:hover{background:var(--color-red);}
.focus .D1fBt img{display:none}
.focus .D1fBt i{display:none; font-style:normal; }
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}
.focus .prev:hover{  background-position:0 0; }
.focus .next:hover{  background-position:-40px 0;}
.information_list{
  display: flex;
  width: 96%;
  /* justify-content: space-between; */
  align-items: center;
  /* margin-left: 10px; */
}
.information_list_a{
  flex: 1;
  line-height: 30px;
  color: #333;
  text-decoration: none;
  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
  padding-left: 10px;
  margin-right: 20px;
}
.information_list_span{
  text-align: end !important;
  width:16%;
  color: #999 !important;
  font-size: 16px !important;
  line-height: 30px;
  font-family: auto !important;
}
.information_listbox{
  margin-top: 30px;
}
.information_list ul li{
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  /* background: url(dot8.png) 0 50% no-repeat; */
  /* padding-left: 25px; */
}
.information_listbox li:before {
  content: "";
  display: inline-block;
  width: 8px !important;
  height:8px !important;
  line-height: 40px;
  background-color: var(--color-red);
  border-radius: 50%;
}
.information_tit{
  color: #888888;
  font-size: 20px;

}
.inforactive{
  color:var(--color-red);
  border-bottom: 2px solid var(--color-red);
}

.tyshow{
  display: block;
}



.picfour{
  padding: 20px;



}
.picfour img{
  border-radius: 25px;
  /*border: 4px solid #814320;*/
  box-shadow: 2px 6px 12px 5px rgb(210 210 210 / 64%);
  height: 180px;
  object-fit: cover;

}
.indexbg01{

  padding: 50px 0 100px 0;
  background-size: 100% 100%;


}
.picfourname{
  /* line-height: 49px; */
  font-size: 19px;
  font-family: CTCuHeiSJ;
  font-weight: 400;

}
.navBar1 {
  width: 100%;
  margin-left: 5px;
  margin-top: 10px;

  margin-bottom: 0 !important;
  overflow-x: auto;
  white-space: nowrap;
}
/* 去掉底部滚动条 */

.navBar1::-webkit-scrollbar {
  display: none;
}

.navBar1 li {
  display: inline-table;

  margin: 10px;
  padding: 10px;


  font-family: " PingFangSC-Regular";

  color: #333333;
  text-align: center;
  width: 60%;
  line-height: 30px;
}

.navBar1 li div img {
  width: 100%;
  /* height: 200px; */
}

.navBar1 li div p:nth-of-type(1) {
  text-align: left;
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
  color:  #276BAE;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.navBar1 li div p:nth-of-type(2) {
  text-align: left;
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #999;
  margin-top: 10px;
}

@media (max-width:992px){
  .picfour{
    margin: 8px;
    /*border: 2px solid #5A2607;*/
  }
  .picfourname{

    margin: auto;
    line-height: 33px;
    font-size: 18px;
    font-family: CTCuHeiSJ;
    font-weight: 400;

    background-size: cover;
  }
  .information_tit {

    margin-top: 8px;
  }
}


.site-nav {

}
.site-navbox{
  border-bottom: 1px solid rgb(216 216 216);
}
.site-nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;

  /*overflow-x: auto;*/
  /*white-space: nowrap;*/

}
/* ul:hover li:not(:hover) a {
  opacity: 0.2;
} */
.site-nav ul li {
  position: relative;
  padding: 30px 25px 30px 25px;
  cursor: pointer;
}

.site-nav ul li::after {
  position: absolute;
  content: "";
  top: 97%;
  left: 0;
  width: 100%;
  height: 2px;
  color:  #276BAE;
  background: #276BAE;
  transform: scaleX(0);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);

}
.site-nav ul li:hover::after, ul li.active::after {
  transform: scaleX(1);
  color:  #276BAE;
}
.site-nav ul li.active a{
  color: #276BAE;
}
.site-nav ul li a {
  position: relative;
  display: flex;

  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width:992px){
  .site-nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;

    overflow-x: auto;
    white-space: nowrap;

  }
  .site-nav ul::-webkit-scrollbar {
    display: none;
  }
}
.focus .fPic {
   border: 2px solid transparent;
}
.information_list_span {
  width: fit-content;
  color: #fff;
  height: auto;
  text-align: center;
  background-color:transparent;
}
@media (min-width: 992px){
  .jianjiecont {
    /* background: -webkit-linear-gradient(top, rgba(211, 243, 251, 0.90) 0%, #ffffff 50%,rgba(211, 243, 251, 0.8) ); */
    background: radial-gradient( rgb(129 218 240 / 86%), rgba(255, 255, 255, 0.5)0%,rgb(129 218 240 / 86%) 394%);
     margin-top: 0px;
    padding: 20px;
  }
}
.information_tit p{
  margin: 0 !important;
}

.picfour img {
  border-radius: 25px;
  /*border: none;*/
  border: 2px solid #276BAE;
  box-shadow: 0px 7px 12px 0px rgb(129 218 240 /50%);
}

.sppicfour {
  border-radius: 10px;
  /*border: none;*/
  border: 2px solid #276BAE;
  box-shadow: 0px 7px 12px 0px rgb(129 218 240 /50%);
  margin-bottom: 30px;
}