* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
:after,
:before {
  box-sizing: border-box;
}
@font-face {
     font-family: "../font/A思源黑体—02";
     src: url("../fonts/a思源黑体—02.woff2") format("woff2"),
     url("../fonts/a思源黑体—02.woff") format("woff"),
     url("../fonts/a思源黑体—02.ttf") format("truetype"),
     url("../fonts/a思源黑体—02.eot") format("embedded-opentype"),
     url("../fonts/a思源黑体—02.svg") format("svg");
    }
html,
body {
   font-family: "A思源黑体—02";
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
/*img { max-width: 100%; max-height: 100%; }*/
address,
caption,
cite,
code,
dfn,
/*em,
strong,*/
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* div塌陷 clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix {
  *zoom: 1;
}
a {
  text-decoration: none;
  color: #333;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #ff2913;
}
button[disabled] {
  cursor: not-allowed !important;
}
input {
  outline: none !important;
}
:focus {
  outline: none;
}
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot');
  /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  #searchValue{
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .as-width > .header > .containers {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }

  .as-width > .header > .container {
    width: 100%;
    padding: 0 20px;
  }

  .menu-container {
    height: 80px;
  }
  .as-width > .menu > .menu-container > .icon {     height: 80px;     padding-top: 30px;     width: 300px;     padding-left: 16px;   } {
    height: 80px;
    padding-top: 30px;
    width: 300px;
    padding-left: 16px;
  }
}
.w-chat {
  font-size: 0;
  padding-left: 20px;
  background-color: #ccc;
}

.tv-footer {
  width: 100%;
  background: #595d60;
}
.tv-footer-container {
  margin: 0 auto;
  color: #fff;
  width: 1200px;
}

.tv-footer-r {
  float: right;
  padding-top: 51px;
  max-width: 600px;
}
.tv-footer-r > p {
  font-size: 14px;
  padding-bottom: 5px;
}
.tv-footer-r > p > a {
  color: #fc5240;
  text-decoration: underline;
}
.tv-footer-r > p:first-child,
.right > p:nth-child(3) {
  margin-bottom: 16px;
}
.tv-footer-r > p:nth-child(2),
.right > p:nth-child(4) {
  margin-bottom: 8px;
}
.hp-bt {
  display: none;
  width: 100%;
}
.ft-tab {
  height: 54px;
  line-height: 54px;
  width: 100%;
  padding-left: 20px;
  border-top: 1px solid #e5e5e5;
  background-color: #ccc;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .tv-footer-container {
    width: 100%;
    display: none;
  }

  .hp-bt {
    display: block;
  }

  /* .swiper-slide > .list {
    height: 200px;
  } */
  .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 772px) {

}
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #dd2211;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover .line {
  background-color: #dd2211;
}
.hamburger:hover {
  cursor: pointer;
}
.pop-up {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in;
  z-index: 9999;
}
.p-top {
  height: 58px;
  line-height: 58px;
  color: #dd2211;
  padding-left: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.p-fl {
  float: left;
  height: 58px;
}
.p-f > a {
  display: block;
}
.p-fl a {
  color: #dd2211;
  font-size: 20px;
}
.p-nav {
  float: left;
  height: 58px;
}
.p-nav a {
  color: #303133;
  font-size: 14px;
  margin-left: 4px;
}
.p-top > i {
  float: right;
  font-size: 36px;
  color: #333;
  margin-right: 16px;
  margin-top: 10px;
  cursor: pointer;
}
.d-c {
  width: 100%;
}
.d-c > li {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #e5e5e5;
  padding-left: 40px;
}
.d-c > li.active {
  padding-left: 20px;
}
.d-c > li.active > .d-t {
  color: #dd2211;
}
.d-t > i {
  margin-left: 20px;
}
.p-top > .jump {
  font-size: 14px;
  color: #303133;
  margin-right: 10px;
  margin-top: 24px;
}
.modal {
  /*display: block;*/
  right: 0;
}
/*关闭图标*/
.close {
  float: right;
  position: relative;
  margin: 16px;
  width: 24px;
  height: 24px;
  background: white;
  cursor: pointer;
  box-sizing: border-box;
}
.close:hover::before,
.close:hover::after {
  background: red;
}
.close:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 25px;
  background: #666666;
  transform: rotate(45deg);
  top: -3px;
  left: 11px;
}
.close:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 25px;
  background: #666666;
  transform: rotate(-45deg);
  top: -3px;
  left: 11px;
}
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.list_dt {
  background: #dd2211;
  color: white;
  width: 100%;
  padding: 0 40px 0 20px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #dd2211;
}
.list_dt:hover {
  background: #dd2211;
}
.list_dt:hover ._after {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #dd2211;
}
#open {
  background: #dd2211;
}
#open ._after {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #dd2211;
}
.list_dt_icon {
  position: absolute;
  right: 10px;
  top: 11px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/off.png") no-repeat;
  background-size: cover;
}
#open .list_dt_icon {
  background: url("../images/open.png") no-repeat;
  background-size: cover;
}
.list_dd {
  display: none;
}
.list_li {
  background: #4e4e4e;
  list-style-type: none;
  color: white;
  width: 100%;
  padding: 0 30px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  border-bottom: 1px solid #6b6b6b;
}
.list_li > a {
  color: #ccc;
}
.container {
  width: 100%;
  background-color: #fff;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide > img {
  width: 100%;
  height: auto;
}

