/*1*/
/* reset */

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
  zoom: 1;
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
iframe,
frame,
fieldset,
img {
  border: 0 none;
}
img {
  vertical-align: top;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}
input,
textarea,
button {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
input[type="radio"] {
  -webkit-border-radius: 100%;
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  resize: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
th {
  font-weight: normal;
}
em,
cite,
address,
i {
  font-style: normal;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a * {
  cursor: pointer;
}
:focus {
  outline: none;
}
.edit_con_original {
  line-height: 1.8;
  padding: 0 0;
  color: #333;
}
.edit_con_original ul {
  margin: inherit;
  padding: inherit;
  padding-left: 2em;
}
.edit_con_original ul li {
  list-style-type: disc;
  margin: auto;
}
.edit_con_original ol {
  margin: inherit;
  padding: inherit;
}
.edit_con_original ol li {
  list-style-type: decimal;
  margin: auto;
}
.edit_con_original h1 {
  font-weight: bold;
}
.edit_con_original h2 {
  font-weight: bold;
}
.edit_con_original h3 {
  font-weight: bold;
}
.edit_con_original h4 {
  font-weight: bold;
}
.edit_con_original h5 {
  font-weight: bold;
}
.edit_con_original h6 {
  font-weight: bold;
}
.edit_con_original em {
  font-style: italic;
}
.edit_con_original cite {
  font-style: italic;
}
.edit_con_original address {
  font-style: italic;
}
.edit_con_original i {
  font-style: italic;
}
.edit_con_original table {
  border-collapse: separate;
  border-spacing: 2px;
}
.edit_con_original img {
  width: revert-layer;
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
.edit_con_original video {
  max-width: 100%;
  display: block;
  margin: auto;
}

/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
  content: "";
  display: table;
}
.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
  content: "";
  display: table;
  clear: both;
}
.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
  zoom: 1;
}

.clear,
.cl {
  display: block !important;
  float: none !important;
  clear: both;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

/* 阿里图标 */
[class*="icon"] {
  font-family: "iconfont";
}

.video_button2 {
  pointer-events: none;
  cursor: default;
}
.video_button2 .video_bf {
  display: none;
}

/*图片经过*/
.tran_scale {
  overflow: hidden;
  display: block;
}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
  -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.6s linear;
  transition: opacity 0.4s ease-in, transform 0.6s linear;
}

/*两端对齐*/
.justify {
  text-align: justify;
  text-justify: distribute-all-lines;
}
/*上下居中*/
.v-m-c {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
}

/*左右居中*/
.l-m-c {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 0;
}

/*绝对居中*/
.a-m-c {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

/*1*/
input,
button,
textarea {
  border: none;
  outline: none;
  background: none;
}

.m_color .mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background: #ccc;
}
.m_color .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #1955b3;
}
.m_color .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.m_color
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag:hover
  .mCSB_dragger_bar {
  background: #1955b3;
}

.bg-cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.padd_bt80 {
  padding: 0.75rem 0 0.8rem 0;
}
/*.padd_t120{padding-top: 1.2rem;}*/
.padd_top120 {
  padding-top: 1.2rem;
}
.padd_t0 {
  padding-top: 0 !important;
}

.line22 {
  line-height: 0.22rem;
}
.line24 {
  line-height: 0.24rem;
}
.line26 {
  line-height: 0.26rem;
}
.line30 {
  line-height: 0.3rem;
}

