@charset "utf-8";

/* ^1 --------------------------- global constants -------------------------*/
html,
body,
div,
section,
article,
aside,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
time,
span,
em,
strong,
img,
ol,
ul,
li,
dl,
dt,
dd,
figure,
canvas,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: normal 12px "Microsoft YaHei", "宋体";
  list-style: none;
}

a:link,
a:visited {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

.clearBoth {
  clear: both;
}

.clearBoth15 {
  clear: both;
  height: 15px;
}

.clearBoth12 {
  clear: both;
  height: 12px;
}

.clearBoth20 {
  clear: both;
  height: 20px;
}

.clearBoth30 {
  clear: both;
  height: 30px;
}

.clearBoth10 {
  clear: both;
  height: 10px;
}

.clearBoth5 {
  clear: both;
  height: 5px;
}

.clearBoth2 {
  clear: both;
  height: 2px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*------------------------------------------------*/

.warp {
  overflow: hidden;
  background: url(bg.png) repeat left top;
}

.banner {
  margin: 0 auto;
  width: 100%;
}

.banner img {
  width: 100%;
}

.obit {
  margin: 0 auto;
  position: relative;
}

.obit-bg img {
  width: 100%;
}

.obit-main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.obit-button a {
  display: block;
  overflow: hidden;
  float: left;
  color: #fff;
  background: #a2b8ac;
  border: 4px solid #78a08a;
  border-radius: 10px;
  padding: 2% 2.8%;
  margin: 5% 0 0 0.3rem;
}

.obit-button span {
  margin: 15px 0 0 0;
}

.obit-button a img {
  float: left;
  width: 8rem;
  margin: 10px 20px 0 0;
}

.obit-button a span {
  float: right;
}

.obit-button a span h2 {
  font-size: 3.2rem;
}

.obit-button a span p {
  font-size: 2.2rem;
}

.obit-button a span p em {
  font-size: 2.2rem;
}

.obit-button a:hover {
  color: #fff;
}

.obit-flower {
  bottom: 35%;
  width: 100%;
  position: absolute;
}

.flow-left {
  position: relative;
  left: 0;
  float: left;
  width: 30%;
  text-align: center;
}

.flow-right {
  float: right;
  position: relative;
  right: 0;
  width: 30%;
  text-align: center;
}

.obit-flower img {
  margin: 0 0 0 1%;
}

.obit-bow {
  position: absolute;
  bottom: 0;
  text-align: center;
}

.obit-bow img {
  width: 8%;
}

.ad {
  width: 1200px;
  margin: 0 auto;
}

.title {
  margin: 30px 0;
}

.news {
  margin: 0 auto;
  width: 1200px;
}

.one-new-focus {
  float: left;
  width: 620px;
  height: 380px;
  position: relative;
  overflow: hidden;
}

.one-new-focus .one-new-pic {
  width: 620px;
  height: 380px;
  position: relative;
}

.one-new-focus .one-new-pic li {
  width: 620px;
  height: 380px;
  overflow: hidden;
}

.one-new-focus .one-new-pic li img {
  width: 620px;
  height: 380px;
}

.one-new-focus .txt-bg {
  background: #000;
  bottom: 0;
  height: 40px;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.one-new-focus .txt-title {
  bottom: 0;
  height: 40px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.one-new-focus .txt-title li {
  height: 40px;
  line-height: 40px;
  position: absolute;
}

.one-new-focus .txt-title li a {
  color: white;
  display: block;
  font-size: 16px;
  padding: 0 0 0 10px;
  text-decoration: none;
}

.one-new-focus .one-new-icon {
  bottom: 8px;
  position: absolute;
  right: 8px;
  z-index: 3;
}

.one-new-focus .one-new-icon li {
  cursor: pointer;
  float: left;
  height: 15px;
  line-height: 15px;
  margin-right: 1px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 18px;
}

.one-new-focus .one-new-icon li a,
.one-new-focus .one-new-icon li span {
  color: white;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
}

.one-new-focus .one-new-icon li span {
  background: black;
  opacity: 0.5;
  z-index: 1;
}

.one-new-focus .one-new-icon li.on a,
.one-new-focus .one-new-icon a:hover {
  background: #eb0f0d;
}

.one-new-list {
  width: 580px;
  float: right;
  height: 380px;
  background: #fff;
}

.one-new-header {
  float: right;
}

.one-new-header h2 {
  width: 91px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  color: #4baef1;
  font-size: 16px;
  background: #e5e5e5;
  display: block;
  border-radius: 20px;
}

.one-new-top {
  width: 500;
  margin: 30px 30px 0 30px;
}

.one-new-top h2 a {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.one-new-top h2 a:hover {
  text-decoration: underline;
  color: #eb0f0d;
}

.one-new-top p {
  margin: 15px 0 0 0;
  overflow: hidden;
  padding: 0 0 25px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 15px;
  color: #666;
  line-height: 30px;
  text-indent: 2rem;
}

.one-new-top p a {
  color: #868686;
}

.one-new-top p a:hover {
  color: #eb0f0d;
  text-decoration: underline;
}

.one-new-list ul {
  margin: 0 30px;
}

.one-new-list li {
  line-height: 52px;
}

.one-new-list li a {
  font-size: 16px;
  color: #333;
  line-height: 34px;
  padding: 0 0 0 15px;
  background: url(icon-01.png) no-repeat left center;
}

.one-new-list li a:hover {
  color: #eb0f0d;
  text-decoration: underline;
}

.video {
  width: 1200px;
  margin: 0 auto;
}

.video-main {
  height: 643px;
  width: 1200px;
  background: url(video-bg.png) no-repeat left 0;
}

.video-pic {
  position: relative;
  width: 1108px;
  height: 548px;
  padding: 46px 0 0 42px;
}

.video-pic a {
  display: block;
  width: 1108px;
  height: 548px;
}

.video-pic a img {
  width: 1108px;
  height: 548px;
}

.video-pic span {
  position: absolute;
  left: 10%;
  bottom: 8%;
}

.videos {
  width: 1200px;
  margin: 0 auto;
}

.videos-left {
  width: 909px;
  height: 535px;
  position: relative;
  background: url(icon-25.png) no-repeat left 0;
}

.videos-left a {
  display: block;
  width: 870px;
  height: 490px;
  padding: 20px 17px 0 17px;
}

.videos-left a img {
  width: 870px;
  height: 490px;
}

.videos-left span {
  position: absolute;
  left: 45%;
  bottom: 45%;
}

.videos-left span img {
  width: 57px;
  height: 57px;
}

.videos-right {
  width: 235px;
  text-align: center;
}

.videos-right ul {
  margin: 0 0 5px 0;
}

.videos-right li a {
  width: 235px;
  display: block;
  margin: 8px 0 0 0;
}

.videos-right li a img {
  width: 215px;
  height: 115px;
  padding: 10px;
  display: block;
  background: #e1cfaa;
}

.videos-right li a h2 {
  font-size: 14px;
  color: #313333;
  text-align: center;
  margin: 5px 0 0;
}

.works {
  width: 1200px;
  margin: 0 auto;
}

.drawing-content-left {
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 1;
  width: 65px;
  height: 60px;
  text-align: center;
  padding: 25px 0 0 0;
  background: rgba(0, 0, 0, 0.7);
}

.drawing-content-right {
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 1;
  width: 65px;
  height: 60px;
  text-align: center;
  padding: 25px 0 0 0;
  background: rgba(0, 0, 0, 0.7);
}

.drawing-content-item ul {
  height: 500px;
}

.drawing-content-item li {
  float: left;
  position: relative;
}

.drawing-content-item li.on {
  margin: 0 10px;
}

.heroic {
  height: 772px;
  overflow: hidden;
  background: url(mrg_bg2.png) no-repeat left top;
}

.heroic-column {
  width: 1480px;
  margin: 50px auto 0;
}

.heroic-title {
  width: 100px;
}

.heroic-list {
  width: 1380px;
  margin: 20px 0 0 0;
}

.heroic-list li {
  width: 200px;
  float: left;
  margin: 0 0 0 28px;
  text-align: center;
}

.heroic-list li img {
  width: 200px;
  height: 230px;
}

.heroic-list li h2 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 15px 0 0 0;
}

.martyr li {
  margin: 0 28px 0 0;
}

.mark {
  width: 1024px;
  margin: 20px auto 0;
}

.mark li {
  float: left;
  width: 250px;
  margin: 15px 35px 0;
  text-align: center;
}

.mark li img {
  display: block;
  margin: 0 0 40px 0;
}

.mark li a {
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 0.5rem;
  background: #a2b8ac;
  border: 1px solid #78a08a;
}

.comment {
  width: 1024px;
  margin: 30px auto 0;
}

.comment-main {
  width: 1024px;
  border: 1px solid #a2b8ac;
  border-top: none;
  background: #fff;
  padding: 0 0 30px 0;
}

.comment-header {
  padding: 20px;
  margin: 0 auto;
  width: 940px;
}

.comment-header h2 {
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 100;
  height: 35px;
}

.comment-header h2 span {
  color: #a2b8ac;
  float: right;
  font-size: 14px;
  line-height: 35px;
}
.comment-header .count-num {
  font-style: normal;
}
.comment-header h2 b {
  color: #000000;
  font-size: 25px;
  font-weight: 900;
}

.comment-input {
  padding: 0 20px 30px;
  width: 940px;
  margin: 0 auto;
  border-bottom: 1px solid #a0b5a9;
}

.comment-input li {
  margin: 15px 0 0;
}

.comment-input li label {
  font-size: 16px;
  color: #666;
  float: left;
  width: 60px;
  text-align: right;
  margin: 0 10px 0 0;
}

.name {
  border: 1px solid #a0b5a9;
  height: 25px;
  font-size: 14px;
  color: #666;
  width: 120px;
}

.wby {
  border: 1px solid #a0b5a9;
  height: 115px;
  line-height: 20px;
  width: 835px;
}

.an {
  background-color: #a2b8ac;
  border: medium none;
  color: #ffffff;
  font-size: 14px;
  height: 30px;
  width: 90px;
  float: right;
  margin: 0 20px 0 0;
}

.wby01 {
  border: 1px solid #a0b5a9;
  height: 25px;
  font-size: 14px;
  color: #666;
  width: 120px;
}

.comment-list {
  width: 940px;
  margin: 0 auto;
}

.comment-title span {
  width: 3px;
  height: 24px;
  display: block;
  float: left;
  background: #67b6ef;
  margin: 5px 0 0 0;
}

.comment-title h2 {
  color: #67b6ef;
  font-size: 24px;
  float: left;
  margin: 0 0 0 10px;
}

.comment-list ul {
  height: 450px;
  overflow: auto;
}

.comment-list li {
  ine-height: 2rem;
  padding: 15px 0;
  border-bottom: 1px dashed #949494;
}

.comment-list li p {
  font-size: 1.6rem;
  color: #333;
  line-height: 2rem;
}

.comment-list li em {
  font-size: 1.6rem;
  color: #a91c00;
}

.copyright-main {
  width: 1200px;
  margin: 0 auto;
}

.copyright-main p {
  font-size: 14px;
  text-align: center;
  color: #563415;
  line-height: 28px;
}

.news_pic {
  width: 620px;
  height: 380px;
  position: relative;
}

.fcon {
  float: left;
  /*height: 400px;*/
  position: relative;
  width: 620px;
  overflow: hidden;
}

.fcon img {
  display: block;
  height: 380px;
  width: 620px;
}

.shadow {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: block;
  height: 45px;
  left: 0;
  line-height: 45px;
  position: absolute;
  text-align: center;
  width: 620px;
}

.shadow a {
  display: block;
  font-style: normal;
  height: 45px;
  margin-right: 105px;
  padding-left: 20px;
  text-align: left;
  color: #fff;
  font: 19px/2.5 "宋体";
  overflow: hidden;
  text-decoration: none;
}

.B1fBt {
  bottom: 16px;
  overflow: hidden;
  position: absolute;
  right: 10px;
}

.B1fBt li {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  height: 8px;
  margin-left: 10px;
  margin-top: 2px;
  text-align: center;
  width: 8px;
}

.B1fBt .current {
  background: #c50805 none repeat scroll 0 0;
}