.container > .r-img img{max-width: 100%;}

.container > .content {
    width: 100%;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 99999999999;
    background-color: #fff;
}
.container > .content > .top {
    width: 1200px;
    margin: 0 auto;
    height: 82px;
    line-height: 82px;
    padding-top: 0px;
}
.container > .content > .top > .bread {
  position: relative;
  padding-left: 38px;
}
.container > .content > .top > .bread > img {
  position: absolute;
  top: 26px;
  left: 0;
  height: 30px;
  width: 30px;
}
.container > .content > .top > .next-menu {
    height: 84px;
    line-height: 84px;
    position: relative;
}
.container > .content > .top > .next-menu > .item {
  min-width: 108px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin:0 5px ;
  height: 84px;
}
.container > .content > .top > .next-menu > .item > i {
  position: absolute;
  font-size: 28px;
  top: 0;
  left: 0px;
}
.container > .content > .top > .next-menu > .item:hover {
  color: #da251d;
}
.container > .content > .top > .next-menu > .item:hover > i {
  color: #da251d;
}
.container > .content > .top > .next-menu > .item.active {
color: #da251d;
    border-bottom: 4px solid #da251d;
}
.container > .content > .top > .next-menu > .l-p {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 6px;
  width: 108px;
  background-color: #da251d;
}
.container > .main {
  width: 100%;
}
.container > .main > .tool {
  width: 1200px;
  margin: 0 auto;
}
.container > .main > .tool > .tool-t {
  margin-top: 64px;
  font-size: 30px;
  padding-left:10px;
  border-left: 3px solid #da251d;
}
.container > .main > .v-d {
  width: 1200px;
  margin: 0 auto 30px;
  padding-top: 52px;
}
.container > .main > .v-d img{max-width: 100%;
    height: auto !important;}
