@charset "UTF-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
* {
  font-family: "Microsoft YaHei";
}

html {
  font-size: 62.5%;
  background: white;
  color: black;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
  font-size: 14px;
}

/*input,select,textarea {
    font-size:100%;
}*/
/* 去掉 table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ie bug：th 不继承 text-align */
th {
  text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
  border: none;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: none;
  font-variant: normal;
}

/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

/* 去掉列表前的标识，li 会继承 */
ol,
ul {
  list-style: none;
}

/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
  text-align: left;
}

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: "";
}

/* 统一上标和下标 */
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 让链接在 hover 状态下显示下划线 */
/*a:hover {
    text-decoration:underline;
}*/
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}

/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
  outline: none;
}

a {
  color: #1a1a1a;
}

img {
  /*max-width: 100%;*/
  border: 0px;
  vertical-align: top;
  border: none;
}

input {
  border: none;
  appearance: none;
  -moz-appearance: none;
  outline: none;
  /** input标签聚焦不出现默认边框: **/
  -webkit-appearance: none;
  /** 用于IOS下移除原生样式 **/
}

button {
  border: 0;
  background-color: none;
  outline: none;
  -webkit-appearance: none;
  /** 用于IOS下移除原生样式 **/
}

select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
  padding-right: 14px;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
  display: none;
}

.block {
  display: block;
}

