body {
    font-family: "雅黑";
}
/* 导航 */
.nav-home{
    width: 100%;
    height: 902px;
    position: relative;
}
.nav-home:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.nav-home .nav-outer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
/* .nav-outer:hover .nav-header {
    background-color: #FFF;
} */
.ed-banner{position: absolute;left:0;right: 0;top:0;bottom: 0;z-index: 1;}
.nav-outer .nav-header{
    width: 100%;
    height: 72px;
    display: block;
    padding: 10px 0;
    background-image: url('../img/logo4.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left:0;right:0;top:0;
    z-index: 999;
}
.nav-outer .nav-menu{
    width: 100%;
    margin-top: 92px;
    border-top: 1px solid #706e6e;
    box-sizing: border-box;
    font-size: 0;
    color: #f6f4f4;
    text-align: center;
    position: relative;
    z-index: 999;
}

.nav-menu>.menu-list{
    display: inline-block;
    padding: 0 35px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    color: inherit;
    cursor: pointer;
    position: relative;
}
.nav-outer .menu-sub{
   width: 100%;
   background: #b72315;
   position: absolute;
   top: 62px;
   z-index: 10;
}
.slide-cover{position: absolute;left:0;right:0;top:0;bottom:0;display: block;
background:rgba(0,0,0,0.5);}
.nav-outer .menu-sub>.menu-sub-ul{
    width: 50%;
    margin: 0 auto;
    font-size: 0;
    padding: 48px 0;
    box-sizing: border-box;
    display: none;
    text-align: left;
}
.nav-outer .menu-sub>.menu-sub-ul:hover {
    display: block;
}
.menu-sub>.menu-sub-ul>li{
    display: inline-block;
    width: 33.33%;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.index-banner {
    z-index: 10;
	width: 100%;
    position: relative;
    text-align: center;
}
.index-banner em {
	font-style: stroke;
	font-size: 24px;
	color: #dcdcdc;
	display: block;

}
@keyframes box1
{
	0%{ position:relative; left:-100px; opacity:0;}
	100%{  position:relative; left:0px; opacity:1}
}
.index-banner strong {
	font-size: 50px;
	color: #FFF;
	display: block;
	letter-spacing: 10px;
	margin-top: 30px;


}

@keyframes box2
{
	0%{ position:relative; left:-100px; opacity:0;}
	100%{  position:relative; left:0px; opacity:1}
}
.index-banner .logo-s {
	display: block;
	width: 194px;
	height: 80px;
    background: url('../img/logo-true.png') no-repeat;
    background-position: center;
	margin: 30px auto 20px auto;


}
@keyframes box3
{
	0%{ transform:scale(0)}
	100%{  transform:scale(1)}
}
.index-banner p {
	font-size: 18px;
	color: #f9f9f9;
	position:relative;

    margin-bottom: 18px;
}
@keyframes box4
{
	0%{ position:relative; left:-100px; opacity:0;}
	100%{  position:relative; left:0px; opacity:1}
}
.index-banner .a-fot {
	display: block;
	width: 31px;
	height: 79px;
	background: url('../img/fot.png') no-repeat;
    text-align: center;
    margin: 168px auto;
}
/* 按钮 */
.page-btn{
    width: 62.5%;
    height: 36px;
    margin:  0 auto;
    text-align: center;
    font-size: 0;
}
.page-btn>li{
    display: inline-block;
    width: 36px;
    height: 100%;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #efefef;
    text-align: center;
    line-height: 36px;
    box-sizing: border-box;
    font-size: 14px;
    color: #41464f;
    cursor: pointer;
}
.page-btn>li.active{
    background: #b72315;
    color: #fff;
}
.page-btn-me{padding: 20px 0;text-align: center;font-size: 0;}
.page-btn-me a,.page-btn-me span{display:inline-block;margin: 0 5px;line-height: 36px;padding: 0 15px;font-size: 14px;color:#414141;border:1px solid #999;background: #fff;}