@charset "gb2312";
body .textcontainer {
  padding: 10px 0px 0px 0px;
  text-align: center; margin-top:-210px;
}
body .particletext {
	font-size:85px;
	line-height:230%;
	color:#a70e20;	font-weight:bold;
	text-align:center; 


	font-family:'SimHei', Arial, Verdana;



}
@keyframes rotate {
  from {
    transform: rotateY(-30deg);
  }
  to {
    transform: rotateY(30deg);
  }
}
body .particletext.bubbles > .particle {
  opacity: 0;
  position: absolute;
  background-color: rgba(33, 150, 243, 0.5);
  -webkit-animation: bubbles 3s ease-in infinite;
          animation: bubbles 3s ease-in infinite;
  border-radius: 100%;
}
body .particletext.hearts > .particle {
  opacity: 0;
  position: absolute;
  background-color: #cc2a5d;
  -webkit-animation: hearts 3s ease-in infinite;
          animation: hearts 3s ease-in infinite;
}
body .particletext.hearts > .particle:before, body .particletext.hearts > .particle:after {
  position: absolute;
  content: '';
  border-radius: 100px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #cc2a5d;
}
body .particletext.hearts > .particle:before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .particletext.hearts > .particle:after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .particletext.lines > .particle {
  position: absolute;
  background-color: rgba(244, 67, 54, 0.5);
  -webkit-animation: lines 3s linear infinite;
          animation: lines 3s linear infinite;
}
body .particletext.confetti > .particle {
  opacity: 0;
  position: absolute;
  -webkit-animation: confetti 3s ease-in infinite;
          animation: confetti 3s ease-in infinite;
}
body .particletext.confetti > .particle.c1 {
  background-color: rgba(76, 175, 80, 0.5);
}
body .particletext.confetti > .particle.c2 {
  background-color: rgba(156, 39, 176, 0.5);
}
body .particletext.fire > .particle {
  position: absolute;
  background-color: rgba(255, 193, 7, 0.5);
  border-radius: 40px;
  border-top-right-radius: 0px;
  -webkit-animation: fires 0.8s linear infinite;
          animation: fires 0.8s linear infinite;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
body .particletext.fire > .particle:before {
  position: absolute;
  content: '';
  top: 60%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  border-radius: 40px;
  border-top-right-radius: 0px;
  background-color: rgba(251, 140, 0, 0.5);
}
body .particletext.sunbeams > .particle {
  position: absolute;
  background-color: rgba(253, 216, 53, 0.5);
  -webkit-animation: sunbeams 3s linear infinite;
          animation: sunbeams 3s linear infinite;
}
@-webkit-keyframes hearts {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0%) rotate(45deg);
            transform: translate(0, 0%) rotate(45deg);
  }
  20% {
    opacity: 0.8;
    -webkit-transform: translate(0, -20%) rotate(45deg);
            transform: translate(0, -20%) rotate(45deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -1000%) rotate(45deg);
            transform: translate(0, -1000%) rotate(45deg);
  }
}
@keyframes hearts {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0%) rotate(45deg);
            transform: translate(0, 0%) rotate(45deg);
  }
  20% {
    opacity: 0.8;
    -webkit-transform: translate(0, -20%) rotate(45deg);
            transform: translate(0, -20%) rotate(45deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -1000%) rotate(45deg);
            transform: translate(0, -1000%) rotate(45deg);
  }
}
body, td, div, p {
	margin:0px;
	padding:0px;	font-family: Arial, 'SimSun';
	color:#862e2e;
}

