@import "../font/iconfont.css";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

body,
th,
td,
input,
select,
textarea,
button {
  font-family: "PingFang SC", "Arial", "SF Pro SC", "Microsoft Yahei Lighter", "Helvetica Neue", "Helvetica", sans-serif;
  color: #333
}

/* 重置页面文字属性 */
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;
  resize: none;
  -webkit-appearance: none !important;
  outline: none;
  border: none;
  background: transparent;
}

/* 重置表单控件垂直居中*/
button {
  cursor: pointer
}

/* 重置表单button按钮效果 */
a {
  color: #333;
  text-decoration: none;
  border: 0 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 {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

/* 图片在当前行内的垂直位置 */
a img {
  border: 0 none;
}

em,
i {
  font-style: normal;
}

h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/* 取消a标签点击后的虚线框 */
a {
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 5px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #8d010a;
}

/*清除浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear10 {
  height: 10px;
  overflow: hidden;
  clear: both;
}
.hidden{ overflow: hidden;}

.clear20 {
  height: 20px;
  overflow: hidden;
  clear: both;
}

.clear30 {
  height: 30px;
  overflow: hidden;
  clear: both;
}

.clear40 {
  height: 40px;
  overflow: hidden;
  clear: both;
}

.clear150 {
  height: 150px;
  overflow: hidden;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
}

/* input 的 placeholder*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

/* padding */
.pt-10 {
  padding-top: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.p10 {
  padding: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.p15 {
  padding: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.p20 {
  padding: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.p25 {
  padding: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.p30 {
  padding: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.p40 {
  padding: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.p50 {
  padding: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.p60 {
  padding: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.p70 {
  padding: 70px;
}

/* margin */
.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.m10 {
  margin: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.m15 {
  margin: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.m20 {
  margin: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.m25 {
  margin: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.m30 {
  margin: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.m40 {
  margin: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.m50 {
  margin: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.m60 {
  margin: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.m70 {
  margin: 70px;
}

.mlr {
  margin-left: auto;
  margin-right: auto;
}


.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f34 {
  font-size: 34px;
}

.f40 {
  font-size: 40px;
}

.f44 {
  font-size: 44px;
}

.f48 {
  font-size: 48px;
}

.f50 {
  font-size: 50px;
}

.f54 {
  font-size: 54px;
}

.f60 {
  font-size: 60px;
}

.f70 {
  font-size: 70px;
}

.f80 {
  font-size: 80px;
}

.hidden {
  overflow: hidden;
}

.color-blue {
  color: #2b176e;
}

.color-red {
  color: #e30404;
}

.color-red2 {
  color: #8d010a;
}

.color-white {
  color: white;
}

.color-black {
  color: black;
}

.color-666 {
  color: #666;
}

.color-888 {
  color: #888;
}

.color-555 {
  color: #555;
}

.color-999 {
  color: #999;
}

.color-aaa {
  color: #aaa;
}

.bg-f9{ background-color: #f9f9f9;}
.bg-f7 {
  background-color: #f7f8f9;
}

.bg-f5 {
  background-color: #f5f7f9;
}

.bg-f0 {
  background-color: #f0f1f5;
}

.bg-blue {
  background-color: #2b176e;
}


.bg-red {
  background-color: #e30404;
}

.bg-red2 {
  background-color: #8d010a;
}

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: black;
}

.bg-666 {
  background-color: #666;
}

.bg-888 {
  background-color: #888;
}

.bg-555 {
  background-color: #555;
}

.bg-aaa {
  background-color: #aaa;
}

.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center-end{display: flex; align-items: center; justify-content: flex-end;}

.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between
}

.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-between-end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.posi {
  position: relative;
}

.posi-a {
  position: absolute;
  top: 0;
  left: 0
}

.hmax {
  height: 100%;
}

.wmax {
  width: 100%;
}

.w50 {
  width: 50%;
}

.w49-5 {
  width: 49.5%;
}

.w33 {
  width: 33%;
}

.w40 {
  width: 40%;
}

.w60 {
  width: 60%;
}

.w48 {
  width: 48%;
}

.img {
  position: relative;
  overflow: hidden;
}

.transition {
  transition: all .36s;
}

.transition1 {
  transition: all 1s;
}

.line-height {
  line-height: 2;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.text-nowrap {
  white-space: nowrap;
}

.cursor {
  cursor: pointer;
}

.cursor-shou {
  cursor: url("../images/icoN_shou.png"), auto;
}

.font-weight {
  font-weight: bold;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none fadeInDown;
  animation: 300ms ease-in-out 0s normal none fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

/*  white-space: nowrap;   overflow: hidden;text-overflow:ellipsis; */
.line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp3 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp6 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp5 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-height2-4 {
  line-height: 2.4;
}

.line-height2-8 {
  line-height: 2.8;
}

.line-height1 {
  line-height: 1;
}

.line-height1-6 {
  line-height: 1.6;
}

.line-height3 {
  line-height: 3;
}

.opacity8 {
  opacity: 0.8;
}

.opacity6 {
  opacity: 0.6;
}
.opacity4 {
  opacity: 0.4;
}

/* 栏目页banner手机端与pc端切换显示 */
.pc-show {
  display: block;
}

.wap-show {
  display: none;
}

.border {
  border: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-left {
  border-left: 1px solid #e5e5e5;
}

.border-right {
  border-right: 1px solid #e5e5e5;
}

@media screen and (max-width:750px) {
  .pc-show {
    display: none;
  }

  .wap-show {
    display: block;
  }

  .wapFlex {
    flex-direction: column;
  }

  .line-height2-4,
  .line-height3,
  .line-height2-8 {
    line-height: 2;
  }

  .w50,
  .w48,
  .w49-5,
  .w33,
  .w40,
  .w60 {
    width: 100%;
  }

  .infoImg img {
    height: auto !important;
  }
}

/* 图片放大 */



/*分页样式*/

.pglist {
  width: 100%;
  text-align: center;
  clear: both;
  color: #333;
}

.pglist a {
  padding: 0 15px;
  margin: 0 6px;
  border: 1px solid #e5e5e5;
  color: #333;
}

.pglist a.close {
  background: #f2f2f2 !important;
}

.pglist * {
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  padding-bottom: 1px;
}

.pglist a:hover,
.pglist .hover {
  display: inline-block;
  color: #fff;
  background: #8d010a;
  border-color: #8d010a;
}

.position-relative {
  position: relative;
}

.pglist input {
  border: 1px solid #e5e5e5;
  margin: 0 6px;
  width: 55px;
  padding: 0 8px;
  text-align: center;
  color: #333;
}

.pglist button {
  color: #8d010a;
  border: 1px solid #8d010a;
  padding: 0 22px;
  margin: 0 6px;
}

.pglist button:hover {
  color: #fff;
  background: #8d010a;
}

/* 变色 */

/* 引用字体 */
@font-face {
  font-family: 'DIN';
  src: url("../font/DIN-Medium.eot");
  /* IE9 */
  src: url("../font/DIN-Medium.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../font/DIN-Medium.woff") format("woff"),
    /* chrome、firefox */
    url("../font/DIN-Medium.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("../font/DIN-Medium.svg#DIN-Medium") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}

.DIN {
  font-family: 'DIN';
}

@font-face {
  font-family: 'wenyue_gudianmingchaoti_nonw5';
  src: url('../font/WenYue-GuDianMingChaoTi-JRFC-2.otf') format('opentype'),
    url('../font/wenyue-webfont.woff2') format('woff2'),
    url('../font/wenyue-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.EN {
  font-family: 'wenyue_gudianmingchaoti_nonw5';
}


@font-face {
  font-family: 'CH';
  src: url('../font/xi.ttf') format('truetype'), 
     url('../font/ch.woff2') format('woff2'), 
      url('../font/ch.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.CH {
  font-family: 'CH';
}