@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: 1457px;
}
body {
  overflow-x: hidden;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  background: url('3974277.png') no-repeat top center;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.w1317 {
  width: 1317px;
  margin: 0 auto;
  overflow: hidden;
}
.w1145 {
  width: 1145px;
  margin: 0 auto;
  overflow: hidden;
}
.w1155 {
  width: 1155px;
  margin: 0 auto;
  overflow: hidden;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.w1222 {
  width: 1222px;
  margin: 0 auto;
  overflow: hidden;
}

.w1457 {
  width: 1457px;
  margin: 0 auto;
  overflow: hidden;
}

.main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
/* -----------------header----------------------- */
.header {
  position: relative;
  width: 100%;
  height: 950px;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.header .header-one,
.header .header-two,
.header .header-three {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.header-one {
  height: 65px;
  top: 49px;
}

.header-one .w1457 {
  position: relative;
  height: 65px;
}

.header-one a {
  position: absolute;
  display: block;
  width: 456px;
  height: 65px;
  top: 0;
  left: 0;
}
.header-one a img {
  width: 100%;
  height: 100%;
}

.header-two {
  height: 84px;
  top: 250px;
}

.header-two .w1145 {
  position: relative;
  height: 84px;
}

.header-two .headerTwo-one-img,
.header-two .headerTwo-two-img {
  position: absolute;
  width: 526px;
  height: 84px;
  top: 0;
}

.header-two .headerTwo-one-img img,
.header-two .headerTwo-two-img img {
  width: 100%;
  height: 100%;
}

.header-two .headerTwo-one-img {
  left: 0;
  animation: myfirst 3s;
  -moz-animation: myfirst 3s; /* Firefox */
  -webkit-animation: myfirst 3s; /* Safari and Chrome */
  -o-animation: myfirst 3s; /* Opera */
}

@keyframes myfirst {
  0% {
    left: -526px;
    top: -84px;
  }
  100% {
    left: 0;
    top: 0;
  }
}

@-moz-keyframes myfirst /* Firefox */ {
  0% {
    left: -526px;
    top: -84px;
  }
  100% {
    left: 0;
    top: 0;
  }
}

@-webkit-keyframes myfirst /* Safari and Chrome */ {
  0% {
    left: -526px;
    top: -84px;
  }
  100% {
    left: 0;
    top: 0;
  }
}

@-o-keyframes myfirst /* Opera */ {
  0% {
    left: -526px;
    top: -84px;
  }
  100% {
    left: 0;
    top: 0;
  }
}

.header-two .headerTwo-two-img {
  right: 0;
  animation: myfirst2 3s;
  -moz-animation: myfirst2 3s; /* Firefox */
  -webkit-animation: myfirst2 3s; /* Safari and Chrome */
  -o-animation: myfirst2 3s; /* Opera */
}

@keyframes myfirst2 {
  0% {
    right: -526px;
    top: -84px;
  }
  100% {
    right: 0;
    top: 0;
  }
}

@-moz-keyframes myfirst2 /* Firefox */ {
  0% {
    right: -526px;
    top: -84px;
  }
  100% {
    right: 0;
    top: 0;
  }
}

@-webkit-keyframes myfirst2 /* Safari and Chrome */ {
  0% {
    right: -526px;
    top: -84px;
  }
  100% {
    right: 0;
    top: 0;
  }
}

@-o-keyframes myfirst2 /* Opera */ {
  0% {
    right: -526px;
    top: -84px;
  }
  100% {
    right: 0;
    top: 0;
  }
}

.header-three {
  height: 438px;
  top: 477px;
}

.header-three .w1457 {
  position: relative;
  height: 438px;
}

.headerThree-img {
  position: absolute;
  width: 1052px;
  height: 100%;
  top: 0;
  right: 34px;
}
.headerThree-img img {
  width: 100%;
  height: 100%;
}

/* ---------标题-------------- */
.box-title {
  position: relative;
  display: block;
  width: 365px;
  height: 80px;
  font-size: 41px;
  font-family: 'FZY3K';
  color: #b72e22;
}

.box-title span {
  position: absolute;
  display: block;
  /* width: 164px; */
  width: auto;
  height: 54px;
  right: 5px;
  top: 5px;
}

.box-title img {
  position: absolute;
  display: block;
  width: 111px;
  height: 54px;
  right: 200px;
  top: 0;
}

.box-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 365px;
  height: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b72e22;
}

/* 列表 */
.box-content ul li {
  overflow: hidden;
  margin-top: 21px;
  background: url('3974281.png') left no-repeat;
}
.box-content ul li a {
  display: block;
  padding-left: 30px;
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  color: #1a1a18;
}

.box-content-top {
  border-bottom: 1px dotted #bf6745;
}

.box-content-top .box-content-top-title {
  display: block;
  width: 415px;
  padding: 20px 0;
  font-size: 25px;
  font-family: 'Adobe Heiti Std';
  font-weight: bold;
  color: #000;
}
.box-content-top p {
  display: block;
  width: 488px;
  padding-bottom: 13px;
  line-height: 24px;
  font-size: 17px;
  font-family: 'YouYuan';
  font-weight: bold;
  color: #595757;
}
.box-content-top p .box-content-top-more {
  display: inline-block;
  color: #316ead;
}

/* -----------更多---------- */
.more {
  position: absolute;
  display: block;
  width: 64px;
  height: 15px;
}
.more img {
  width: 100%;
  height: 100%;
}

/* -----------footer-------------------- */
