/*Global*/
@import url("font.css");

* {
  margin: 0;
  padding: 0;
  border-width: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
textarea {
  font-size: 14px;
  font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:visited {
  text-decoration: none;
  color: #121212;
}

a:hover,
a:active {
  text-decoration: none;
  color: #121212;
}

ul li {
  list-style: none;
}

.clear {
  clear: both;
  height: 0;
  width: 0;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

*html .clearfix {
  zoom: 1;
}

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

.container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.positionimg img {
  display: block;
  width: 100%
}

@media (max-width: 768px) {
  .px_banner.positionimg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

.positionimg img.img_way {
  object-fit: contain;
}

.scale_img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.font_inline {
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.pb_btn {
  display: block;
  position: relative;
  z-index: 1;
}

.pb_btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
}

.pb_btn:hover:before {
  width: 100%;
}

/*de*/
.de3,
.de3:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.de4,
.de4:before {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.de5,
.de5:before {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.de6,
.de6:before {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.de7,
.de7:before {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.de8,
.de8:before {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.de9,
.de9:before {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.de10,
.de10:before {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/*flex*/
.display_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_direction_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_direction_bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.justify_content_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify_content_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align_items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align_items_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify_content_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align_items_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*scroll_top*/
.scroll_top {
  position: fixed;
  height: 50px;
  width: 50px;
  opacity: 0;
  right: 5px;
  bottom: 50px;
  z-index: 1030;
  visibility: hidden;
  /* background: #da251c; */
  background: #464a83;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.scroll_top i {
  font-size: 26px;
  color: #FFF;
}

.scroll_top.pop_class {
  opacity: 1;
  visibility: visible;
}

.pop_class {
  -webkit-animation: pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0.8)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@keyframes pop {
  0% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1)
  }
}

/*manu*/
.manu {
  text-align: center;
  margin-top: 30px;
}

.manu a {
  border: 1px solid #D9D9D9;
  padding: 9px 15px;
  text-decoration: none;
  margin: 0 2px;
  display: inline-block;
}

.manu a:hover {
  border: 1px solid #D9D9D9;
}

.manu a:active {
  border: 1px solid #D9D9D9;
}

.manu .current {
  border: 1px solid #464a83;
  padding: 9px 15px;
  background: #464a83;
  font-weight: bold;
  margin: 0 2px;
  color: #FFF;
  display: inline-block;
}

.manu .disabled {
  border: 1px solid #D9D9D9;
  padding: 9px 15px;
  color: #D9D9D9;
  margin: 0 2px;
  display: inline-block;
}

/*fanye*/
.fanye {
  border-top: 1px solid #ddd;
  padding: 15px 0;
}

.fanye ul li {
  height: 30px;
  line-height: 30px;
  text-align: left;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fanye ul li a {
  color: #666;
}

.fanye ul li a:hover {
  color: #464a83;
}

/*pc_fixed*/
.pc_fixed {
  width: 40px;
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 666;
}

.pc_fixed li {
  position: relative;
  margin-bottom: 1px;
}

.pc_fixed li a {
  width: 100%;
  height: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  background: #060217;
  color: #fff;
  display: block;
}

.pc_fixed li a i {
  font-size: 20px;
}

.pc_fixed li a span {
  display: block;
  position: absolute;
  top: 0;
  line-height: 40px;
  padding: 0 10px;
  left: -999px;
  width: 0;
  font-size: 16px;
}

.pc_fixed li.ltel a {
  background: #da251c;
}

.pc_fixed li.leml a {
  background: #3a82d3;
}

.pc_fixed li.lly a {
  background: #30afeb;
}

.pc_fixed li:hover {
  opacity: 0.9;
}

.pc_fixed li:hover a span {
  width: auto;
  left: 40px;
  white-space: nowrap;
}

.pc_fixed li.ltel:hover a span {
  background: #da251c;
}

.pc_fixed li.leml:hover a span {
  background: #3a82d3;
}

/*m_float*/
.m_float {
  width: 100%;
  background: #da251c;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11;
  display: none;
}

.m_float .ma {
  width: 25%;
  display: block;
  float: left;
  position: relative;
  padding: 10px 0;
}

.m_float .ma i {
  display: block;
  margin: 0 auto;
  font-size: 25px;
  color: #FFF;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.m_float .ma p {
  font-size: 14px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

/*izl-rmenu*/
.izl-rmenu {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 999;
  width: 72px;
}

.izl-rmenu .iz_btn {
  width: 72px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
  padding: 11px 0 7px;
  background: #E60C00;
  display: block;
}

.izl-rmenu .iz_btn i {
  display: block;
  width: 100%;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
}

.izl-rmenu .iz_btn i.iz_qq {
  background-image: url(../images/r_qq.png);
}

.izl-rmenu .iz_btn i.iz_wx {
  background-image: url(../images/r_wx.png);
}

.izl-rmenu .iz_btn i.iz_phone {
  background-image: url(../images/r_phone.png);
}

.izl-rmenu .iz_btn i.iz_top {
  background-image: url(../images/r_top.png);
}

.izl-rmenu .btn-wx .pic {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  padding: 10px;
  width: 160px;
  height: 160px;
  opacity: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.izl-rmenu .btn-wx:hover .pic {
  left: -160px;
  opacity: 1;
}

.izl-rmenu .btn-phone {
  position: relative;
}

.izl-rmenu .btn-phone .phone {
  background: #E60C00;
  position: absolute;
  width: 160px;
  left: 0;
  top: 0;
  line-height: 73px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  opacity: 0;
}

.izl-rmenu .btn-phone:hover .phone {
  left: -160px;
  opacity: 1;
}

.izl-rmenu .iz_btn span {
  display: block;
  font-size: 13px;
  height: 21px;
  line-height: 21px;
  color: #FFF;
  text-align: center;
}

.izl-rmenu .btn-top {
  display: none;
  padding: 19px 0;
  background: #666666;
}

.izl-rmenu .btn-top:hover {
  background-color: #444;
}

/*video*/
#videobg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 999999;
  text-align: center;
  display: none;
}

.video {
  padding: 10px;
  width: 60%;
  height: auto;
  background: #FFF;
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video .v_iframe {
  width: 100%;
  padding-bottom: 66.66%;
  position: relative;
}

.video .v_iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.video .v_video video {
  width: 100%;
  height: 100%;
  display: block;
}

.video p {
  height: 60px;
  line-height: 60px;
  color: #000;
}

.video span {
  width: 40px;
  height: 40px;
  background: #000;
  color: #FFF;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  outline: none;
  top: 0;
  right: -40px;
  cursor: pointer;
  display: block;
  font-family: Arial;
}

/*pb_table*/
.pb_table table {
  border: none !important;
  width: 100% !important;
  padding: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.pb_table table td,
.pb_table table th {
  text-align: center !important;
  padding: 10px 5px !important;
  line-height: 1.2 !important;
  width: auto !important;
  font-size: 16px !important;
  color: #333 !important;
  border: 1px solid #E2E2E2 !important;
}

.pb_table table td *,
.pb_table table th * {
  line-height: 1.2 !important;
}

.nei_table {
  width: 100%;
  overflow-y: auto;
}

@media screen and (max-width:1023px) {
  .scroll_top.pop_class {
    display: none;
  }

  .m_float {
    display: block;
  }

  .manu {
    margin-top: 20px;
  }

  .fanye {
    padding: 11px 0;
  }
}

@media screen and (max-width:767px) {
  .manu a {
    padding: 7px 11px;
    margin: 0 2px;
    font-size: 13px;
  }

  .manu .current {
    padding: 7px 11px;
    font-size: 13px;
  }

  .manu .disabled {
    padding: 7px 11px;
    font-size: 13px;
  }

  .fanye {
    padding: 9px 0;
  }

  .video {
    width: 100%;
    padding: 5px;
    left: 0;
  }

  .video span {
    left: 50%;
    top: 100%;
    margin-left: -20px;
  }
}

.ab_img img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}

.ab_img p {
  text-wrap: inherit !important;
}

.ab_img p span {
  text-wrap: inherit !important;
}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a,
.pagination span {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%
}

/* .pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
} */

.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}

.pagination a.page-num-current,
.pagination span.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.pagination .st {
  font-family: 宋体
}

.text-secondary {
  text-align: center;
  padding: 20px 0
}