@charset "utf-8";

/*视频*/
.videohide {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videohide_class {
  visibility: visible;
  opacity: 1;
}

.videohidebg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 10;
}

.videohidebox i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  border-radius: 30px;
  background: #32A7D2;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -15px;
  margin-top: -15px;
  border: 2px solid #fff;
  cursor: pointer;
  font-style: normal;
}

.videohidebox i.fa-close:hover {
  -webkit-filter: brightness(110%);
}

.videohidebox {
  position: relative;
  width: 1000px;
  height: auto;
  background: #fff;
  z-index: 20;
  padding: 10px;
  transition: .5s;
  margin-top: -100px;
}

.videohidebox_class {
  margin-top: 0;
  opacity: 1;
}

.videohidebox_1 {
  width: 100%;
  height: auto;
}

.videohidebox_1 video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.videohidebox_1 p {
  font-size: 16px;
  color: #000;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.vdbg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s;
}

/*.head .wrap{
	padding: 0;
	width: 100%;
}*/
.wrap-container {
  width: 1400px;
  margin: 0 auto;
  padding: 0 90px;
}

.textcolor {
  color: #32a7d2;
}

.hvcolor:hover {
  color: #32A7D2;
}

.hvcolor1:hover {
  color: #A21919;
}

.ht {
  padding: 10px 20px;
}

.logo {
  display: inline-block;
  height: 48px;
}

.hb {
  height: 55px;
  position: relative;
}

.hbbg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #32a7d2;
}

.hbr {
  background: #32a7d2;
  height: 100%;
  border-radius: 10px 0 0 10px;
}

.nava {
  display: block;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.nav span {
  position: relative;
  margin-left: 40px;
  height: 55px;
  display: flex;
  align-items: center;
}

.nav span:hover .nava {
  border-bottom: 1px solid #fff;
}

.hdr input {
  width: 185px;
  height: 20px;
  background: #fff;
  font-size: 12px;
  border-radius: 4px;
  padding: 0 10px;
}

.hdr button {
  background: none;
  color: #fff;
  cursor: pointer;
}

.navhide {
  z-index: 9;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 100%;
  margin-top: 20px;
  background: #fff;
  padding: 0;
  overflow: hidden;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  padding: 5px;
}

.nav span:hover .navhide {
  opacity: 1;
  visibility: inherit;
  margin-top: 0;
}

.navhide a {
  display: block;
  line-height: 38px;
  text-align: center;
  color: #333;
  font-size: 14px;
}

.navhide a:hover {
  color: #32A7D2;
}

.bnbox::after,
.bnbox::before {
  width: 90px;
  height: 408px;
  background: url(../images/bnbg_03.png) no-repeat center;
  content: "";
  position: absolute;
  top: 0;
}

.bnbox::after {
  left: -90px;
  transform: rotateY(180deg);
}

.bnbox::before {
  right: -90px;
}

.i1r {
  width: 19.26%;
  margin-left: 35px;
}

.ititle_r:hover {
  color: #32A7D2;
}

.ititle_r {
  border-bottom: 1px solid #32A7D2;
  display: inline-block;
  line-height: 28px;
}

.ititle_r.active {
  border-bottom: 1px solid #a21919;
}

.ititle_r.active:hover {
  color: #A21919;
}

.i1lbl {
  width: 40%;
  margin-right: 20px;
}

.i1lbla p {
  line-height: 65px;
  padding: 0 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, .5);
  color: #fff;
}

.text_idt {
  text-indent: 2em;
}

.i1lbra p i {
  display: inline-block;
  line-height: 22px;
  padding: 0 5px;
  color: #fff;
  background: #32A7D2;
  border-radius: 3px;
  text-indent: 0;
}

.i1lbrf {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #32A7D2;
}

.i1lbrfa {
  line-height: 35px;
}

.i1lbrfa p i {
  width: 5px;
  height: 5px;
  background: #32A7D2;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

.i1rt {
  height: 90px;
  background: #6ac0ef;
}

.i1rba {
  background: #3c89cc;
  color: #fff;
  margin-top: -4px;
  line-height: 65px;
  text-align: center;
  font-size: 18px;
}

.i1rba:nth-child(1) {
  background: #3c89cc;
}

.i1rba:nth-child(2) {
  background: #d99380;
}

.i1rba:nth-child(3) {
  background: #875345;
}

.i1rba:nth-child(4) {
  background: #a3ca7a;
}

.i1rba:nth-child(5) {
  background: #f0d384;
}

.i1rba:nth-child(6) {
  background: #bb515d;
}

.i1rba:nth-child(7) {
  background: #7676be;
}

.i2l {
  border: 1px solid #ddd;
  padding: 12px;
  width: 32%;
  margin-right: 5%;
  position: relative;
}

.i2l::after {
  width: 150px;
  height: 5px;
  background: #A21919;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.i2la i {
  width: 5px;
  height: 5px;
  background: #A21919;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  margin-top: 11px;
}

.i2r {
  border: 1px solid #ddd;
  padding: 15px;
}

.i2rimg {
  width: 37%;
}

.ititlem i {
  width: 1px;
  height: 18px;
  background: #ddd;
  margin: 0 15px;
}

.ititlem i:last-child {
  display: none;
}

.ititlem a:hover {
  color: #32A7D2;
}

.i3wbox {
  width: 65%;
  margin: 0 auto;
}

.i3a {
  border: 6px solid #32A7D2;
  border-radius: 4px;
  padding: 25px 15px 15px 15px;
}

.i3a i {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 6px solid #32A7D2;
  margin-bottom: 20px;
}

.line {
  height: 1px;
  background: #ddd;
  margin: 12px 0;
}

.swiper-button-next-i3,
.swiper-button-prev-i3 {
  width: 57px;
  height: 100px;
  background: url(../images/i3btn_03.png) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.swiper-button-next-i3 {
  transform: rotateY(180deg);
  right: -100px;
}

.swiper-button-prev-i3 {
  left: -100px;
}

.i4 {
  background: #191919;
}

.i4abg {
  background: rgba(0, 0, 0, .8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  transition: .5s;
  color: #fff;
  text-align: center;
}

.i4abg:hover {
  background: rgba(0, 0, 0, .6);
}

.i4aw i {
  width: 50px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 20px auto;
}

.i4aw h3 {
  font-size: 24px;
  transition: .5s;
}

.i4aw img {
  transition: .5s;
}

.i4abg:hover .i4aw img {
  margin-top: 80%;
}

.i4abg:hover .i4aw h3 {
  font-size: 30px;
}

.swiper-button-next-i4 {
  right: -50px;
}

.swiper-button-prev-i4 {
  left: -50px;
}

.i5 {
  background: #e6e6e6;
  padding: 35px 0;
}

.i5top {
  line-height: 40px;
  border-bottom: 1px solid #32A7D2;
  padding-bottom: 5px;
}

.i51a {
  width: 30%;
}

.i52a {
  width: 25%;
  margin-top: 25px;
  color: #666;
}

.i52a:hover {
  color: #32A7D2;
}

.i7 {
  padding: 25px 0;
}

.foot {
  background: #7d7d7d;
  padding: 30px 0;
  border-top: 6px solid #32A7D2;
  color: #fff;
}

.foot a {
  color: #fff;
}

.ftlb {
  opacity: .7;
}

.ftr {
  width: 30%;
  padding-left: 40px;
  margin-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, .5);
}

.ftrba {
  margin-left: 20px;
}

.ftrba a {
  display: inline-block;
  padding: 10px 0;
}

.ftrba a img {
  display: block;
}

.ftrbahide {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -60px;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

.ftrba:hover .ftrbahide {
  opacity: 1;
  visibility: inherit;
}

.ftrbahide::after {
  width: 10px;
  height: 10px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.bnrbox {
  width: 81.15%;
  margin-left: 10px;
}

.bnlbox {
  background: #454545;
}

.bnlboxa {
  line-height: 60px;
  border-bottom: 1px solid #424141;
  color: #fff;
  padding: 0 30px;
}

.bnlboxa:last-child {
  border-bottom: 0;
}

.md {
  padding: 50px 0;
}

.zt2 {
  background: #e1f2f8;
}

.zttopl i {
  width: 7px;
  height: 28px;
  background: #32A7D2;
  border-radius: 10px;
}

.zttopl h3 {
  margin: 0 10px;
}

.zt2a {
  width: 24%;
  margin: 0 .5%;
  margin-top: 10px;
}

.zt2a p {
  position: absolute;
  left: 0;
  bottom: -35px;
  line-height: 35px;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  padding: 0 12px;
  z-index: 9;
  transition: .5s;
}

.zt2a:hover p {
  bottom: 0;
}

.zt2a_video::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/vd_click_03.png) no-repeat center;
  z-index: 8;
  content: "";
  opacity: 0;
  transition: .5s;
}

.zt2a_video:hover::after {
  opacity: 1;
}

.zt3la p {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 60px;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  padding: 0 12px;
  z-index: 9;
  transition: .5s;
}

.zt3ra i {
  display: inline-block;
  line-height: 32px;
  padding: 0 15px;
  background: #32A7D2;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.zt4 {
  background: #7d7d7d;
}

.zt4a {
  width: 32%;
  position: relative;
}

.zt4a:nth-child(2) {
  margin-top: -20px;
}

.zt4aw {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 8%;
}

.zt5ttxtb {
  border-top: 1px solid #E6E6E6;
  padding-top: 10px;
  margin-top: 20px;
}

.zt5ba {
  width: 23%;
}

.zt6 {
  background: #fbfbfb;
}

.zt6a {
  width: 18%;
}

.zt6a p {
  line-height: 24px;
}

.zt7b {
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

.ift {
  background: #e6e7e7;
}

.ift span:hover .navhide {
  opacity: 1;
  visibility: inherit;
  top: 100%;
  margin-top: 0;
}

.ift a.ifta {
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  line-height: 50px;
}

.ift a.ifta i {
  margin-left: 5px;
  opacity: 0;
}

.ift span.active a.ifta {
  color: #32A7D2;
  font-size: 20px;
}

.ift span {
  position: relative;
}

.ift span:hover a.ifta {
  color: #32A7D2;
}

.ift span.active .ifta i {
  opacity: 1;
}

.ifvd {
  background: #000;
}

.ifvdbox {
  width: 768px;
  margin: 0 auto;
}

.ifvdtxt {
  padding: 25px 0;
}

.ifr {
  margin-left: 35px;
  width: 28.5%;
}

.iflt ul {
  border-bottom: 2px solid #32A7D2;
  justify-content: flex-end;
}

.iflt li {
  line-height: 50px;
  border: 2px solid #7d7d7d;
  color: #7d7d7d;
  padding: 0 15px;
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  margin-bottom: -2px;
  cursor: pointer;
  transition: .25s;
}

.iflt li.active {
  color: #32A7D2;
  border: 2px solid #32A7D2;
}

.ifl2 {
  padding-top: 15px;
  border-top: 1px solid #32A7D2;
}

.ifltxt * {
  max-width: 100%;
}

.ifl3 {
  border-top: 1px solid #E6E6E6;
  padding-top: 10px;
}

.page {
  line-height: 28px;
}

.page a.pagea {
  padding: 0 8px;
  background: #e6e7e7;
}

.page a {
  margin: 3px 8px;
}

.page a.pagea.active {
  background: #32A7D2;
  color: #fff;
}

.page span {
  margin: 3px 5px;
}

.page input {
  width: 22px;
  height: 28px;
  text-align: center;
  background: #e6e7e7;
  margin: 3px 5px;
}

.ifrborder {
  position: relative;
  border: 2px solid #32A7D2;
  padding: 20px;
}

.ifrborder::after {
  width: 150px;
  height: 5px;
  background: #32A7D2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.pi1l {
  width: 45%;
  margin-right: 3%;
}

.pi2t {
  border-top: 2px solid #32A7D2;
  padding-top: 10px;
  line-height: 40px;
}

.pi2t li {
  margin-right: 30px;
  color: #666;
  cursor: pointer;
  transition: .25s;
}

.pi2t li.active,
.pi2t li:hover {
  color: #32A7D2;
}

.pi2aimg {
  width: 38%;
}

.right {
  z-index: 88;
  position: fixed;
  right: 0;
  bottom: 7%;
}

.rta {
  position: relative;
  margin-bottom: 7px;
}

.rta a {
  display: block;
  width: 80px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 4px;
}

.rta:hover a {
  background: #f5f5f5;
}

.rta a img {
  display: block;
  margin: 0 auto;
}

.rta a p {
  font-size: 12px;
  margin-top: 5px;
}

.rthide {
  position: absolute;
  right: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  padding-right: 10px;
}

.rthide_ewm {
  width: 140px;
  height: 140px;
  top: 50%;
  margin-top: -70px;
}

.rthide_phone {
  width: 200px;
  height: auto;
  padding: 10px;
}

.rthidew {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  padding: 5px;
  position: relative;
}

.rthide_phone .rthidew {
  padding: 10px;
}

.rthidew::after {
  width: 10px;
  height: 10px;
  border-radius: 4px;
  transform: rotate(45deg);
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  content: "";
  background: #fff;
  box-shadow: 10px 0 10px rgba(0, 0, 0, .15);
}

.rta:hover .rthide {
  opacity: 1;
  visibility: inherit;
}

.rthide_phone h3 {
  font-size: 17px;
}

.rthide_phone p {
  font-size: 12px;
}

.ifti {
  width: 100%;
  height: 50px;
  background: rgba(50, 167, 210, .6);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

.ifti.active {
  opacity: 1;
  visibility: inherit;
}

.ifthide {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

.ifthide a {
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin: 10px;
  color: #fff;
}

.ift span:hover .ifthide {
  opacity: 1;
  visibility: inherit;
}

.bnlbox_hide {
  width: 130px;
  background: rgba(255, 255, 255, .9);
  position: absolute;
  left: 90%;
  top: 0;
  z-index: 9;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  transition: .35s;
  opacity: 0;
  visibility: hidden;
}

.bnlboxw:hover .bnlbox_hide {
  opacity: 1;
  visibility: inherit;
  left: 100%;
}

.bnlbox_hide::after {
  width: 10px;
  height: 10px;
  background: #fff;
  content: "";
  position: absolute;
  left: -5px;
  top: 15px;
  transform: rotate(45deg);
}

.bnlbox_hide:hover::after {
  background: #f8f8f8;
}

.bnlbox_hide a {
  line-height: 35px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #666;
}

.bnlbox_hide a:hover {
  color: #32a7d2;
  background: #f8f8f8;
}


/*2023-05-30*/
.head{
	margin: 20px 0;
}
.ith,.itf{
	background: url(../images/itbg_02.jpg) no-repeat center;
	background-size: cover;
	padding: 25px 0;
}
.ithlr a{
	display: inline-block;
	line-height: 30px;
	background: rgba(255,255,255,.6);
	padding: 0 20px;
	border-radius: 30px;
	margin-left: 20px;
}
.ithr{
	cursor: pointer;
}
.ithr_span{
	width: 30px;
	height: 30px;
	border: 2px solid #17A7DC;
	color: #17A7DC;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	cursor: pointer;
}
.itfr{
	width: 25%;
	margin-left: 25px;
}
.itftopr,.itftopr a{
	color: rgba(255,255,255,.8);
}
.itflw{
	width: 102%;
}
.itfla{
	width: 14.6666%;
	margin-right: 2%;
	padding: 10px 5px;
	background: #fff;
	text-align: center;
	display: block;
	border-radius: 6px;
	margin-top: 18px;
}
.itfla img{
	width: 52%;
	margin-bottom: 5px;
}
.itfrw{
	background: #fff;
	padding: 20px;
	border-radius: 6px;
}
.itfraimg{
	width: 100px;
	height: 80px;
	margin-right: 15px;
}
.itfra{
	margin-top: 20px;
}
.itfra:first-child{
	margin-top: 0;
}
.ith{
	display: none;
}
.zbr{
	width: 25%;
	margin-left: 2.5%;
}
.zbltxt{
	padding: 20px 25px;
	background: rgba(0,0,0,.5);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.zblspan{
	background: #32a7d2;
	color: #fff;
	padding: 12px 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.zbrt{
	border-bottom: 1px solid #007fc6;
	padding-bottom: 15px;
}
.zbrt h2 i{
	width: 4px;
	height: 25px;
	background: #32A7D2;
	margin-right: 12px;
	vertical-align: middle;
	margin-top: -3px;
}
.zbrtxt{
	color: #666;
}
.zbr2{
	justify-content: flex-end;
}
.itfrw_tip{
	padding: 0px 0;
}
.zbrb{
	background: #fff;
  padding: 0 20px;
  border-radius: 6px;
}
.zbrba{
	display: flex;
	border-bottom: 1px solid #32A7D2;
	padding: 4px 0;
}
.zbrba:last-child{
	border-bottom: 0;
}
.zbrba span{
	display: block;
	text-align: right;
}

@media only screen and (max-width:1399px) {
  .wrap-container {
    width: 100%;
    padding: 0 25px;
  }
}

@media only screen and (min-width:768px) and (max-width:1219px) {
  .videohidebox {
    width: 80%;
  }

  .hdr input {
    width: 120px;
  }

  .nava {
    font-size: 15px;
  }

  .swiper-container-bn .bnimg {
    height: 320px;
  }

  .i3wbox {
    width: 80%;
  }

  .i4aw h3 {
    font-size: 20px;
  }

  .i4abg:hover .i4aw h3 {
    font-size: 24px;
  }

  .i4aw img {
    height: 50px;
  }

  .bnlboxa {
    line-height: 50px;
    padding: 0 20px;
    padding-right: 0;
  }

  .zttopl h3 {
    font-size: 20px;
  }

  .ift a.ifta {
    font-size: 14px;
  }

  .ift a.ifta.active {
    font-size: 17px;
  }

  .iflt li {
    line-height: 40px;
    font-size: 16px;
  }

  .pi2atxt p {
    font-size: 12px;
    line-height: 22px;
  }

  .right {
    transform: scale(.6);
    right: -15px;
  }
}

@media only screen and (max-width:950px) {

  .mt_30,
  .mt_35,
  .mt_40,
  .mt_45,
  .mt_50,
  .mt_60,
  .mt_70,
  .mt_80 {
    margin-top: 25px;
  }

  .md {
    padding: 25px 0;
  }

  /*视频*/
  .videohidebox {
    width: 90%;
    margin-left: 0;
    padding-bottom: 0;
  }

  .videohidebox_1 p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .wheadm {
    justify-content: flex-end;
    padding-right: 50px;
  }

  .hdr input {
    background: #e6e6e6;
    height: 30px;
    flex: 0;
    flex-grow: 1;
    width: auto;
  }

  .hdr button {
    background: #32A7D2;
    color: #fff;
    height: 30px;
    padding: 0 8px;
    font-size: 12px;
  }

  .bnbox {
    margin-top: 0 !important;
  }

  .bnbox_wrap {
    padding: 0;
  }

  .swiper-container-bn .bnimg {
    height: 280px;
  }

  .bnbox::after,
  .bnbox::before {
    display: none;
  }

  .swiper-button-next-i3,
  .swiper-button-prev-i3 {
    display: none;
  }

  .swiper-button-next-i4,
  .swiper-button-prev-i4 {
    display: none;
  }

  .bnlboxa {
    line-height: 45px;
  }

}

@media only screen and (max-width:768px) {
  .flex_lmr_wap {
    justify-content: space-between;
    width: 100%;
  }

  .wap_disblock {
    display: block;
  }

  .swiper-container-bn .bnimg {
    height: 140px;
  }

  .swiper-container-bn .swiper-pagination-bullet {
    border-radius: 100%;
  }

  .ititle_l img {
    height: 30px;
  }

  .i1lbla p {
    line-height: 40px;
  }

  .i1lbrf {
    margin-top: 15px;
    padding-top: 15px;
  }

  .i1rba {
    width: 33.33%;
    margin-top: 0;
    border-radius: 0;
    font-size: 13px;
  }

  .i1rb {
    display: flex;
    flex-wrap: wrap;
  }

  .i1rt {
    height: 50px;
  }

  .i1rt img {
    height: 30px;
  }

  .ititlem {
    display: none;
  }

  .i3wbox {
    width: 85%;
  }

  .i3a {
    border: 2px solid #32A7D2;
  }

  .i3a i {
    border: 2px solid #32A7D2;
    width: 120px;
    height: 120px;
  }

  .i4aw img {
    height: 35px;
  }

  .i4aw h3 {
    font-size: 18px;
  }

  .i4aw i {
    width: 30px;
  }

  .i4abg:hover .i4aw h3 {
    font-size: 22px;
  }

  .i5 {
    padding: 20px 0;
  }

  .i52w {
    justify-content: space-between;
  }

  .i52a {
    width: 48%;
  }

  .i52a img {
    height: 30px;
  }

  .i7 {
    display: none;
  }

  .foot {
    padding: 20px 0;
  }

  .ftr {
    border-left: 0;
    padding-left: 0;
  }

  .ftrt p {
    margin-top: 0;
  }

  .ftrba a img {
    height: 30px;
  }

  .bnlbox {
    display: flex;
    flex-wrap: wrap;
  }

  .bnlboxw {
    width: 50%;
  }

  .bnlbox_hide {
    top: 100%;
    left: 5% !important;
    width: 90% !important;
  }

  .bnlbox_hide::after {
    top: -5px;
    left: 50%;
    margin-left: -5px;
  }

  .zt2a {
    width: 48%;
    margin: 0;
    margin-top: 15px;
  }

  .zt2w {
    justify-content: space-between;
  }

  .zt2a_video::after {
    background-size: 10px;
  }

  .zttopl i {
    width: 3px;
    height: 18px;
  }

  .zt3ra {
    margin-top: 15px;
  }

  .zt4a {
    width: 100%;
    margin-top: 20px !important;
  }

  .zt5b {
    margin-top: 0 !important;
  }

  .zt5ba {
    width: 48%;
    margin-top: 15px;
  }

  .zt5ba p {
    margin-top: 5px;
  }

  .zt6w {
    margin-top: 0;
  }

  .zt6a {
    width: 48%;
    margin-top: 15px;
  }

  .zt8atxt p {
    -webkit-line-clamp: 2;
    font-size: 12px;
    margin-top: 5px;
  }

  .ifvdbox {
    width: 100%;
  }

  .ift a.ifta {
    line-height: 35px;
    font-size: 13px;
  }

  .ift a.ifta.active {
    font-size: 15px;
  }

  .iflt {
    border-bottom: 1px solid #7D7D7D;
  }

  .iflt li {
    margin-bottom: -1px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 13px;
    border: 1px solid #7d7d7d;
  }

  .iflt li.active {
    border: 1px solid #32A7D2;
  }

  .ifl1 {
    line-height: 32px;
  }

  .ifl2r a img {
    display: block;
    height: 30px;
  }

  .page a {
    margin: 3px 5px;
  }

  .ifr {
    margin-top: 20px;
  }

  .pi1r .txt {
    width: 90%;
    vertical-align: top;
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
  }

  .pi2atxt h3 {
    -webkit-line-clamp: 1;
  }

  .pi2atxt p {
    font-size: 12px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }

  .ifbn {
    margin-top: 0;
  }

  .navhide {
    width: 120px;
    margin-left: -60px;
  }

  .navhide a {
    line-height: 32px;
    font-size: 12px;
  }

  .ift span.active a.ifta {
    font-size: 16px;
  }

  .right {
    transform: scale(.5);
    margin-right: -15px;
    display: none;
  }

  .ifti {
    display: none;
  }

  .ifthide {
    width: 130px;
    margin-left: -65px;
    background: rgba(50, 167, 210, .6);
    display: block;
    text-align: center;
  }

  .ifthide a {
    line-height: 30px;
    margin: 0;
    display: block;
    font-size: 12px;
  }
  
  /*2023-05-30*/
 .witw{
 	padding: 10px 0;
 	box-shadow: 0 0 10px rgba(0,0,0,.1);
 }
 .itfla{
 	width: 16.66%;
 	margin-right: 0;
 	padding: 0;
 	margin-top: 0;
 	padding: 10px 0;
 }
 .itfla img{
 	height: 30px;
 	margin-bottom: 0;
 }
 .itfla h3{
 	font-size: 12px;
 }
 .wi1top span i{
 	width: 3px;
 	height: 16px;
 	background: #32A7D2;
 	vertical-align: middle;
 	margin-top: -3px;
 	margin-right: 8px;
 }
 .wi1aico{
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	left: 0;
 	top: 0;
 	background: url(../images/bfico_03.png) no-repeat center;
 }
 .wittopico img{
 	display: block;
 }
 .wittopico{
 	transition: .25s;
 }
 .wittop.active .wittopico{
 	transform:rotate(180deg);
 }
 .witbox ,.wi1 {
 	display: none;
 }
}