/****reset****/
body,
div,
table,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
label,
select,
textarea,
p,
u,
i,
em,
ul,
ol,
li,
dl,
dd,
dt,
img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

img {
  border: 0 none;
  max-width: 100%;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

em,
i,
dfn {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

a,
input,
select,
textarea,
area,
button {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder {
  color: #999;
}

input:focus::-webkit-input-placeholder {
  color: #999;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

textarea {
  overflow: auto;
  resize: none;
}

html,
body {
  width: 100%;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}

html {
  font-size: 100px;
  font-size: calc(100vw/3.2);
}

body {
  font-size: 0.16rem;
  background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
  display: none;
}

.clear {
  clear: both;
}

/* 分页 */
.wrap_page {
  width: 100%;
  margin-top: 10px;
  padding: 20px 0;
  text-align: center;
}

.wrap_page li {
  margin-bottom: 10px;
  display: inline-block;
}

.wrap_page li.thisclass {
  padding: 5px 13px;
  font-size: 14px;
  color: #fff;
  background: #ba2a17;
  border: 1px solid #ba2a17;
}

.wrap_page li .pageinfo {
  margin-left: 12px;
}

.wrap_page li .pageinfo strong {
  margin-right: 5px;
  color: #ba2a17;
}

.wrap_page li .pageinfo strong:last-child {
  margin-left: 10px;
}

.wrap_page a {
  display: inline-block;
  margin: 0 5px;
  padding: 4px 11px;
  text-align: center;
  font-size: 14px;
  color: #888;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #ccc;
}

.wrap_page a:hover,
.wrap_page a.active {
  border: 1px solid #ba2a17;
  padding: 4px 11px;
  font-size: 14px;
  color: #888;
}

.wrap_page span {
  color: #666;
  font-size: 14px;
}

.wrap_page span label {
  margin: 0 5px;
  color: #ba2a17;
}

.wrap_page td {
  min-width: 40px;
  width: auto;
}

.wrap_page input[name="PageNo"],
.wrap_page input[name="plistgo"] {
  margin-right: 5px;
  width: 50px !important;
  height: 31px !important;
  text-align: center;
  border: 1px solid #ccc;
}

.wrap_page td b {
  margin: 0 5px;
  color: red;
}

.bor_b {
  position: relative;
}

.bor_b:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  transform: scaleY(0.5);
}

.wrap_banner,
.wrap_banner img {
  width: 100%;
}

.wrap_video {
  position: relative;
  width: 100%;
  /*height: 1.2rem;*/
}

.wrap_video span {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  padding: 0.04rem 0.1rem;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.wrap_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_img,
.slide_img img {
  width: 100%;
  height: 1.6rem;
}

.loadMore {
  display: block;
  margin: 10px auto;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  color: #7a7a7a;
  overflow: hidden;
  clear: both;
  cursor: pointer;
}

.nav {
  display: block;
  white-space: nowrap;
  width: 100%;
  height: 0.32rem;
  background: linear-gradient(to bottom, #e60012, #a51212);
  display: flex;
  align-items: center;
}

.nav a {
  position: relative;
  display: inline-block;
  padding: 0;
  height: 100%;
  vertical-align: top;
  text-align: center;
  line-height: 0.32rem;
  font-size: 14px;
  color: #fff;
}

.nav a.active {
  background: #fff;
  color: #E60012;
  font-weight: bold;
}

.nav a.active.blue {
  color: #1976D2;
}

.nav a:last-child:after {
  border: none;
}

.cont {
  width: 100%;
  padding: 0 15px;
  overflow-y: auto;
}

.list_item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

.list_item dt {
  display: flex;
  margin-right: 3.9%;
  width: 30.655%;
  height: 0.6rem;
  overflow: hidden;
  border-radius: 5px;
}

.list_item.video dd span {
  display: none;
}

.list_item dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_item dd {
  flex: 1;
  width: 100%;
}

.list_item dd p {
  padding-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.5;
  color: #666;
}

.list_item:hover dd p {
  color: #E60012;
}

.list_item dd span {
  display: none;
  color: #999;
}

/*详情页*/
.wrap_detail {
  width: 100%;
  padding: 15px;
  font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.deta_tit {
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 24px;
}

.deta_info {
  margin-bottom: 18px;
  line-height: 20px;
  font-size: 0;
}

.deta_info span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #8c8c8c;
}

.deta_cont {
  width: 100%;
  padding-bottom: 0.1rem;
  font-size: 16px;
  color: #3e3e3e;
  word-wrap: break-word !important;
}

.deta_cont p {
  clear: both;
  min-height: 1em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
  text-indent: 2em;
  box-sizing: border-box;
}

.deta_cont img {
  height: auto !important;
  display: block;
  margin: 0 auto !important;
  max-width: 100% !important;
}

.deta_cont .blue {
  color: #1976d2;
}

.blue {
  color: #1976D2 !important;
}

.back_top {
  position: fixed;
  right: 0.1rem;
  bottom: 0.15rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/back_top.png) no-repeat center;
  background-size: 0.38rem auto;
}

.wrap_cont {
  width: 100%;
  overflow: hidden;
}

.main_tit {
  width: 100%;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
  /* padding: 0 15px; */
  position: relative;
  clear: both;
}

.main_tit h4 {
  display: block;
  margin-top: 15px;
  width: 100%;
  padding-bottom: 5px;
  line-height: 2;
  font-family: cursive;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  padding-left: 15px;
}

.main_tit::before {
  content: '';
  display: block;
  width: 8px;
  height: 28px;
  background: #E22317;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main_tit a {
  display: flex;
  padding: 0 15px;
  font-size: 14px;
}

.wrap_list {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
}

.video .list_item dt {
  position: relative;
}

.video .list_item dt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(../images/video.png) no-repeat center;
  background-size: 50px auto;
}

.line {
  clear: both;
  width: 100%;
  height: 8px;
  background: #f5f6f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.top {
  margin-top: 40px;
  width: 100%;
  padding: 25px 80px;
  border: 2px solid #ffe4bb;
  box-shadow: 0 3px 3px #ffe4bb;
  border-radius: 15px;
}

.top h4 {
  font: bold 36px/72px "Microsoft YaHei";
  text-align: center;
  color: #e60012;
}

.top p {
  margin-top: 15px;
  font: 18px/36px "Microsoft YaHei";
  color: #666;
}

.text_list {
  float: left;
  margin: 20px 0;
  width: 100%;
  padding: 0 15px;
}

.text_list li {
  float: left;
  width: 50%;
  padding-right: 10px;
  height: 60px;
  font: 18px/60px "Microsoft YaHei";
  overflow: hidden;
  background: url(../images/il.png) no-repeat 3px center;
  padding-left: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111;
  cursor: pointer;
}

.text_list li:hover {
  color: #E60012;
}

.img_slide {
  width: 100%;
  height: 550px;
}

.img_slide li {
  cursor: pointer;
}

.img_slide3 {
  width: 100%;
  height: 250px;
  padding-top: 20px;
  overflow: hidden;
}

.flex-viewport,
.flex-viewport ul,
.flex-viewport li {
  height: 100%;
  width: 100%;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flex-control-nav {
  bottom: 50px;
}

.flex-control-nav li {
  display: inline-block;
  margin: 0 10px;
}

.flex-control-paging li a {
  background: #fff;
  border-radius: 50%;
}

.flex-control-paging li a.flex-active {
  background: #E60012;
}

.img_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_slide3 li .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.img_slide3 li .img>img {
  width: 100%;
}

.img_slide3 li>p {
  line-height: 1.6;
  text-align: center;
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.img_slide3 li:hover>p {
  color: #E60012;
}

.img_slide .flex-viewport li {
  position: relative;
  width: 100%;
}

.img_slide li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.mr_frbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 31px;
}

.mr_frBtnL {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1000;
  margin-top: -23px;
  height: 46px;
  width: 28px;
}

.mr_frUl {
  float: left;
  height: 100%;
  width: 100%;
}

.mr_frBtnR {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1000;
  margin-top: -23px;
  cursor: pointer;
  width: 28px;
  height: 46px;
}

.mr_frUl ul li {
  display: inline;
  float: left;
  margin-left: 25px;
  width: 325px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.mr_frUl ul li:hover {
  opacity: 0.8;
}


@media only screen and (min-width:640px) {
  html {
    font-size: 150px;
    background-color: #b50b0d;
  }

  body {
    font-size: 16px;
    width: 100%;
    min-height: 100%;
    padding-top: 660px;
  }

  .bg1 {
    background: url(../images/pc_bg.jpg) no-repeat center top;
  }

  .bg2 {
    background: url(../images/esjszqh_bg.jpg) no-repeat center top !important;
  }

  .esjszqh_banner_m{
    display: none;
  }

  .line {
    display: none;
  }

  .wrap_video {
    display: none;
  }

  .nav {
    width: 100%;
    margin: 0 auto 0;
  }

  .container {
    margin: auto;
    width: 1200px;
    min-height: 600px;
    margin-top: -170px;
  }

  .wrap_cont {
    height: auto;
    background-color: #fff;
    padding: 0 30px;
  }

  .nav a {
    /* width: 20%; */
    flex: 1;
    font-size: 20px;
    height: 50px;
    line-height: 46px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
  }

  .nav a:after {
    border-right: 2px solid #ccc;
  }

  .list_item {
    cursor: pointer;
  }

  .list_item dt {
    width: 22%;
    height: 1rem;
  }

  .list_item dd p {
    font-size: 18px;
    font-weight: bold;
  }

  .list_item dd p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
  }

  .bor_b:after {
    transform: scaleY(1);
  }

  .list_item dd span {
    display: block;
    max-height: 56px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
  }

  .loadMore {
    font-size: 16px;
  }

  .dy {
    width: 100%;
    height: 210px;
    position: relative;
  }

  .dy h2 {
    width: 115px;
    height: 172px;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .dy p {
    width: 950px;
    margin: 0 auto;
    font-size: 20px;
    color: #000;
    line-height: 1.8;
    text-align: justify;
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: "microsoft yahei";
  }

  .deta_tit {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
  }

  .main_tit {
    font-size: 18px;
  }

  .main_tit h4 {
    font-weight: bolder;
  }

  .img_slide3 li>p {
    height: 55px;
  }



}

@media only screen and (max-width:640px) {

  .esjszqh_banner_m{
    display: block;
    width: 100%;
  }
  .wrap_video {
    /* position: fixed; */
    /* top: 0; */
    /* z-index: 10000; */
  }

  .wrap_video img {
    display: block;
  }

  .wrap_cont {
    /* padding-top: 2rem; */
  }

  .nav {
    /* position: fixed; */
    top: 1.7rem;
    width: 100%;
    z-index: 100000;
    /* border-bottom: 1px solid #eee; */
  }

  .nav a {
    /* width: 20%; */
    flex: 1;
  }

  .list_item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
  }

  .list_item dt {
    display: flex;
    margin-right: 3.9%;
    width: 30.655%;
    height: 0.6rem;
    overflow: hidden;
    border-radius: 5px;
  }

  .list_item.video dd span {
    display: none;
  }

  .list_item dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .list_item dd {
    flex: 1;
    width: 100%;
  }

  .list_item dd p {
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .list_item:hover dd p {
    color: #E60012;
  }

  .list_item dd span {
    display: none;
    color: #999;
  }



  .two .list_item {
    float: left;
    width: 48%;
    height: 1.28rem;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 4%;
  }

  .two .list_item dd p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 0.05rem;
    font-size: 14px;
    line-height: normal;
  }

  .two .list_item:nth-child(2n+1):after {
    width: 204%;
  }

  .two .list_item:nth-child(2n) {
    margin-right: 0;
  }

  .two .list_item dt {
    width: 100%;
    height: 0.8rem;
    margin: 0;
  }

  .dy {
    height: auto;
    padding: 0.12rem 0.15rem 0.1rem 0.15rem;
    border: none;
    font-size: 0.12rem;
  }

  .dy h2 {
    position: static;
    float: left;
    margin-left: 0;
    margin-right: 0.15rem;
    width: 0.5rem;
    height: 0.8rem;
  }

  .dy p {
    position: static;
    width: auto;
    height: auto;
    line-height: 1.4;
    font-size: 15px;
    text-align: justify;
  }

  .top {
    margin: 15px;
    width: auto;
    padding: 15px 25px;
  }

  .top h4 {
    font: bold 16px/22px "Microsoft YaHei";
  }

  .top p {
    font: 12px/20px "Microsoft YaHei";
  }

  .text_list {
    margin: 10px 0;
  }

  .text_list li {
    float: none;
    width: 100%;
    height: 34px;
    font: 14px/34px "Microsoft YaHei";
  }

  .img_slide {
    height: 1.5rem;
  }

  .img_slide li p {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .flex-direction-nav {
    display: none;
  }

  .flex-control-nav {
    bottom: 30px;
  }

  .flex-control-nav li {
    margin: 0 5px;
  }

  .flex-control-nav li a {
    width: 10px;
    height: 10px;
  }

  .main_tit h4 {
    font-size: 0.14rem;
    margin-top: 5px;
    line-height: 0;
    padding: 0.15rem;
  }

  .main_tit::before {
    left: 0.15rem;
    width: 0.04rem;
    height: 0.14rem;
  }

  .img_slide3 {
    padding-top: 0.06rem;
    height: 1.5rem;
    margin-bottom: 0.1rem;
  }

  .img_slide3 li .img {
    height: 0.8rem;
  }

  .mr_frbox {
    padding: 0 0.2rem;
  }

  .mr_frUl {
    overflow: hidden;
  }

  .mr_frUl ul li {
    margin-left: 0.1rem;
    width: 1.25rem;
  }

  .img_slide3 li p {
    padding-top: 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
  }

  .mr_frBtnL {
    left: 5px;
    width: 20px;
    height: auto;
  }

  .mr_frBtnR {
    right: 5px;
    width: 20px;
    height: auto;
  }
}

.form_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.form_box .post_form {
  width: 100%;
  /* margin: 0 auto; */
}

.form_box .post_form h1 {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.form_box .post_form p {
  font-size: 12px;
  line-height: 150%;
  color: #666;
}

.form_box .post_form tbody {
  font-size: 14px;
}

.form_box .post_form tbody td {
  padding: 3px 9px;
}

.form_box .post_form tbody .intxt {
  border: 1px solid #ccc;
  background-color: #eee;
  resize: none;
  height: 30px;
  width: 100%;
  padding: 0 5px;
}

.form_box .post_form tbody .textarea {
  height: 110px;
  resize: none;
  border: 1px solid #ccc;
  background-color: #eee;
  width: 100%;
  padding: 5px;
}

.form_box .post_form tbody .btn {
  width: 105px;
  height: 34px;
  background: #a51212;
  cursor: pointer;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.form_box .res_box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form_box .res_box h1 {
  font-size: 16px;
  padding: 10px 0;
}

.form_box .res_box .fb {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}

.form_box .res_box .fb dd {
  line-height: 150%;
  font-size: 12px;
}

.form_box .res_box .fb dt {
  padding: 0px;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 14px;
  list-style-type: none;
  font-family: '微软雅黑', '黑体', '宋体';
  color: #484848;
}

.form_box .res_box .fb dt:last-child {
  margin-bottom: 0;
}

.form_box .res_box .fb dt b {
  font-size: 14px;
}

.form_box .res_box .fb dt span {
  font-size: 14px;
  color: #a51212;
}