/* 这个文件里写的是全局样式,在各个页面都生效 */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  user-select: text;
  font-size: 14px;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei','simsun',sans-serif;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
html {
  background-image: url('../resource/bg.jpg');
}
body, html, .page {
  padding: 0;
  margin: 0;
  position: relative;
}
h1, h2, h3, h4, h5, input {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style-type: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: unset;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td{
  margin:0;
  padding:0;
}

.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pc .no-pc, .phone .no-phone {
  display: none;
}

/* 设置滚动条的样式 */
.auto-box ul::-webkit-scrollbar {
  width: 5px;
  background-color: #c5e2e2;
}

  /* 滚动槽 */
.auto-box ul::-webkit-scrollbar-track {
  border-radius:10px;
}

  /* 滚动条滑块 */
.auto-box ul::-webkit-scrollbar-thumb {
  border-radius:10px;
  background: #0045ad;
}

.zhibo-2 {
  margin-top: 100px;
}

.tab-bar-item {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
}
.tab-bar {
  line-height: 50px;
}

.tab-bar-item.active {
  background-color: #0045ad;
  color: white;
}

.tupian_box {
  padding: 15px;
}

.tupian_box .fr {
  width: 255px;
}

.tupian_box .fr img, .tupian_box .fr a {
  display: block;
}
.tupian_box .fr .img-box:nth-of-type(2) {
  margin: 15px 0;
}

.float-menu {
  position: fixed;
  right: 3%;
  bottom: 34%;
  background-color: #0447b1;
  color: white;
  text-align: center;
  width: 100px;
  padding: 20px;
  border-radius: 0 0 80px 80px;
  font-size: 20px;
  line-height: 38px;
}

.float-menu .item {
  border-bottom: 1px solid #ccc;
}
.to-top {
  line-height: 60px;
  display: block;
}

.zhibo_box label, .zhibo_box em, .zhibo_box i {
  font-style: normal;
}

.float-video .video-box embed {
  position: fixed;
  right: 10px;
  width: 300px;
  height: 190px;
  z-index: 9;
  bottom: 2%;
}

.vertical .float-menu {
  width: 55px;
  font-size: 13px;
  line-height: 26px;
  padding: 5px;
  right: 0%;
  z-index: 999;
  opacity: 0.9;
}
.float-menu .close, .vertical .float-menu .to-top {
  display: none;
}
.vertical .float-menu .close {
  display: block;
}



.vertical .float-menu .to-top {
  line-height: 30px;
}

.vertical .w1000 {
  width: 96%;
}

.vertical .main h1 {
  line-height: 50px;
}

.vertical .main h2 {
  width: auto;
  font-size: 20px;
}

.vertical .main-box {
  padding-bottom: 20px;
}

.vertical .border-box {
  margin-top: 20px;
  height: auto;
  padding: 20px 15px;
}

.vertical .title {
  background-size: 100% auto;
}

.vertical .fl, .vertical .fr {
  width: 100%;
}

.vertical .zhibo-box {
}

.vertical .zhibo-box li {
  width: 100%;
  padding: 1% 0%;
  margin: 0;
  text-indent: 20px;
  font-size: 14px;
  background-position: 0px 9px;
}

.vertical .zhibo-box .show-title {
  display: none;
}

.vertical .auto-box ul {
  max-height: none;
}

.vertical #zhiboc {
  padding: 0;
  width: 100%;
  height: auto;
}

.vertical #zhiboc img {
  width: 100%;
}

.vertical h2.h2_bg {
  display: block;
  height: auto;
  position: relative;
  top: 0;
  line-height: 35px;
  margin-top: 10px;
}

.vertical .info-item {
  width: 100%;
}

.vertical .auto-box h2 {
  line-height: 32px;
  font-size: 21px;
}

.vertical .swiper-box, .vertical .swiper-bg, .vertical .swiper-container {
  width: 100%;
  height:68vw;
}

.vertical .text-box h4, .vertical .info-item {
  line-height: 30px;
  font-size: 16px;
}

.vertical dt h3,.vertical dd h3 {
  position: relative;
  top: 0;
  right: 0;
}

.vertical .swiper-bg {
  margin-bottom: 10px;
}

.vertical .LbWMGSGs {
  width: 100%;
}

.vertical .zhibo-2 img {
  width: 100%;
  height: auto;
}

.vertical .auto-box p {
  font-size: 16px;
  line-height: 26px;
}