p {
	padding-bottom:10px
}
a:link, a:visited {
color:#862e2e;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
color:#760000;
}
.b {
	font-weight:bold;
}
h1, h2, h3, h4, h5, form {
	padding:0px;
	margin:0px;
	font-weight:normal;
}
img {
	border:0px;
	padding:0px;
	margin:0px;
}
ul, ol, dl, dt {
	margin:0px;
	padding:0px;
}
input {
	font-family: Arial, 'SimSun';
	color:#000;
	padding:0px;
	margin:0px;
}
li {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.clear_both {
	clear:both;
}
.wrapper {
	width:980px;
	margin:0px auto;
}
body {

background:url(../img/2bg.png) no-repeat  left bottom 28px/32px;
	animation:amyfirst21 16s linear infinite alternate;-webkit-animation:amyfirst21 16s linear infinite alternate;
}
@keyframes amyfirst21
{
0% { background-position:center  200px;}
100% { background-position:center 0px}
}
@-webkit-keyframes amyfirst21
{
0% { background-position:center  200px}
100% { background-position:center 0px}

}


.header { background:url(../img/2bg.png) no-repeat,
url(../img/2bg.png) no-repeat,
url(../img/2bg.png) no-repeat,
url(../img/2bg.png) no-repeat; height:208px;
	
	animation:amyfirst23 6s linear infinite alternate;-webkit-animation:amyfirst23 6s linear infinite alternate;
	background-size:auto auto,38px 48px,60px 76px,auto auto;}
	}
	@keyframes amyfirst23
{
0% { 
background:
url(../img/2bg.png) no-repeat 0px bottom,
url(../img/2bg.png) no-repeat 180px 90px,
url(../img/2bg.png) no-repeat 800px bottom,
url(../img/2bg.png) no-repeat right bottom;
background-size:auto auto,38px 48px,60px 76px,auto auto;}
100% { 
background:
url(../img/2bg.png) no-repeat 0px 0px,
url(../img/2bg.png) no-repeat 180px -60px,
url(../img/2bg.png) no-repeat 800px 0px,
url(../img/2bg.png) no-repeat right 0px;
background-size:auto auto,38px 48px,60px 76px,auto auto;}
}
@-webkit-keyframes amyfirst23
{
0% { 
background:
url(../img/2bg.png) no-repeat 0px bottom,
url(../img/2bg.png) no-repeat 180px 90px,
url(../img/2bg.png) no-repeat 800px bottom,
url(../img/2bg.png) no-repeat right bottom;
background-size:auto auto,38px 48px,60px 76px,auto auto;}
100% { 
background:
url(../img/2bg.png) no-repeat 0px 0px,
url(../img/2bg.png) no-repeat 180px -60px,
url(../img/2bg.png) no-repeat 800px 0px,
url(../img/2bg.png) no-repeat right 0px;
background-size:auto auto,38px 48px,60px 76px,auto auto;}
}
.header h3 { display:none;


 
}

.content {height:auto!important; height:260px;min-height:260px;
	padding:0px 0px 0px 0px;
	

	clear:both;
}
.imgpadding {
	margin:0px 5px;
}
.imgname {
	font-size:18px;
		font-weight:bold;
	display:block;
	padding-bottom:15px;
	line-height:160%
}
.photoshowimg {
	border:2px solid #fff;
}
.aboutus p{font-size:30px;}.aboutus {
	padding:16px 20px;	font-size:30px;
	font-weight:bold;
}
.photocontent {
	text-align:center;
}
.photoh5 {
	text-align:center;
	font-size:25px;
	font-weight:bold;

	padding:10px 0px;
}
.more {
	text-align:center;
	font-size:18px;
	font-weight:bold
}
.more a {

}
.more p {

}
.footer {

}
.footer p {
	text-align:center;
	padding:10px 0px;
	font-size:12px;
}
.bottomnav span {
	font-weight:bold;
}
.footer a {
	font-size:12px;
}
.r1 {
	width:93px;
	float:right;
	position:fixed !important;
	top/**/:200px;
	position:absolute;
	z-index:300;
top:expression(offsetParent.scrollTop+200);
	right:20px;
}
.r1 img {
	height:151px;
	width:94px;
}
.bottomnav {
	text-align:center;
	font-size:15px; 
	padding:10px 0px 0px 0px;
	font-weight:bold
}
.r1 p {
	color:#000000;
	background:#FFFFFF;
	border-radius:4px;
	padding:0px;
	text-align:center
}
.r1 span {
	display:block;
	color:red;
	font-weight:bold;
	font-size:13px
}

.contentleft{
	visibility:hidden;display:none;
}

.contentwidth{text-align:center; width:95%; margin:0px auto;}
.imgclose img{width:15px; height:15px;}
 .imgclose{margin:0px -3px 0px 0px;display:block; text-align:right; position:relative;bottom:-10px;}.a1{	visibility:hidden;display:none;}
.a2{	visibility:hidden;display:none;}
.a33{visibility:hidden;display:none;}
.a4{}
.a5{}

.a7 {visibility:hidden;display:none;
}
.a8{visibility:hidden;display:none;}
.a9{visibility:hidden;display:none;}


.a6{ text-align:center; display:block; background:rgba(204,153,102,0.8); display:none;}
.a6 a{ font-size:38px; text-align:center; padding:0px 12px; font-family:"Î¢ÈíÑÅºÚ", "ËÎÌå"; color:#fff;}
.a6 a:hover,.a6 active{ color:#ffff66;}
@media only screen and (min-width: 1000px) { 
.a6 a{ font-size:28px;}
}
.content{width:100%}
.contentwidth{width:980px; margin:0px auto;}
.imgpadding,.imgname{transition: all 0.6s;position:relative; border-radius:10px;}
.imgpadding:hover,.imgpadding:active
{
transform: scale(1.028);  
}.r1hidden{ visibility:hidden;}

