* {
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  outline: none;
}
/* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,
img {
  border: 0 none;
}
/* 重置fieldset（表单分组）、图片的边框为0*/
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
/* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote,
q {
  quotes: none;
}
/* 重置嵌套引用的引号类型 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* 重置嵌套引用*/
input,
select,
textarea,
button {
  vertical-align: middle;
}
/* 重置表单控件垂直居中*/
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
/* 重置表单button按钮效果 */
body,
th,
td,
input,
select,
textarea,
button {
  font-size: 12px;
  font-family: "微软雅黑", "黑体", "宋体";
  color: #555;
}
/* 重置页面文字属性 */
a {
  color: #555;
  text-decoration: none;
}
/* 重置链接a标签 */
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
/* 重置样式标签的样式 */
caption {
  display: none;
}
/* 重置表格标题为隐藏 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置table属性 */
img {
  vertical-align: top;
}
/* 图片在当前行内的垂直位置 */
em,
i {
  font-style: normal;
}
/* 页面设置 */
/* 取消a标签点击后的虚线框 */
a {
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
/*清除浮动*/
.clearfix {
  clear: both;
}
/*清除浮动--推荐使用*/
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.active {
  color: red;
}
/* 栏目页banner手机端与pc端切换显示 */
.colum-banner-pc {
  display: block;
}
.colum-banner-phone {
  display: none;
}
@media screen and (max-width: 1024px) {
  .colum-banner-pc {
    display: none;
  }
  .colum-banner-phone {
    display: block;
  }
}
/* 图片放大 */
.img-scale {
  transform: scale(1);
  transition: all 0.5s;
}
.img-scale:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
body {
  overflow-x: hidden;
}
@media all and (-moz-min-device-pixel-ratio: 1) and (-moz-max-device-pixel-ratio: 1.08), (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 1.08), (min-resolution: 1dppx) and (max-resolution: 1dppx) {
  :root {
    font-size: 0.14rem;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18), (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18), (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
  :root {
    font-size: 0.14rem;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28), (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28), (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
  :root {
    font-size: 0.13rem;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4), (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
  :root {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 1024px) and all and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8), screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8), screen and (max-width: 1024px) and (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
  :root {
    font-size: 3.5rem !important;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6), (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6), (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
  :root {
    font-size: 4rem !important;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8), (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8), (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
  :root {
    font-size: 3.5rem !important;
  }
}
.footer-copyright a img,
.footer-mid-box a img,
.footer-com a img,
.footer-bottom-record a img,
.footer-keep-record a img,
.header-welcome-text a img,
.right-infor .Record a img,
.copyright a img,
.gongan_record_icon img {
  margin: -2px 3px 0 15px !important;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 0;
  }
}
.banner div.pc_pagination {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  text-align: center;
  z-index: 98;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .banner div.pc_pagination {
    width: auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    display: none;
  }
}
.banner div.pc_pagination span.swiper-pagination-switch {
  display: inline-block;
  width: 1rem;
  height: 0.06rem;
  border-radius: 0.04rem;
  background: #ffffff;
  margin: 0 0.15rem;
}
.banner div.pc_pagination span.swiper-pagination-switch.template_main_back {
  background: #0B40AE;
}
.banner div.arrow {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .banner div.arrow {
    display: none;
  }
}
.banner div.arrow-left-index {
  background: url(../images/banner-arrow-left.png) center center no-repeat;
  background-size: 0.6rem auto;
  left: 1.1rem;
}
.banner div.arrow-right-index {
  background: url(../images/banner-arrow-right.png) center center no-repeat;
  background-size: 0.6rem auto;
  right: 1.1rem;
}
.banner div.swiper-container {
  max-height: calc(100vh);
}
@media screen and (max-width: 1024px) {
  .banner div.swiper-container {
    max-height: auto;
  }
}
.banner div.swiper-container div.swiper-wrapper {
  height: 100%;
}
.banner div.swiper-container div.swiper-slide {
  height: 100%;
  position: relative;
}
.banner div.swiper-container a {
  display: block;
}
.banner div.swiper-container img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
}
.page-banner {
  position: relative;
}
.page-banner img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .pc-banner {
    display: none;
  }
}
.phone-banner {
  display: none;
}
@media screen and (max-width: 1024px) {
  .phone-banner {
    display: block;
  }
}
.multe_video_container {
  position: absolute;
  border: 0.1rem solid #fff;
  border-radius: 0.1rem;
}
.multe_video_container .video_container_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.multe_video_container .video_container_wrap .banner_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.multe_video_container .video_container_wrap .banner_video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.multe_video_container .video_container_wrap .banner_video_play {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 20%;
  margin-left: -10%;
  margin-top: -10%;
  cursor: pointer;
}
.banner div.swiper-container {
  max-height: inherit!important;
}
.single_video_container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.single_video_container .video_container_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.single_video_container .video_container_wrap:hover .banner_video_mask {
  opacity: 1;
}
.single_video_container .video_container_wrap:hover .banner_video_play {
  opacity: 1;
}
.single_video_container .video_container_wrap .banner_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.single_video_container .video_container_wrap .banner_video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.8s;
}
.single_video_container .video_container_wrap .banner_video_play {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 0.8rem;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  cursor: pointer;
  opacity: 0;
  transition: 0.8s;
}
@keyframes imgBig {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes imgBig {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.swiper-slide-active .banner_scale_big {
  animation: imgBig 8s linear infinite;
  -webkit-animation: imgBig 8s linear infinite;
}
.vertical_pagination {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 98;
  font-size: 0;
}
.vertical_pagination span.swiper-pagination-switch {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  background: #ffffff;
  margin: 0.15rem 0;
}
.vertical_pagination span.swiper-pagination-switch.template_main_back {
  background-color: #0b40ae;
}
div.video-play {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  display: none;
}
div.video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1001;
  background: #0b0b0b;
  opacity: 0.5;
}
div.video-wrap {
  z-index: 1002;
  position: fixed;
  top: 52%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate3d(-50%, -52%, 0);
  transform: translate3d(-50%, -52%, 0);
  width: auto;
  max-width: 80%;
  height: 5.76rem;
}
@media screen and (max-width: 1024px) {
  div.video-wrap {
    width: 90%;
    height: auto;
  }
}
div.video-wrap #bannervideo {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
}
div.video-close-btn {
  cursor: pointer;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: right;
  margin-right: -0.1rem;
  margin-bottom: 0.1rem;
  font-family: sans-serif;
}