@media only screen and (max-width: 768px) {
  .padd_bt80 {
    padding: 30px 0;
  }
  .padd_t120 {
    padding-top: 1rem;
  }
  .padd_top120 {
    padding-top: 1rem;
  }
  .line22 {
    line-height: 24px;
  }
  .line24 {
    line-height: 24px;
  }
  .line26 {
    line-height: 24px;
  }
  .line30 {
    line-height: 24px;
  }
}
.main {
  font-size: 0.16rem;
}
.text_indent {
  text-indent: 2em;
}
.fnt_12 {
  font-size: 0.12rem;
}
.fnt_14 {
  font-size: 0.14rem;
}
.fnt_16 {
  font-size: 0.16rem;
}
.fnt_18 {
  font-size: 0.18rem;
}
.fnt_20 {
  font-size: 0.2rem;
}
.fnt_24 {
  font-size: 0.24rem;
}
.fnt_28 {
  font-size: 0.28rem;
}
.fnt_220 {
  font-size: 0.24rem;
}
.fnt_30 {
  font-size: 0.3rem;
}
.fnt_32 {
  font-size: 0.32rem;
}
.fnt_36 {
  font-size: 0.36rem;
}
.fnt_40 {
  font-size: 0.4rem;
}
.fnt_48 {
  font-size: 0.48rem;
}
.fnt_60 {
  font-size: 0.6rem;
}
.fnt_500 {
  font-weight: 500;
}
.mar_t_10 {
  margin-top: 0.1rem;
}
.mar-top-20 {
  margin-bottom: 0.2rem;
}
.leave {
  background: url("../images/leave-back.png") no-repeat;
  background-size: cover;
  padding: 0.7rem 0;
  text-align: center;
}
.leave h3 {
  color: #111111;
  font-weight: 500;
  margin-bottom: 0.36rem;
}
.leave a {
  display: block;
  width: 2.34rem;
  padding: 0.2rem 0;
  background: #000000;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  font-weight: 400;
  color: #ffca2c;
  text-align: center;
  margin: auto;
}
.leave a:hover {
  color: #000 !important;
  background: rgba(2255, 255, 255, 0.3);
}
@media only screen and (max-width: 768px) {
  .main {
    font-size: 14px; /* min-height: calc(100vh - 1.8rem);*/
  }
  .fnt_12 {
    font-size: 14px;
  }
  .fnt_14 {
    font-size: 14px;
  }
  .fnt_16 {
    font-size: 14px;
  }
  .fnt_20 {
    font-size: 16px;
  }
  .fnt_24 {
    font-size: 16px;
  }
  .fnt_28 {
    font-size: 16px;
  }
  .fnt_220 {
    font-size: 16px;
  }
  .fnt_30 {
    font-size: 18px;
  }
  .fnt_36 {
    font-size: 18px;
  }
  .fnt_32 {
    font-size: 18px;
  }
  .fnt_40 {
    font-size: 20px;
  }
  .fnt_60 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1025px) {
  .m_box > h3 {
    font-size: 0.24rem;
  }
}
/*site*/

.site_banner {
  position: relative;
}
.site_banner > img.ratio-img {
  display: none;
}
.site_banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.site_text {
  position: absolute;
  left: 0;
  bottom: 1.85rem;
  width: 100%;
  color: #fff;
}
.site_text2 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1.5rem;
  color: #fff;
  text-align: center;
  z-index: 5;
}

