﻿* {
  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;
  }
}

.cycle {
  width: 100%;
  background-color: #f6f6f6;
  padding-top: 24px;
}
.cycle > .content {
  width: 1200px;
  margin: 0 auto;
  /*padding: 0 50px;*/
  padding-top: 5px;
}
.cycle > .content .n-c{line-height: 2}
.cycle > .content > img {
  height: auto;
  width: 100%;
}
.cycle > .content > .n-t {
  color: #333;
  font-weight: bold;
  line-height: 32px;
  font-size: 32px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 20px;
}
 .cycle > .bottom {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 62px 32px 34px;
}
 .cycle > .bottom > .fl > a {
  font-size: 14px;
  line-height: 14px;
  color: #333;
  display: block;
  cursor: pointer;
}
 .cycle > .bottom > .fl > a:first-child {
  margin-bottom: 30px;
}
 .cycle > .bottom > .fr {
  padding: 14px;
  font-size: 14px;
  line-height: 14px;
  padding-left: 44px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
  color: #fff;
}
 .cycle > .bottom > .fr > img {
  position: absolute;
  top: 12px;
  left: 14px;
}
.new-title{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.new-title>div{
   position: relative;
   padding:0 23px;
}
.new-title>div>img{
  position: absolute;
   top:3px;
  left:0;
}
.new-title>.new-time>img{
   top:2px;
}
@media screen and (max-width: 767px) {
  .as-width > .menu > .menu-container {
    width: 100%;
  }
  .as-width > .header > .containers {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
  .as-width > .menu > .menu-container {
    width: 100%;
  }
  .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;
  }
.container > .c-main > .c-content > .link-g > .h-list > .h-b{     padding: 15px 40px 15px 20px!important;}
  /* .swiper-slide > .list {
    height: 200px;
  } */
  .header {
    padding: 0 20px;
  }
  .cycle > .content {
    width: 100%;
  }
  .cycle > .bottom {
    width: 100%;
  }
}
@media screen and (max-width: 772px) {

   .cycle > .content {
    width: 100%;
    padding-left:20px;
    padding-right:20px;
  }
}
#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;
}
.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;
}
.swiper-slide > .word {
  position: absolute;
  top: 50%;
  left: 56%;
  width: 448px;
  color: #fff;
  transform: translate(0, -50%);
}
.swiper-slide > .word > .one {
  font-size: 40px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  text-align: left;
}
.swiper-slide > .word > .two {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  color: #fff;
  text-align: left;
  margin-top: 40px;
}
.container {
  width: 100%;
}
.container > .c-menu {
  width: 100%;
  background-color: #fff;
}
.container > .c-menu > .v-nav {
  width: 1200px;
  margin: 0 auto;
}
.container > .c-menu > .v-nav > .v-c-c {
  display: flex;
  height: 60px;
  line-height: 60px;
}
.container > .c-menu > .v-nav > .v-c-c > div {
  padding: 0 60px;
  flex: 1;
  text-align: center;
}
.container > .c-main {
  width: 100%;
  background-color: #f6f6f6;
}
.container > .c-main > .c-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 42px;
  padding-bottom: 80px;
}
.container > .c-main >.title {
  margin-left:50px; 
}
.container > .c-main > .c-content > .c-r {
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 48px;
  color: #333;
}
.container > .c-main > .c-content > .c-tool {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-top: 52px;
  margin-bottom: 42px;
  font-weight: bold;
}
.container > .c-main > .c-content > .c-list {
  width: 100%;
}
.container > .c-main > .c-content > .c-list .c-l {
  width: 100%;
  height: 60px;
  line-height: 60px;
  /*padding-left: 30px;*/
}
.container > .c-main > .c-content > .c-list .c-l > .title {
  width: 800px;
  position: relative;
  padding-left: 30px;
}
.container > .c-main > .c-content > .c-list .c-l > .title > img {
  position: absolute;
  top: 16px;
  left: 6px;
}
.container > .c-main > .c-content > .c-list .c-l > .time {
  width: 114px;
}
.container > .c-main > .c-content > .c-list .c-l > div {
  float: left;
}
.container > .c-main > .c-content > .c-key {
  width: 100%;
  margin-top: 56px;
  margin-bottom: 48px;
}
.container > .c-main > .c-content > .c-key > .c-l-c {
  width: 50%;
  height: 320px;
}
.container > .c-main > .c-content > .c-key > .c-l-c > img {
  width: 100%;
  height: 100%;
}
.container > .c-main > .c-content > .c-key > .c-w {
  padding: 84px 60px 0 78px;
  background-color: #f0f0f0;
}
.container > .c-main > .c-content > .c-key > .c-w > .c-top {
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  color: #333;
  text-align: center;
}
.container > .c-main > .c-content > .c-key > .c-w > p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-top: 32px;
}
.container > .c-main > .c-content > .c-key > .c-w > .c-more {
  height: 48px;
  width: 154px;
  color: #d8261b;
  border: 1px solid #d8261b;
  text-align: center;
  line-height: 48px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 48px;
}
.container > .c-main > .c-content > .link-g {
  padding-bottom: 48px;
  margin-top: 60px;
}
.container > .c-main > .c-content > .link-g > .h-list {
  width: 271px;
  margin-right: 38px;
  box-shadow: 0 0 5px 2px #ccc;
  margin-bottom: 38px;
}
.container > .c-main > .c-content > .link-g > .h-list > .h-top {
  width: 100%;
  background-color: #fff;
}
.container > .c-main > .c-content > .link-g > .h-list > .h-top > img {
  width: 100%;
  height: 100%;
}
.container > .c-main > .c-content > .link-g > .h-list > .h-b {
  width: 100%;
  height: 146px;
  background-color: #f8f8f8;
  padding: 30px 40px 30px 20px;
}
.container > .c-main > .c-content > .link-g > .h-list > .h-b > .h-t {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
}
.container > .c-main > .c-content > .link-g > .h-list > .h-b > p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  display: -webkit-box;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-moress{
      height: 48px;
    width: 154px;
    color: #d8261b;
    border: 1px solid #d8261b;
    text-align: center;
    line-height: 48px;
    border-radius: 24px;
    margin: 0 auto;
}
.container > .c-main > .c-content > .link-g > .h-list:nth-child(4) {
  margin-right: 0;
}
.container > .c-main > .c-content > .v-d {
  width: 1200px;
  margin: 0 auto;
  /* padding-top: 10px; */
  margin-bottom: 60px;
}
.container > .c-main > .c-content > .v-d > .d-t {
  width: 100%;
  height: 140px;
  line-height: 140px;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  color: #333333;
}
.container > .c-main > .c-content > .v-d > .d-t > .d-name {
  /* width: 50%; */
  width:800px;
  height: 140px;
  line-height: 140px;
  /* padding-top: 10px; */
  padding-left:10px;
}
.container > .c-main > .c-content > .v-d > .d-t > .d-date {
  /* width: 30%; */
  width:114px;
  font-size: 16px;
}
.container > .c-main > .c-content > .v-d > .d-t > .d-size {
  width: 9%;
  font-size: 16px;
  color: #999;
}
.container > .c-main > .c-content > .v-d > .d-t > .d-download {
  width: 9%;
  position: relative;
}
.container > .c-main > .c-content > .v-d > .d-t > .d-download > .d-l {
  position: absolute;
  top: 12px;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.container > .c-main > .c-content > .v-d > .d-t:hover {
  color: #da251d;
}
.container > .c-main > .c-content > .v-d > .d-t:hover > div {
  color: #da251d;
}
.container > .c-main > .c-content > .l-all {
  width: 140px;
  line-height: 40px;
  border: 1px solid #e67e7a;
  color: #e67e7a;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
#scroll {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
.d-title{
  width:1200px;
  margin: 0 auto;
  /*padding: 0 50px;*/
  text-align: center;
}
.d-title>img{
  max-width: 560px;
  height:auto;
}
.d-title>.title{
  width:100%;
  color:#dd2211;
}
@media screen and (max-width: 767px) {
  .container > .c-main > .c-content > .c-tool {
    padding: 0 20px;
  }
  .container > .c-main > .c-content {
    width: 100%;
  }
  .container > .c-main  > .title {
      margin-left: 15px;
  }
  .container > .c-main > .c-content > .v-d > .d-t > .d-name{
    width: 70%;
    overflow: hidden;
  }
  .container > .c-main > .c-content > .c-list .c-l > .title {
    width: 70%;
  }
  
  
  .container > .c-main > .c-content > .v-d {
    /* padding: 0 20px; */
    width: 100%;
    /* padding-left:30px; */
  }
  .container > .c-main > .c-content > .c-key > .c-l-c > img {
    width: 100%;
  }
  .container > .c-menu > .v-nav {
    width: 100%;
  }
  .container > .c-menu > .v-nav > .v-c-c {
    margin-left: 0;
    transform: translate(0, 0);
  }
  .container > .c-menu > .v-nav > .v-c-c > div {
    padding: 0;
    width: 33%;
    text-align: center;
  }
  .container > .c-main > .c-content > .c-key {
    padding: 0 20px;
  }
  .container > .c-main > .c-content > .link-g {
    padding: 0 20px;
  }
  .container > .c-main > .c-content > .link-g > .h-list{
    margin-right:0;
    width:50%;
  }
   .d-title{
    width:100%;
  }
}
.mobile-show{
  display: none;
}
.mobile-hiddle{
  display: block;
}
@media screen and (max-width: 992px) {
  .container > .c-main > .c-content > .link-g > .h-list {
    width: 100%;
    margin-right: 0;
    height:auto;
  }
  .container > .c-main > .c-content > .link-g > .h-list > .h-top{
    height:auto;
  }
  .mobile-show{
    display: block;
  }
  .mobile-hiddle{
    display: none;
  }
  .container > .c-main > .c-content > .v-d > .d-t > .d-date {
    padding-right: 0;
    display: none;
  }
  .container > .c-main > .c-content > .v-d > .d-t > .d-size {
    width: 40%;
  }
  .container > .c-main > .c-content > .c-key > .c-l-c {
    width: 100%;
    height: auto;
  }
  .container > .c-main > .c-content > .c-list .c-l > .time {
    display: none;
  }
  .container > .c-main > .c-content > .c-list .c-l > .title {
    width: 80%;
    overflow: hidden;
    height: 60px;
  }
  .container > .c-main > .c-content > .c-key > .c-w {
    padding: 30px;
  }
  .container > .c-main > .c-content > .c-tool {
    text-align: center;
  }
  .d-title>img{
    width:100%;
  }
  .container > .c-main > .c-content > .v-d > .d-t > .d-name{
    width: 80%;
    overflow: hidden;
  }
}
.download{
  height:32px;
  width:32px;
      position: relative;
}
.download > .d-l {
      width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 14px;
}
 .download > .d-l > i {
      font-size: 24px;
    position: absolute;
    color: #333;
    top: -16px;
    left: 4px;
}
.download:hover >.d-l>i{
  color:#dd2211;
}
@media screen and (max-width: 520px) {
  .headSearch{
    display: none;
  }

}