/* 设置浮动，减少浮动带来的 bug */
.fl,
.fr {
  display: inline;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* ---------------------------------------------------------------- */
html {
  min-width: 1340px;
}

body {
  min-width: 1340px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Microsoft YaHei", Arial, Verdana, Helvetica, sans-serif;
  background-color: #fffdfe;
  background: url("4175033.png") no-repeat;
  background-size: 100% 100%;
}

.img, .wrap .main-one .main-swiper .swiper-container .swiper-slide a img:hover, .wrap .main-two .main-swiper .swiper-container .swiper-slide a img:hover {
  transform: scale(1.1);
  transition: all 1s;
}

.w1340 {
  width: 1340px;
  margin: 0 auto;
  overflow: hidden;
}

.w1110 {
  width: 1110px;
  margin: 0 auto;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 300px;
}
.header .w1340 {
  position: relative;
  height: 100%;
}
.header .w1340 a {
  position: absolute;
  display: block;
}
.header .w1340 a.logo-left {
  width: 424px;
  height: 63px;
  top: 60px;
  left: 35px;
}
.header .w1340 a.logo-right {
  width: 92px;
  height: 26px;
  top: 80px;
  right: 190px;
}

.logo .w1110 {
  position: relative;
  height: 85px;
}
.logo .w1110 div {
  position: absolute;
  width: 50%;
  height: 100%;
  opacity: 0;
}
.logo .w1110 div img {
  width: 100%;
  height: 100%;
}
.logo .w1110 div.left {
  -webkit-animation: leftRun 1s ease forwards;
          animation: leftRun 1s ease forwards;
}
.logo .w1110 div.right {
  -webkit-animation: rightRun 1s ease forwards;
          animation: rightRun 1s ease forwards;
}
@-webkit-keyframes leftRun {
  0% {
    left: -555px;
    opacity: 0;
  }
  90% {
    left: 20px;
    opacity: 0.8;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes leftRun {
  0% {
    left: -555px;
    opacity: 0;
  }
  90% {
    left: 20px;
    opacity: 0.8;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes rightRun {
  0% {
    right: -555px;
    opacity: 0;
  }
  90% {
    right: 20px;
    opacity: 0.8;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes rightRun {
  0% {
    right: -555px;
    opacity: 0;
  }
  90% {
    right: 20px;
    opacity: 0.8;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

.w1543 {
  width: 1543px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 75px;
  -webkit-animation: show 4s ease-out forwards;
          animation: show 4s ease-out forwards;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.w959 {
  width: 959px;
  height: 210px;
  margin: 0 auto;
  overflow: hidden;
}

.wrap {
  position: relative;
  width: 100%;
  height: 1780px;
  margin-top: 100px;
  margin-bottom: 30px;
}
.wrap .w980 {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
.wrap .w980 .title .top-title {
  width: 738px;
  height: 68px;
  margin: 0 auto;
}
.wrap .w980 .title .top-title img {
  width: 100%;
  height: 100%;
}
.wrap .w980 .title .more {
  text-align: left;
}
.wrap .w980 .title .more a {
  font-size: 20px;
  font-family: "SourceHanSansSC";
  color: #727171;
}
.wrap .w980 .title .more-right {
  text-align: right;
}
.wrap .main-one, .wrap .main-two {
  position: absolute;
  width: 100%;
  height: 45%;
  top: 0;
  z-index: 2;
}
.wrap .main-one .main-swiper, .wrap .main-two .main-swiper {
  position: absolute;
  width: 1684px;
  height: 776px;
  top: 110px;
  left: 0;
  background: url("4175039.png") no-repeat;
}
.wrap .main-one .main-swiper .swiper-container, .wrap .main-two .main-swiper .swiper-container {
  width: 1020px;
  height: 491px;
  padding: 0 130px 0 110px;
  top: 50%;
  right: -157px;
  transform: translateY(-45%);
}
.wrap .main-one .main-swiper .swiper-container::before, .wrap .main-two .main-swiper .swiper-container::before {
  position: absolute;
  content: "";
  background-color: #f9ede4;
  width: 93px;
  height: 500px;
  top: -3px;
  left: 0;
  z-index: 999;
}
.wrap .main-one .main-swiper .swiper-container::after, .wrap .main-two .main-swiper .swiper-container::after {
  position: absolute;
  content: "";
  background-color: #f9ede4;
  width: 115px;
  height: 500px;
  top: -3px;
  right: 0;
  z-index: 999;
}
.wrap .main-one .main-swiper .swiper-container .swiper-slide, .wrap .main-two .main-swiper .swiper-container .swiper-slide {
  width: 276px;
  height: 491px;
}
.wrap .main-one .main-swiper .swiper-container .swiper-slide a, .wrap .main-two .main-swiper .swiper-container .swiper-slide a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrap .main-one .main-swiper .swiper-container .swiper-slide a img, .wrap .main-two .main-swiper .swiper-container .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap .main-one .main-swiper .swiper-container .swiper-button-next, .wrap .main-two .main-swiper .swiper-container .swiper-button-next, .wrap .main-one .main-swiper .swiper-container .swiper-button-prev, .wrap .main-two .main-swiper .swiper-container .swiper-button-prev {
  background: url("4175041.png") no-repeat;
  width: 32px;
  height: 56px;
  z-index: 999999;
}
.wrap .main-one .main-swiper .swiper-container .swiper-button-prev, .wrap .main-two .main-swiper .swiper-container .swiper-button-prev {
  background: url("4175035.png") no-repeat;
}
.wrap .main-two {
  top: auto;
  bottom: 0;
  right: 0;
}
.wrap .main-two .main-swiper {
  width: 1653px;
  left: auto;
  right: 0;
  background: url("4175045.png") no-repeat;
}
.wrap .main-two .main-swiper .swiper-container {
  right: 93px;
}
.wrap .main-two .w980 {
  width: 1224px;
}
.wrap .main-two .w980 .title .top-title {
  width: 863px;
  height: 68px;
}
.wrap::after {
  position: absolute;
  content: "";
  width: 1419px;
  height: 931px;
  border: 3px dashed #a64038;
  top: 470px;
  left: 140px;
}

.hide-after::after {
  position: inherit;
  content: "";
}

/* ---------------list------------------- */
.list-content {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 20px;
  overflow: hidden;
}
.list-content .w1258 {
  padding: 20px;
  box-shadow: 0px 0px 25px 6px rgba(242, 246, 248, 0.6);
  border-radius: 15px;
  background: #fff;
}
.list-content .w1258 .url-nav {
  position: relative;
  float: left;
  width: 100%;
  height: 20px;
  margin: 25px 0px;
  padding: 0px 0px 15px 0px;
  border-bottom: solid 1px #999;
  font-size: 16px;
  color: #1a1a1a;
  text-indent: 1em;
}
.list-content .w1258 .url-nav a {
  color: #1a1a1a;
}
.list-content .w1258 .news-box {
  width: 100%;
  min-height: 600px;
  overflow: hidden;
}
.list-content .w1258 .news-box ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.list-content .w1258 .news-box ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: url("#") left no-repeat;
}
.list-content .w1258 .news-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.list-content .w1258 .news-box ul li a span {
  font-size: 16px;
  text-indent: 2em;
  color: #1a1a1a;
}
.list-content .w1258 .news-box .page {
  width: 100%;
  height: 40px;
  margin: 20px 0;
  line-height: 40px;
  text-align: center;
}
.list-content .w1258 .news-box .page .font {
  display: inline-block;
  width: auto;
  min-width: 30px;
  padding: 0 5px;
  height: 40px;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #bc0000;
  font-size: 18px;
  color: #fff;
}
.list-content .w1258 .news-box .page a {
  display: inline-block;
  width: auto;
  min-width: 40px;
  padding: 0 5px;
  height: 40px;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 18px;
  color: #ccc;
}

/* -------------文章---------------- */
.w1258 {
  width: 1258px;
  margin: 0 auto;
  overflow: hidden;
}

.list-content .w1258 .content-wz p {
  padding: 5px 0;
  font-size: 18px;
  text-indent: 2em;
}
.list-content .w1258 .content-wz p img {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.list-content .w1258 .content-wz .wz-title {
  width: 100%;
  line-height: 45px;
  font-size: 24px;
  text-align: center;
}
.list-content .w1258 .content-wz .fb-time {
  width: 100%;
  padding: 20px 0px 15px 0px;
  overflow: hidden;
  text-align: center;
  border-bottom: solid 1px #999;
}
.list-content .w1258 .content-wz .fb-time span {
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */