@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;
}

.red {
  color: #c50805;
}

/*---------------------------------------------------------------------------*/

.banner {
  margin: 0 auto;
}

.banner img {
  width: 100%;
}

.copyright {
  height: 90px;
  background: #ed1d24;
}

.copyright-main {
  height: 60px;
  width: 1024px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

.copyright-main p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.talk {
  width: 1200px;
  margin: 0 auto;
}

.talk-left {
  width: 730px;
  height: 555px;
  background: #ffeece;
}

.talk_pic {
  height: 480px;
  width: 680px;
  margin: 38px 0 0 27px;
  position: relative;
}

.talk_pic .fcon {
  float: left;
  height: 480px;
  position: relative;
  width: 680px;
  overflow: hidden;
}

.talk_pic .fcon img {
  display: block;
  height: 480px;
  width: 680px;
}

.talk_pic .shadow {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: block;
  height: 52px;
  left: 0;
  line-height: 52px;
  position: absolute;
  text-align: center;
  width: 680px;
}

.talk-right {
  width: 470px;
  height: 555px;
  background: #d23432;
}

.talk-list {
  width: 410px;
  height: 510px;
  margin: 21px 0 0 28px;
  background: #fffefe;
}

.talk-list ul {
  width: 300px;
  overflow: hidden;
  margin: 30px 0 0 50px;
}

.talk-list li {
  padding: 0 0 0 50px;
  margin: 35px 0 0 0;
  display: block;
}

.talk-list li a {
  color: #777;
  font-size: 18px;
  line-height: 28px;
}

.talk-list li a:hover {
  text-decoration: underline;
  color: #c7313c;
}

.talk-list .item-1 {
  background: url(01.jpg) no-repeat left center;
}

.talk-list .item-2 {
  background: url(02.jpg) no-repeat left center;
}

.talk-list .item-3 {
  background: url(03.jpg) no-repeat left center;
}

.talk-list .item-4 {
  background: url(04.jpg) no-repeat left center;
}

.talk-list .item-5 {
  background: url(05.jpg) no-repeat left center;
}

.more {
  margin: 20px 10px 0 0;
}

.news {
  width: 1200px;
  margin: 0 auto;
}

.drawing-new {
  width: 560px;
  height: 410px;
}

.drawing-new li {
  width: 520px;
  padding: 23px 0;
  border-bottom: 1px dashed #ddbc87;
}

.drawing-new li a {
  font-size: 18px;
  color: #282828;
  padding: 0 0 0 20px;
  line-height: 24px;
  background: url(icon-18.png) no-repeat left center;
}

.drawing-new li a:hover {
  text-decoration: underline;
  color: #c7313c;
}

.news-video {
  height: 410px;
  width: 620px;
  position: relative;
  overflow: hidden;
}

.news_pic {
  height: 410px;
  width: 620px;
  position: relative;
}

.fcon {
  float: left;
  height: 410px;
  position: relative;
  width: 620px;
  overflow: hidden;
}

.fcon img {
  display: block;
  height: 410px;
  width: 620px;
}

.shadow {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: block;
  height: 52px;
  left: 0;
  line-height: 52px;
  position: absolute;
  text-align: center;
  width: 620px;
}

.shadow a {
  display: block;
  font-style: normal;
  margin-right: 105px;
  padding-left: 20px;
  text-align: left;
  color: #fff;
  font: 19px/2.5 "微软雅黑";
  overflow: hidden;
  text-decoration: none;
}

.B1fBt {
  bottom: 20px;
  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;
}

.show {
  width: 1200px;
  margin: 0 auto;
}

.show-new {
  width: 500px;
  height: 410px;
  margin: 20px 0 0 0;
}

.show-new li {
  width: 500px;
  padding: 20px 0;
  border-bottom: 1px dashed #ddbc87;
}

.show-new li a {
  font-size: 18px;
  color: #282828;
  line-height: 24px;
}

.show-new li a:hover {
  text-decoration: underline;
  color: #c7313c;
}

.show-pic {
  width: 680px;
}
.show-pic ul {
  width: 700px;
  zoom: 1;
}
.show-picul:after {
  content: "";
  display: block;
  clear: both;
}

.show-pic ul li {
  float: left;
  width: 330px;
  height: 210px;
  margin: 20px 20px 0 0;
  position: relative;
}

.show-pic ul li img {
  width: 330px;
  height: 210px;
}

.show-pic ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 94%;
  padding: 0 3%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  height: 85px;
  line-height: 136px;
  font-size: 16px;
  color: #fff;
  background: url(bg.png) repeat-x;
}

.show-pic ul li p a {
  color: #fff;
}

.activity {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.a-list a {
  float: left;
  display: block;
  width: 380px;
  height: 380px;
}

.ac-list a {
  margin: 0 0 0 20px;
}

.journal-btn {
  position: absolute;
  left: -80px;
  top: 330px;
}

.journal-r-btn {
  position: absolute;
  right: -80px;
  top: 330px;
}

.photo {
  width: 1200px;
  margin: 0 auto;
}

.works-list {
  width: 1200px;
  position: relative;
}

.drawing-content-item ul {
  height: 570px;
}

.drawing-content-item li {
  float: left;
  position: relative;
}

.drawing-content-item li.on {
  margin: 0 10px;
}

.title {
  width: 1200px;
  margin: 0 auto;
}

.video-main {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background: #fef2e6;
}

.video-column {
  width: 1200px;
  margin: 0 auto;
}

.video-pic {
  position: relative;
  width: 910px;
  height: 565px;
  margin: 20px 0;
}

.video-pic span {
  position: absolute;
  left: 46%;
  bottom: 43%;
}

.video-right {
  width: 250px;
  margin: 10px 0 0 0;
}

.video-item {
  clear: both;
  overflow: hidden;
  margin: 10px 0;
}

.video-list-pic {
  width: 250px;
  height: 140px;
  position: relative;
}

.video-pic-t {
  position: relative;
}

.video-list-video {
  position: absolute;
  left: 43%;
  bottom: 35%;
}

.video-list-text {
  width: 250px;
  margin: 5px 0 0 0;
  text-align: center;
}

.video-list-text a {
  font-size: 14px;
  color: #333;
}

.video-right span {
  width: 250px;
  display: block;
  text-align: center;
}

.change {
  width: 1200px;
  margin: 0 auto;
}

.change-pic dl {
  width: 280px;
}

.change-pic dt img {
  width: 280px;
  height: 178px;
}

.change-pic dd a {
  margin: 10px 0;
  display: block;
  font-size: 16px;
  color: #282828;
  font-weight: bold;
  line-height: 24px;
}

.change-new li {
  width: 580px;
  padding: 10px 0;
  border-bottom: 1px dashed #ddbc87;
}

.change-new li a {
  font-size: 18px;
  color: #282828;
  line-height: 24px;
  padding: 0 0 0 20px;
  background: url(icon-18.png) no-repeat left center;
}

.change-new li a:hover {
  text-decoration: underline;
  color: #c7313c;
}
