﻿@charset 'utf-8';

/**************************************** base 开始 ****************************************/


/*header 开始*/

a:hover {
  color: #b60005;
}

.m-db {
  display: none;
}

.m-dn {
  display: block;
}

.c3 {
  color: #333;
}

header {
  height: 1rem;
  border-top: .1rem solid #b60005;
}

header .logo {
margin-top: 10px;
  _line-height: .9rem;
}

header nav li {
  position: relative;
  float: left;
  text-align: center;
  padding: 0 .17rem;
  border-left: 1px solid #efefef;
  height: .9rem;
  padding-top: .3rem;
}

header nav li:hover .sub-nav {
  top: .9rem;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

header nav li h2 {
  font-size: 14px;
  color: #333;
}

header nav li h2 span {
  font-size: 11px;
  color: #999;
}

header nav li .sub-nav {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  top: 1rem;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header nav li .sub-nav a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  border-bottom: 1px solid #efefef;
}

header nav li .sub-nav a:hover {
  color: #b60005;
  border-bottom: 2px solid #b60005;
}

header nav li .sub-nav a:first-child {
  border-top: 1px solid #efefef;
}

header .search {
  position: relative;
}

header .search .btn-w {
  width: .7rem;
  height: .9rem;
  border-left: 1px solid #efefef;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center;
}

header .search .search-con {
  position: absolute;
  z-index: 1;
  top: .9rem;
  right: 0;
  width: 3rem;
  height: .5rem;
  background: #fff;
  border: 1px solid #efefef;
}

header .search .search-con .txt {
  width: 86%;
  height: 100%;
  padding: 0 .15rem;
}

header .search .search-con .btn {
  width: .4rem;
  height: 100%;
  background: url(../images/search.png) no-repeat center;
}

@media (max-width: 1199px) {
  header .logo {
    margin-left: 10px;
  }
  header nav {
    margin-left: .25rem;
  }
}

@media (max-width: 1024px) {
  header .search {
    right: 7%;
  }
  header .search .btn-w {
    border-left: none;
  }
  .btn-nav-wrap {
    display: block;
  }
  header nav {
    display: none;
    z-index: 2;
    position: absolute;
    top: .9rem;
    float: none;
    width: 100%;
    margin: 0;
    background: #fff;
    border-top: 1px solid #ccc;
  }
  header nav li {
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
    line-height: 25px;
  }
  header nav li a {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  header nav li .sub-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  header .logo img {
    height: 30px;
  }
  header nav {
    float: none;
  }
  header nav li:nth-child(odd) {
    -webkit-animation: slideInLeft .7s 0.1s both;
    animation: slideInLeft .7s 0.1s both;
  }
  header nav li:nth-child(even) {
    -webkit-animation: slideInRight .7s 0.1s both;
    animation: slideInRight .7s 0.1s both;
  }
  header nav li {
    line-height: 20px;
    padding: 6px 10px 0 10px;
  }
  header .search {
    position: inherit;
    margin-right: 18%;
  }
  header .search .btn-w {
    background-size: auto 50%;
  }
  header .search .search-con {
    width: 100%;
    left: 0;
    height: 40px;
    line-height: 40px;
  }
  header .search .search-con .btn {
    width: 40px;
    background-size: 50% 50%;
  }
}

footer {
  color: #666;
  background: #202020;
  background: url(../images/footer_bg.jpg) top repeat-x;
  background-size: cover;
  padding-top: .7rem;
}

footer .foot {
  padding-bottom: .6rem;
}

footer .foot dl {
  float: left;
  text-align: center;
  padding-right: .45rem;
}

footer .foot dl dt {
  font-size: 16px;
  margin-bottom: 25px;
  color: #ccc;
}

footer .foot dl dd {
  margin-bottom: 16px;
}

footer .foot .i-erweima {
  padding: 0 65px;
  height: 172px;
  border-left: 1px dashed #797979;
  border-right: 1px dashed #797979;
}

footer .foot .i-erweima .icon1,
footer .foot .i-erweima .icon2 {
  width: 22px;
  margin-top: 23px;
  background-repeat: no-repeat;
  background-position: center;
}

footer .foot .i-erweima .icon1 {
  height: 16px;
  background-image: url(../images/footer_weibo.png);
}

footer .foot .i-erweima .icon2 {
  height: 18px;
  background-image: url(../images/footer_weixin.png);
}

footer .foot .i-add {
  display: table;
  text-align: center;
}

footer .foot .i-add select {
  width: 248px;
  height: 44px;
  line-height: 44px;
  text-indent: 15%;
  color: #333;
  background: #fff url(../images/select_bg.jpg) no-repeat right center;
}

footer .copyright {
  line-height: 55px;
  border-top: 1px solid #3d3e39;
  font-size: 12px;
  color: #666;
  background: url(../images/footer_bg.jpg) bottom repeat-x;
}

@media (max-width: 1199px) {
  footer .foot .fnav {
    display: none;
  }
  footer .foot .i-erweima {
    float: none;
    width: 100%;
    padding: 0;
    border: none;
  }
  footer .foot .i-add {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  footer .foot .i-erweima,
  footer .foot .i-add {
    display: none;
  }
  footer,
  footer .foot {
    padding: 0;
  }
  footer .copyright {
    height: auto;
    padding: 5px 0;
    line-height: 25px;
  }
}


/**************************************** base 结束 ****************************************/


/**************************************** 首页 开始 ****************************************/
.lsml_inx{
	width:180px;
	height:280px;
	float:left;
	padding-left:25px;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:2px solid #b71d1d;
}
.lsml_inx span{width:100%;text-align:center;height:30px;line-height:30px;}
.ls_line{width:100%;}
.lsml_inx img{width:150px;height:220px;}
.i-tt1 {
  height: 60px;
  line-height: 60px;
  padding-left: 38px;
  background: url(../images/title1.png) no-repeat left center;
  border-bottom: 1px solid #c9c9c9;
}
.i-tt88 {
  height: 60px;
  line-height: 60px;
  padding-left: 58px;
  background: url(../images/tt1.jpg) no-repeat left center;
  border-bottom: 1px solid #c9c9c9;
}
.i-tt2 {
  height: 62px;
  line-height: 62px;
  padding-left: .58rem;
  background: url(../images/tt1.jpg) no-repeat left center;
}

.i-tt2 a:hover,
.i-tt3 a:hover {
  color: #fff;
}

.i-tt3 {
  background: url(../images/title2.png) no-repeat left center;
  border-bottom: 1px solid #c1898a;
}

.c02 {
  color: #0b0205;
}

.li24 {
  line-height: 24px;
}

.li26 {
  line-height: 26px;
}

.i-main .i-news .left {
  width: 67.8%;
}

.i-main .i-news .left .i-tt1 ul li {
  position: relative;
  color: #666;
  cursor: pointer;
}

.i-main .i-news .left .i-tt1 ul li::after {
  display: none;
  position: absolute;
  content: '';
  width: 43px;
  height: 3px;
  left: 50%;
  bottom: -2px;
  margin-left: -21px;
  background: #b60005;
}

.i-main .i-news .left .i-tt1 ul li:hover,
.i-main .i-news .left .i-tt1 ul li.cur {
  color: #b60005;
  font-weight: bold;
}

.i-main .i-news .left .i-tt1 ul li:hover::after,
.i-main .i-news .left .i-tt1 ul li.cur::after {
  display: block;
}

.i-main .i-news .left .con>.fl {
  width: 49.1%;
}

.i-main .i-news .left .con>.fl:hover h3 {
  color: #b60005;
}

.i-main .i-news .left .con>.fl .img {
  width: 100%;
  height: 260px;
}

.i-main .i-news .left .con>.fl h3 {
  color: #0b0205;
}

.i-main .i-news .left .con>.fr {
  width: 47%;
}

.i-main .i-news .left .con>.fr .item {
  border-bottom: 1px solid #ccc;
  color: #0b0205;
  height: .6rem;
  line-height: .6rem;
}

.i-main .i-news .left .con>.fr .item h3 {
  width: 80%;
}

.i-main .i-news .left .con>.fr .item span {
  color: #666;
}

.i-main .i-news .right {
  width: 28.8%;
}

.i-main .i-news .right .item {
  height: .5rem;
  line-height: .5rem;
  background: #f3f3f3;
  margin-bottom: 13px;
}

.i-main .i-news .right .item .date {
  width: 52px;
  height: .5rem;
  background: #b71d1d;
  line-height: .17rem;
}

.i-main .i-news .right .item h3 {
  width: 82%;
}

.i-main .i-box2 {
  background: #f7f7f7;
}

.i-main .i-box2 ul {
  margin-left: -0.2rem;
}

.i-main .i-box2 ul li:hover h3 {
  color: #b60005;
}

.i-main .i-box2 ul li a {
  background: #fff;
}

.i-main .i-box2 ul li a .img {
  width: 100%;
  height: 1.6rem;
}

.i-main .i-box2 ul li a .img:hover .info {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

.i-main .i-box2 ul li a .img .info {
  padding-top: 66px;
  top: 0;
  left: 0;
  background: rgba(182, 0, 5, 0.72);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=9);
}

.i-main .i-box2 ul li a h3 {
  height: 43px;
  line-height: 43px;
}

.i-main .i-box3 {
  _background: url(../images/righth.jpg) no-repeat 114% -41%;
}

.i-main .i-box3 .left {
  width: 67.8%;
}

.i-main .i-box3 .left .con {
  background: url(../images/bg1.jpg);
}

.i-main .i-box3 .left .con .img {
  width: 43.2%;
  height: 3.68rem;
}

.i-main .i-box3 .left .con .info {
  width: 47.4%;
}

.i-main .i-box3 .left .con .info .txt {
  height: 2.12rem;
  margin-top: .15rem;
  margin-bottom: .15rem;
  overflow: hidden;
}

.i-main .i-box3 .left .con .btn a {
  width: 100%;
  height: .48rem;
  line-height: .48rem;
  border: 1px solid #666;
  color: #666;
  margin-top: .12rem;
}

.i-main .i-box3 .left .con .btn a:hover {
  border-color: #b60005;
  color: #b60005;
}

.i-main .i-box3 .right {
  width: 28.8%;
}

.i-main .i-box3 .right .box1 {
  background: #efefef;
}

.i-main .i-box3 .right .box1 a {
  width: 80%;
  line-height: .42rem;
  background: url(../images/1.png) no-repeat right center;
}

.i-main .i-box3 .right .box1 a:hover {
  background: url(../images/2.png) no-repeat right center;
}

.i-main .i-box3 .right .box2 a {
  width: 1.62rem;
  height: .72rem;
  line-height: .72rem;
  padding-left: .25rem;
  background: #efefef;
}

.i-main .i-box3 .right .box2 a:nth-child(4) img {
  vertical-align: -10px;
}

.i-main .i-exhibition {
  height: 480px;
  background: url(../images/bg.jpg) no-repeat center;
}

.i-main .i-exhibition .left {
  width: 67.8%;
  height:480px;
}
.left ul{
	position:relative;
	_width: 60%;
  _height:312px;
	
}

.i-main .i-exhibition .left li {
  float: left;
  width: 45px;
  height: 312px;
  overflow: hidden;
}

.i-main .i-exhibition .left li.cur {
  width: auto;
}

.i-main .i-exhibition .left li.cur .txt {
  width: 535px;
}

.i-main .i-exhibition .left li:nth-child(odd) h3 {
  background: #c53337;
}

.i-main .i-exhibition .left li:nth-child(even) h3 {
  background: #b60005;
}

.i-main .i-exhibition .left li h3 {
  width: 45px;
  height: 312px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 20px 9px 0 9px;
  line-height: 16px;
}

.i-main .i-exhibition .left li .txt {
  width: 0px;
  height: 312px;
  background: #fff;
}

.i-main .i-exhibition .left li .txt .img {
  width: 160px;
  height: 270px;
}

.i-main .i-exhibition .left li .txt>.fr {
  width: 62%;
}

.i-main .i-exhibition .right {
  width: 28.8%;
  height:480px;
}

.i-main .i-exhibition .right>a {
  background: #fff;
  padding: .235rem .25rem;
}

.i-main .i-exhibition .right>a:hover h3 {
  color: #b60005;
}

.i-main .i-guide {
  background: #f5f5f5;
}

.i-main .i-guide ul {
  position: relative;
  z-index: 1;
  margin-left: -0.2rem;
}

.i-main .i-guide ul li {
  width: 1.36rem;
  margin-left: .6rem;
}

.i-main .i-guide ul li .icon {
  position: relative;
  width: 136px;
  height: 136px;
  border: 2px solid #b60005;
  border-radius: 50%;
  margin: 0 auto;
}

.i-main .i-guide ul li .icon img {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.i-main .i-guide ul li .icon:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.i-main .i-link .row {
  margin-left: -0.2rem;
}

.i-main .i-link .row .col-lg-3 {
  padding-left: .2rem;
}

.i-main .i-link .row .col-lg-3 a {
  height: .9rem;
  border: 1px solid #dfdfdf;
}

.i-main .i-link .row .col-lg-3 a .po-auto {
  max-width: 90%;
  max-height: 90%;
}


/**************************************** 内页 开始 ****************************************/

.banner {
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main {
  background: url(../images/main_bg.jpg);
  padding-bottom: .4rem;
}

.main .mauto {
  _background: #fff url(../images/character.png) no-repeat left bottom;
  background:#fff;
}

.main .main-home {
  height: 49px;
  line-height: 49px;
  background: url(../images/main_home_bg.jpg);
}

.main .menu {
  width: 240px;
}

.main .menu h2 {
  font-size: 24px;
  color: #b60005;
  background: url(../images/title1.png) no-repeat 30px center;
  text-indent: 75px;
}

.main .menu ul {
  padding-left: 75px;
}

.main .menu ul li:hover h3>a,
.main .menu ul li.cur h3>a {
  color: #fff;
  background: #b60005;
  border-radius: 3px;
}

.main .menu ul li.cur .sub {
  display: block;
}

.main .menu ul li h3 {
  _height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}


.main .menu ul li h3 a {
  padding: 0 10px;
}

.main .menu ul li .sub {
  margin-bottom: 12px;
}

.main .menu ul li .sub a {
  line-height: 26px;
}

.main .menu ul li .sub a.cur {
  color: #b60005;
}

.main .content {
  background: #fff;
  min-height: 550px;
  width: calc(100% - 240px);
      padding-right: 50px;
}

.main .content .event {
  position: relative;
  padding-top: 42px;
}

.main .content .event .item {
  margin-bottom: 25px;
}

.main .content .event .date {
  position: relative;
  width: 148px;
  text-align: center;
  font-size: 22px;
  color: #b60005;
}

.main .content .event .date::after {
  z-index: 1;
  position: absolute;
  right: -14px;
  top: 0;
  content: '';
  width: 28px;
  height: 28px;
  background: url(../images/even.png) no-repeat center;
  background-size: 100% 100%;
}

.main .content .event .line {
  position: absolute;
  top: 5px;
  left: 147px;
  width: 1px;
  height: 100%;
  background: #b60005;
}

.main .content .event .line::after {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border-bottom: 11px solid #b60005;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
}

.main .content .event .txt {
  width: 82%;
  padding-right: 4%;
}

.main .content .news-list li {
  border-bottom: 1px dashed #ccc;
}

.main .content .news-list li:first-child {
  _margin: 0;
}

.main .content .news-list li:hover .left .date {
  border-color: #b60005;
  color: #b60005;
}

.main .content .news-list li:hover h3 {
  color: #b60005;
}

.main .content .news-list li .left {
  width: 98px;
  text-align: center;
}

.main .content .news-list li .left .date {
  font-size: 36px;
  width: 98px;
  height: 98px;
  border: 1px solid #eee;
}

.main .content .news-list li .left .date span {
  padding: 20px 0 5px 0;
  font-size: 12px;
}

.main .content .news-list li .right {
  width: calc(100% - 98px);
}

.main .content .news-list li .right .txt {
  line-height: 24px;
  max-height: 75px;
}

.main .content .news-list li .right .btn {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #b60005;
  color: #fff;
  border-radius: 1px;
}

.main .content .news-info .tt1 {
  border-bottom: 1px dashed #ccc;
}

.main .content .news-info .tt1 .date {
  font-size: 36px;
  width: 88px;
  height: 88px;
  border: 1px solid #eee;
}

.main .content .news-info .tt1 .date span {
  padding: 15px 0 5px 0;
  font-size: 12px;
}

.main .content .news-info .tt1 .title {
  width: calc(100% - 88px);
}

.main .content .news-info .tt1 .bdsharebuttonbox a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 0px 0 6px;
  padding-left: 0;
  background-repeat: no-repeat;
}

.main .content .news-info .tt1 .bdsharebuttonbox .a1 {
  background: url(../images/a1.jpg) no-repeat;
}

.main .content .news-info .tt1 .bdsharebuttonbox .a2 {
  background: url(../images/a2.jpg) no-repeat;
}

.main .content .news-info .tt1 .bdsharebuttonbox .a3 {
  background: url(../images/a3.jpg) no-repeat;
}

.main .content .news-info .tt1 .bdsharebuttonbox .a4 {
  background: url(../images/a4.jpg) no-repeat;
}

.main .content .pic-list {
  margin-left: -0.2rem;
}

.main .content .pic-list li {
  padding-left: .2rem;
}

.main .content .pic-list li .img {
  height: 200px;
}

.main .content .pic-list li .icon {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  background-image: url(../images/13.png);
  background-repeat: no-repeat;
  background-position: center;
}

.main .content .pic-list li h3 {
  position: relative;
  height: 50px;
  line-height: 50px;
}

.main .content .pic-list li h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 0;
  height: 3px;
  background: #b60005;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.main .content .pic-list li:hover a {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.main .content .pic-list li:hover .icon {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

.main .content .pic-list li:hover h3::after {
  width: 100%;
}

.main .content .pic-list2 {
  margin-left: -0.28rem;
}

.main .content .pic-list2 li {
  padding-left: .28rem;
}

.main .content .pic-list2 li:hover .img::after {
  width: 100%;
}

.main .content .pic-list2 li:hover h3 {
  color: #b60005;
}

.main .content .pic-list2 li .img {
  height: 300px;
}

.main .content .pic-list2 li .img::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #b60005;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.main .content .pic-list2 li h3 {
  height: 60px;
  line-height: 60px;
}

.main .content .pic-list3 {
  margin-left: -0.23rem;
}

.main .content .pic-list3 li {
  padding-left: .23rem;
}

.main .content .pic-list3 li:hover a {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

.main .content .pic-list3 li:hover .img::after {
  width: 100%;
}

.main .content .pic-list3 li .img {
  height: 3.75rem;
}

.main .content .pic-list3 li .img::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #b60005;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.main .content .video-list li:hover a {
  box-shadow: inherit;
}

.main .content .video-list li .icon {
  background-image: url(../images/video.png);
}

.main .content .mp3-list li {
  height: 50px;
  line-height: 50px;
  background-image: url(../images/14.png);
  background-repeat: no-repeat;
  background-position: 23px center;
  background-color: #f5f5f5;
}

.main .content .mp3-list li:hover span {
  color: #b8070c;
}

.main .content .mp3-list li:hover .btn {
  background: url(../images/16.png) no-repeat center;
}

.main .content .mp3-list li span {
  padding: 0 .2rem 0 .65rem;
  width: 50%;
}

.main .content .mp3-list li .audio-w {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 40%;
}

.main .content .mp3-list li .audio-w.show {
  opacity: 1;
  filter: alpha(opacity=1);
}

.main .content .mp3-list li .audio-w .audioplayer {
  height: 50px;
}

.main .content .mp3-list li .audio-w .audioplayer-time {
  line-height: 50px;
}

.main .content .mp3-list li .btn {
  width: 48px;
  height: 50px;
  background: url(../images/15.png) no-repeat center;
  cursor: pointer;
}

.main .content .mp3-list li .btn2 {
  width: 48px;
  height: 50px;
  background: url(../images/16.png) no-repeat center;
  cursor: pointer;
}

.main .content .add .tt1 {
  height: 50px;
  line-height: 50px;
  background-image: url(../images/14.png);
  background-repeat: no-repeat;
  background-position: 23px center;
  background-color: #f5f5f5;
}

.main .content .add .tt1 span {
  padding: 0 .2rem 0 .65rem;
  width: 89%;
}

.main .content .add .tt1 .icon {
  width: 48px;
  height: 50px;
  background: url(../images/17.jpg) no-repeat center;
}

.main .content .notice .tt1 {
  height: 50px;
  line-height: 50px;
  background-image: url(../images/14.png);
  background-repeat: no-repeat;
  background-position: 23px center;
  background-color: #f5f5f5;
  color: #b60005;
  padding-left: 57px;
}

.main .content .anniversary-list {
  margin-left: -0.36rem;
}

.main .content .anniversary-list li {
  padding-left: .36rem;
}

.main .content .anniversary-list li .img {
  height: 235px;
}

.main .content .anniversary-list li .img:hover span i::before,
.main .content .anniversary-list li .img:hover span i::after {
  filter: alpha(opacity=1);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.main .content .anniversary-list li .img span {
  top: 0;
  left: 0;
  padding: .1rem;
}

.main .content .anniversary-list li .img span i {
  position: relative;
}

.main .content .anniversary-list li .img span i::before,
.main .content .anniversary-list li .img span i::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  bottom: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: opacity .5s ease 0s, transform .5s ease 0s;
  -moz-transition: opacity .5s ease 0s, transform .5s ease 0s;
  -o-transition: opacity .5s ease 0s, transform .5s ease 0s;
  transition: opacity .5s ease 0s, transform .5s ease 0s;
}

.main .content .anniversary-list li .img span i::before {
  border-top: .03rem solid #b60005;
  border-bottom: .03rem solid #b60005;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

.main .content .anniversary-list li .img span i::after {
  border-left: .03rem solid #b60005;
  border-right: .03rem solid #b60005;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.main .content .anniversary-list li h3 {
  height: .6rem;
  line-height: .6rem;
}

.main .content .anniversary-info {
  width: 540px;
  margin: 0 auto;
}

.in-page {
  line-height: .38rem;
  color: #888;
}

.in-page span {
  padding: 0 .15rem;
  border: 1px solid #e8e8e8;
}

.in-page a {
  padding: 0 .15rem;
  border: 1px solid #e8e8e8;
}

.in-page a:hover {
  color: #fff;
  background: #b60005;
  border-color: #b60005;
}

.in-page a.cur {
  color: #fff;
  background: #b60005;
  border-color: #b60005;
}


/**************************************** 弹出层****************************************/

.fix-wrap {
  display: none;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.fix-wrap .po-auto {
  display: table;
  width: 100%;
  height: 100%;
}

.fix-wrap .hide {
  position: absolute;
  width: 25px;
  height: 25px;
  padding: 25px;
  right: 5%;
  top: 5%;
  cursor: pointer;
  background-color: #090908;
  background-image: url(../images/hide.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border-radius: 50%;
  -webkit-transition: all 8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.fix-wrap .hide:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(180deg);
}

.fix-wrap .video-w video {
  width: 55%;
  height: 55%;
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 750px) {
  .fix-wrap .video-w video {
    width: 90%;
    height: 50%;
  }
}

@media (max-width: 1199px) {
  .btn-nav-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    border: none;
  }
  .btn-nav-wrap .btn-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: transparent;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 888;
  }
  .btn-nav-wrap .btn-nav::focus {
    outline: 0;
  }
  .btn-nav-wrap .btn-nav .icon-bar {
    display: block;
    margin: 4px 0;
    width: 30px;
    height: 3px;
    background-color: #999;
  }
  .btn-nav-wrap .btn-nav:hover .icon-bar {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .btn-nav-wrap .animated {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .btn-nav-wrap .animated .icon-bar {
    z-index: 888;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #999;
  }
  .btn-nav-wrap .animated .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
  }
  .btn-nav-wrap .animated .middle {
    width: 0;
  }
  .btn-nav-wrap .animated .bottom {
    -webkit-transform: translateY(-5px) rotateZ(-45deg);
    -moz-transform: translateY(-5px) rotateZ(-45deg);
    -ms-transform: translateY(-5px) rotateZ(-45deg);
    -o-transform: translateY(-5px) rotateZ(-45deg);
    transform: translateY(-5px) rotateZ(-45deg);
  }
}

@media (max-width: 768px) {
  .btn-nav-wrap .btn-nav.animated .top {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -moz-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotateZ(45deg);
    -o-transform: translateY(7px) rotateZ(45deg);
    transform: translateY(7px) rotateZ(45deg);
  }
  .btn-nav-wrap .btn-nav.animated .middle {
    width: 0;
  }
  .btn-nav-wrap .btn-nav.animated .bottom {
    -webkit-transform: translateY(-5px) rotateZ(-45deg);
    -moz-transform: translateY(-5px) rotateZ(-45deg);
    -ms-transform: translateY(-5px) rotateZ(-45deg);
    -o-transform: translateY(-5px) rotateZ(-45deg);
    transform: translateY(-5px) rotateZ(-45deg);
  }
  .btn-nav-wrap .btn-nav .icon-bar {
    display: block;
    margin: 3px 0;
    width: 25px;
    height: 3px;
  }
}

.bd_popup {
  position: fixed;
  left: 43%;
  top: 30%;
  padding: 10px;
  width: 180px;
  height: 225px;
  background: #fff;
  border: solid 1px #d8d8d8;
  z-index: 11001;
  font-size: 12px;
}

.bd_popup .bd_popup_head {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 16px;
  height: 16px;
  position: relative;
  color: #000;
}

.bd_popup .bd_popup_head .bd_popup_close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  text-decoration: none;
  font-size: 16px;
}

.bd_popup .bd_popup_main {
  padding: 15px 10px 5px 10px;
  min-height: 150px;
  _height: 150px;
}

.bd_popup .bd_popup_foot {
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  color: #666;
}
.main .content .message {
            max-width: 650px;
            margin: 0 auto;
        }

            .main .content .message input {
                width: 100%;
                height: 35px;
                line-height: 35px;
                padding: 0 10px;
                border-radius: 3px;
                border: 1px solid #ccc;
                margin-bottom: 15px;
            }

            .main .content .message textarea {
                width: 100%;
                height: 155px;
                padding: 10px;
                border-radius: 3px;
                font-size: 14px;
                border: 1px solid #ccc;
            }

            .main .content .message .btn {
                width: 100%;
                height: 40px;
                border-radius: 1px;
                color: #fff;
                cursor: pointer;
                background: #dd031d;
                border-color: #b60005;
            }
			
.fwta{
	display:block;
	width:40%;
	height: 80px;
    line-height: 80px;
	color:#333;
	background:#ede6e6;
	float:left;
	margin-right:5%;
	margin-bottom: 5%;
	text-align: center;
	
}	
.xglja{
	display:block;
	width:90%;
	height:35px;
	line-height:35px;
	color:#fff;
	font-size:14px;
	border-bottom: 1px solid #fff;
	
}
		
.search-sousuo {
    position: absolute;
    z-index: 1;
    top: 0rem;
    right: 0;
    width: 3rem;
    height: .4rem;
    background: #fff;
    border: 1px solid #efefef;
}	
.search-sousuo .btn {
    width: .4rem;
    height: 100%;
    background: url(../images/search.png) no-repeat center;
}
.search-sousuo .txt {
    width: 86%;
    height: 100%;
    padding: 0 .15rem;
}