/*.site_text2 .wrap2{width: 610px;}*/
.site_text2 h2 {
  margin-bottom: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site_text2 p {
  max-height: 1.2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.site_text3 {
  bottom: auto;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
}

.report_btn {
  padding-top: 0.5rem;
}
.report_btn a {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 82px;
  height: 28px;
  line-height: 28px;
  background: #033886;
  color: #fff;
  border-radius: 5px;
}
.report_btn a b {
  font-weight: normal;
  position: relative;
  z-index: 5;
}
.report_btn a::after {
  border-radius: 4px;
  content: "";
  display: block;
  background: #0c3f89;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: 0.5s;
}
.site_bannerout .report_btn a {
  width: auto;
  padding: 0.4em 1em;
  line-height: inherit;
  height: inherit;
  font-size: 16px;
}
.site_bannerout .report_btn a::after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .site_bannerout .report_btn a:hover {
    color: #000 !important;
  }
}

.site {
  position: absolute;
  left: 0;
  bottom: 0.35rem;
  width: 100%;
  color: #fff;
}
.site a {
  color: #fff;
}
.site i {
  margin: 0 5px;
}

.site_bannerout {
  position: relative;
}
.site_bannerout .site_text {
  display: none;
}

@media only screen and (max-width: 768px) {
  .site_banner > img.ratio-img {
    display: none;
  }
  .site_banner {
    height: 220px;
    overflow: hidden;
  }
  .site_text {
    bottom: 15%;
  }
  .site_text2 {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    left: 0;
    top: 50%;
  }
  .site_text2 p {
    max-height: 120px;
  }
  .site_text2 h2 {
    margin-bottom: 5px;
  }
  .report_btn {
    padding-top: 10px;
  }

  .site_bannerout .site_text {
    display: block;
  }
  .site_text2,
  .site_text3 {
    padding-top: 30px;
    color: #000;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    position: static;
    left: 0;
    top: 0%;
  }
  .site_text2 p {
    max-height: inherit;
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
  }
}

@media only screen and (min-width: 1024px) {
  .site a:hover {
    color: #fff !important;
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .site {
    display: none;
  }
  .site_bannerout .report_btn a {
    background: #033886;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
  }

  .site_bannerout .report_btn a b {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    position: static;
  }
}

/*site*/
.wrap2 {
  width: 14.4rem;
  max-width: 90%;
  margin: auto;
}
.wrap3 {
  width: 12.5rem;
  max-width: 90%;
  margin: auto;
}

/*page*/
.pageout {
  text-align: center;
  clear: both;
  padding-top: 0.4rem; /*font-family: "Arial"*/
}
.page {
  display: inline-block;
  /* *display: inline;
  *zoom: 1; */
}
.page {
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  color: #2d2d2d;
  height: 52px;
  line-height: 52px;
}
.page span {
  color: #2d2d2d;
  float: left;
}
.page span em {
}
.page i {
  float: left;
  width: 52px;
  height: 52px;
  background: #f1f1f1;
  margin: 0 2px;
}
.page a {
  float: left;
  width: 52px;
  height: 52px;
  color: #bababa;
  box-sizing: border-box;
}
.page a.on {
  background: #033886;
  color: #fff;
  border-radius: 5px;
}
.page a.prev {
  background: url("../imgs/page_prev_on.png") center center no-repeat;
  text-indent: -10000px;
  border-radius: 4px 0 0 4px;
}
.page a.next {
  background: url("../imgs/page_next_on.png") center center no-repeat;
  text-indent: -10000px;
  border-radius: 0 4px 4px 0;
}
.page a.prev.no,
.page a.next.no {
  opacity: 0.5;
  cursor: default;
}
.page a.prev.on,
.page a.next.on {
  opacity: 0.5;
  cursor: default;
}

.page a.go {
  margin-left: 10px;
  width: 44px;
  background: #033886;
  color: #fff;
  border: 1px solid #033886;
  height: 28px;
  line-height: 28px;
}
.page a.go:hover {
  color: #fff !important;
}
.page a:hover {
  color: #000 !important;
}
.page a.on:hover {
  color: #fff !important;
}
.page .txtnum {
  padding-left: 0.2rem;
  padding-top: 6px;
}
.page .txtnum * {
  float: left;
}
.page .txtnum .intext {
  text-align: center;
  color: #000;
  width: 50px;
  padding: 0 5px;
  text-align: left;
  background: none;
  border: 1px solid #dddddd;
  margin: 0 6px;
}

.news_cont .page a.on {
  background: #033886;
  border-color: #033886;
}

.page b {
  font-weight: normal;
  color: #bababa;
}
.page .go {
  width: 50px;
  background: #033886;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.page .txtnum .intext,
.page .go,
.page b {
  height: 40px;
  line-height: 40px;
}
.page b,
.page .go {
  font-size: 0.16rem;
}

@media only screen and (max-width: 1024px) {
  .pageout {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pageout {
    padding-top: 20px;
  }
  .page a {
    display: none;
    font-weight: normal;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .page a.prev,
  .page a.next,
  .page a.on {
    display: block;
    display: inline-block;
  }
  .page i {
    margin: 0 4px;
    display: none;
  }
  .page a.prev {
    margin-right: 5px;
  }
  .page a.next {
    margin-left: 5px;
  }

  .page .txtnum {
    padding-top: 0;
    padding-left: 10px;
  }
  .page .txtnum .intext,
  .page .go,
  .page b {
    height: 34px;
    line-height: 34px;
  }
  .page b,
  .page .go {
    font-size: 14px;
  }
}

.weixin {
  position: fixed;
  width: 300px;
  z-index: 100000;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 1px 1px 10px #666;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.weixin .c {
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: 100px;
  right: 0;
  top: 0;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
.weixin h2 {
  position: relative;
  line-height: 40px;
  font-size: 16px;
  padding-left: 20px;
  font-weight: normal;
}
.weixin .img {
  padding: 10px 20px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.weixin .img img {
  width: 200px;
  height: 200px;
}
.weixin p {
  margin: 0 0 30px;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .weixin {
    width: 80%;
  }
  body {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    user-select: none;
    outline: none;
  }
}
@media only screen and (min-width: 1025px) {
  .tran_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
  .report_btn a:hover::after {
    width: 100%;
  }
}
.wrap2 {
  width: 14.4rem;
  max-width: 90%;
  margin: auto;
}
