@font-face{font-family:'siyuan'; src:url('SourceHanSansCN-Normal.ttf')}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:"siyuan";
	color:#333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF7500;
}
a:active {
	text-decoration: none;
	color: #FF7500;
}

.biaoti1 {  font-size:16px;}
.biaoti1 a:hover {text-decoration: none;color: #FF7500;}

.biaoti2 {  font-size:40px; font-weight:bold}
.miaoshu2 { font-size:16px; color:#333333; line-height:26px}

.biaoti3 {  font-size:35px; color:#555555; font-weight:bold}
.miaoshu3 { font-size:15px; color:#555555; line-height:22px}

.biaoti4 {  font-size:18px; color:#333333}
.miaoshu4 { font-size:14px; color:#555555; line-height:20px}
.miaoshu4-1 { font-size:12px; color:#555555; line-height:20px; text-align:justify}

.biaoti5 {  font-size:16px; color:#333333}
.miaoshu5 { font-size:16px; color:#333333; line-height:24px; font-weight:bold}

.biaoti6 {  font-size:15px; color:#333333; font-weight:bold}
.miaoshu6 { font-size:15px; color:#555555; line-height:20px}

.biaoti7 {  font-size:30px; color:#555555; font-weight:bold}

.shuzi1 { font-size:70px; color:#FF7500; line-height:70px; font-weight:bold}
.shuzi2 { font-size:50px; color:#FF7500; line-height:30px; font-weight:bold}
.miaoshu1 { font-size:16px; color:#333333; line-height:24px}

.foot { background-color:#f3f3f3; padding:40px 0 0 0; margin-top:50px}

.pic01{
	overflow: hidden; width:385px; margin:auto; margin-bottom:10px;
}
.pic01 img{
	cursor: pointer;
	transition: all 0.7s;
}
.pic01 img:hover{
	transform: scale(1.15);
}

.pic02{
	overflow: hidden; width:370px; margin:auto; margin-bottom:10px;
}
.pic02 img{
	cursor: pointer;
	transition: all 0.7s;
}
.pic02 img:hover{
	transform: scale(1.15);
}

#navigation 
{ 
min-width:650px;
text-align:right;
margin:auto;
float:right;
font-family:"siyuan";
font-size:17px;
padding-bottom:54px;
} 
#navigation ul 
{ 
list-style-type:none; 
margin:0px; 
padding:0px; 
text-decoration:none; 
} 
#navigation li 
{
height:55px;
line-height:55px;
float:left;
} 
#navigation li a 
{ 
display:block;
padding:0 23px; 
text-decoration:none; 
} 
#navigation li a:link,#navigation li a:visited
{ 
color:#444444;
} 
#navigation li a:hover 
{
background-image:url(../images/hengxian1.png); background-repeat:no-repeat; background-position:top center; padding:0 23px;
color:#444444;
} 

.box{
    position: relative;
    width: 227px;
    height: 397px;
	margin:0;
	float:left;
    } 
	
.box .img{
    position: relative;
    width: 227px;
    height: 397px;
    max-width: 100%;
    } 
	
.box .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	padding:143px 30px 30px 30px;
    text-align: left;
    -webkit-backface-visibility: hidden;/* 隐藏旋转元素的背面*/
    backface-visibility: hidden;
    background: rgba(255, 127, 1, 1);   /*后面这个0.6是指的背景的透明度*/
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;   /*规定提示信息怎样出现ease-in-out以慢速度开始和结束*/
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
	font-size:19px;
	line-height:26px;
	text-align:center;
}

.box a:hover .info {
    opacity: 1;    /*有opacity有0变成1*/ 
	color:#FFFFFF           
}