@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
}

html {
  font-family: "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

body {
  overflow-x: hidden !important;
  color: #333;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  background: none #f6f6f6;
}

div {
  margin: 0 auto;
  text-align: left;
}

li, p {
  text-align: left;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

em, i {
  font-style: normal;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

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

.clearfix {
  zoom: 1;
}

/*other*/
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font: normal 12px/200% "Microsoft Yahei";
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.m10 {
  margin: 10px auto;
}

.w1000 {
  width: 1000px;
}

.w980 {
  width: 980px;
}

.list_16 li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_14 li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_12 li {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1000 {
  width: 1000px;
}

.w1100 {
  width: 1100px;
}

.gray {
  color: #adadad;
}

.gray a {
  color: #adadad;
}

.gray a:hover, .gray a:link, .gray a:visited {
  color: #adadad;
}

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.white a:hover, .white a:link, .white a:visited {
  color: #fff;
}

.red {
  color: #e20a0f;
}

.red a {
  color: #e20a0f;
}

.red a:hover, .red a:link, .red a:visited {
  color: #e20a0f;
}

/*common*/
/*banner*/
.banner-top {
  width: 100%;
  height: 85px;
  background: url(../images/banner-top-bg.jpg) center top no-repeat;
}

.banner {
  width: 100%;
  height: 680px;
  background: url(../images/banner.jpg) center top no-repeat;
}

.banner .w1100 {
  position: relative;
}

.banner .box {
  display: none;
  position: absolute;
  width: 100px;
  top: 200px;
  right: 60px;
}

.banner .box .arr {
  display: block;
  float: left;
  width: 45px;
  height: 290px;
  background: url(../images/icon-arr-down.png) center bottom no-repeat;
}

.banner .box .text {
  display: block;
  float: left;
  width: 24px;
  padding-top: 130px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-trsform: rorate(90deg);
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.banner .play {
  display: none;
  position: absolute;
  width: 210px;
  height: 210px;
  top: 470px;
  right: 5px;
  background: url(../images/icon-play.png) center top no-repeat;
  cursor: pointer;
  -webkit-animation: play-scale 2.5s linear infinite;
  animation: play-scale 2.5s linear infinite;
}

@-webkit-keyframes play-scale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes play-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/*pic-show*/
.pic-show {
  width: 1100px;
  height: 615px;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
}

.pic-show > img {
  cursor: pointer;
  transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.pic-show > img:hover {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.pic-show .pic-show-title {
  position: absolute;
  padding-left: 50px;
  top: 260px;
  color: #ffb600;
}

.pic-show .pic-show-title h2 {
  font-size: 36px;
  line-height: 140%;
  font-weight: bold;
}

.pic-show .pic-show-title h3 {
  font-size: 24px;
  line-height: 140%;
}

.pic-show .pic-show-bg {
  width: 1000px;
  height: 210px;
  padding: 20px 50px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/shawdo-bg.png) repeat;
  color: #fff;
}

.pic-show .tab-title {
  font-size: 18px;
  line-height: 40px;
}

.pic-show .tab-title li {
  display: inline-block;
  cursor: pointer;
}

.pic-show .tab-title li.active {
  font-weight: bold;
  position: relative;
}

.pic-show .tab-title li.active:after {
  content: "";
  width: 40%;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20%;
}

.pic-show .tab-title p.line {
  display: inline-block;
  padding: 0 10px;
}

.pic-show .tab-con {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin: 20px auto;
  font-size: 18px;
  line-height: 25px;
}

.pic-show .tab-con .tab-con-text {
  height: 100px;
}

.pic-show .zan-icon {
  height: 40px;
  position: absolute;
  right: 50px;
  top: 20px;
}

.pic-show .zan-icon li {
  width: 40px;
  height: 41px;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.pic-show .zan-icon li:hover {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.pic-show .zan-icon li.icon1 {
  background: url(../images/icon-01.png) center top no-repeat;
}

.pic-show .zan-icon li.icon2 {
  background: url(../images/icon-02.png) center top no-repeat;
}

.pic-show .zan-icon li.icon3 {
  background: url(../images/icon-03.png) center top no-repeat;
}

.pic-show .zan-icon li.icon4 {
  background: url(../images/icon-04.png) center top no-repeat;
}

.pic-show .zan-icon li a {
  display: inline-block;
  width: 40px;
  height: 41px;
}

.pic-show .zan-num li {
  display: inline-block;
  margin-right: 70px;
  font-size: 20px;
}

.pic-show .zan-num li i {
  font-size: 30px;
  padding: 0 10px;
}

.pic-zt {
  width: 1100px;
  margin: 30px auto;
}

/*copy*/
.copyright {
  width: 100%;
  background: #e4e8ea;
}

.copyright p {
  font-size: 14px;
  line-height: 116px;
  color: #333333;
  text-align: center;
}

.float-box {
  position: absolute;
  top: 695px;
}

/*erji*/
.picList {
  width: 1100px;
  margin: 10px auto 10px;
}

.picList div.title {
  margin-top: 15px;
  padding: 0 10px;
}

.picList div.title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #D71518;
}

.picList div.title span {
  float: right;
  font-size: 14px;
  color: #666;
}

.picList div.title span a {
  color: #666;
}

.picList ul li {
  width: 200px;
  height: 182px;
  display: block;
  float: left;
  margin: 10px 10px;
  position: relative;
}

.picList ul li div {
  width: 190px;
  height: 24px;
  padding: 0 5px;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  background: #000;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.picList ul li div a {
  color: #fff;
}

.picList .pageNum {
  text-align: center;
  padding: 20px 0;
}

.picList .pageNum a {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #f7f7f7;
  margin: 0 3px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 40px;
  color: #999999;
}

.picList .pageNum a.common_current_page, .picList .pageNum a:hover {
  background: #ea1a22;
  color: #fff;
  text-decoration: none;
}

/* 尾部 */
footer{
	width: 100%;
	height: 79px;
	line-height: 79px;
	background: #ECECEC;
}
footer p{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}
footer span:last-of-type{
    display: inline-block;
	text-indent: 40px;
}

/*20190104*/
/*.banner {
    width: 100%;
    height: 530px;
    background: url(../images/banner530.jpg) center top no-repeat;
}*/
.picList div.title h2 {
  min-width: 88px;
  margin-right: 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #d66b6d;
}
.picList div.title h2 a{
  color: #d66b6d;
}
.picList div.title h2:hover {
  font-size: 20px;
  color: #D71518;
}
.picList div.title h2:hover a{
  font-size: 20px;
  color: #D71518;
}
.picList div.title h2.act {
  margin-right: 20px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #D71518;
}
.picList div.title h2.act a {
  color: #D71518;
}

.pic-show {
    width: 990px;
    height: 554px;
	margin: 10px auto;
}
.pic-show > img {
    width: 990px;
    height: 554px;
}
.pic-show .pic-show-title {
    top: 210px;
}
.pic-show .pic-show-bg {
    width: 890px;
}