.container > .main > .cont{line-height: 2}
.container > .main > .v-d > .d-t {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.container > .main > .v-d > .seach{
    width: 100%;
  /*height: 54px;*/
  line-height: 54px;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.container > .main > .v-d > .seach .seach-img{width: 150px;float: left;height: 150px;}

.container > .main > .v-d > .seach .seach-img img{width: 100%;height: 100%}
.container > .main > .v-d > .seach .seac_cen{    width: calc(100% - 170px);}
.container > .main > .v-d > .seach .seac_cen:hover .seach-name{    color: #da251d; }
.container > .main > .v-d > .seach .dse{    width: 100%; float: left; height: 70px; line-height: 35px;-webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; overflow: hidden;}

.container > .main > .v-d > .seach .seach-name {
      width: calc(100% - 200px);
  overflow: hidden;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
font-size: 18px;
}
.container > .main > .v-d > .seach .seach-date {
  width: 115px;
 
  font-size: 16px;
  color: #999;
}

.container > .main > .v-d > .d-t > .d-name {
  width: 55%;
  overflow: hidden;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.container > .main > .v-d > .d-t > .d-names {
  width: 20%;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.container > .main > .v-d > .d-t > .d-date {
  width: 20%;
  padding-right: 52px;
  font-size: 16px;
  color: #999;
}
.container > .main > .v-d > .d-t > .d-size {
  width: 14%;
  font-size: 16px;
  color: #999;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.container > .main > .v-d > .d-t > .d-download {
  width: 9%;
  position: relative;
  height:100%;
}
.container > .main > .v-d > .d-t > .d-download > .d-load {
  position: absolute;
  top: 12px;
  left:54px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #999999;
}
.container > .main > .v-d > .d-t > .d-download > .d-l > i {
  position: absolute;
  top: -13px;
  left: 4px;
  font-size: 24px;
  color: #fff;
}
.container > .main > .v-d > .d-t:hover {
  color: #da251d;
}
.container > .main > .v-d > .d-t:hover > div {
  color: #da251d;
}
.container > .main > .v-d > .d-t:hover .d-load {
  background-color: #da251d;
}
.container > .r-img {
  width: 100%;
}
.container > .r-img > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .container > .main {
    padding: 0 20px;
  }
  .container > .content > .top {
    width: 100%;
  }
  .container > .main > .tool {
    width: 100%;
  }
  .container > .main > .v-d {
    width: 100%;
  }
  .page-wrap{
     width:100%!important;   
  }
}
@media screen and (max-width: 992px) {
  .container > .content > .top > .bread {
    display: none;
  }
  .container > .content > .top > .next-menu > .item {
    width: 50%;
        height: 55px;
    margin: 0;
  }
  .container > .content > .top > .next-menu {
     float: none;
    height: auto;
    line-height: 68px;
    padding-left: 20px;
  }
  .container > .main > .tool > .tool-t {
    padding-top: 30px;
    padding-left: 20px;
  }
  .container > .main > .v-d > .d-t > .d-name {
    width: 80%;
    padding-left: 5%;
  }
  .container > .main > .v-d > .d-t > .d-names {
    width: 80%;
  }
  .container > .main > .v-d > .d-t > .d-date {
    display: none;
  }
  .d-title{
    display: none;
  }
  .container > .main > .v-d > .d-t > .d-size {
    display: none;
  }
  .container > .content > .top > .next-menu > .item > img {
    position: absolute;
    top: 20px;
    left: 10px;
  }

  .container > .main > .v-d > .d-t > .d-download > .d-load{
    left:16px;
  }
}
@media screen and (max-width: 520px) {
  .headSearch{
    display: none;
  }

}
/*分页*/
.page-wrap{
  width: 100%;
    max-width:1200px;
    margin:0 auto;
}
.pagination{
    display: flex;
    justify-content: center;
    padding:20px 0;
    width:100%;
}

.pagination>a{
text-align: center;
    font-size: 16px;
    margin: 0px 1px;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #d5d5d5;
    line-height: 16px;
}

.pagination .current{
    background-color: #da251d;
    color: #fff;
}
/*# sourceMappingURL=data.css.map */


#pages{max-width: 1400px;margin: auto;text-align: center;padding: 30px 0}
#pages a,#pages span{   padding: 2px 7px; background: #f9f9f9; border: 1px solid #eee;} 
#pages span{color: #fff; background: #da251d;}
