
nav{
	font-family: "微软雅黑";
}
ol{
	position: absolute;
	width: 120px !important;
	background: #293977;
	z-index: 999;
	display: none;
}
.ol-01,.ol-02{
	transform: scaleY(0);	
	transition: all .5s; 
	transform-origin: top;
}
ol li{
	float: none !important;
	line-height: 50px;
	width: 100% !important;
	color: #fff;
}
.clear{
	clear: both;
}
.swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide img{
    	width: 100%;
    }
.top{
	height: 30px;
	line-height: 30px;
	background: #fff;
	text-align: right;
	width: 170px;
	float: right;
	color: #999;
	font-size: 12px;
	position: relative;
}
.top img{
	text-align: justify;
	float: left;
}
.container{
	width: 80%;
	margin-left: 10%;
}
.logo{
	float: left;
	height: 80px;
}
.logo img{
	height: 50px;
	vertical-align: middle;
}
nav{
	background: #293977;
	line-height: 80px;
	
}
nav ul{
	float: right;
}
nav ul li{
	list-style: none;
	float: left;
	width: 110px;
	text-align: center;
	
}
nav ul li:hover{
	background: #23326a;
}
nav ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.active{
	background: #23326a;
}
.footer{
	font-size: 14px;
	position: relative;
}
.footer p{
	line-height: 2;
}
.footer-top{
	background: #1b213b;
	padding-top: 50px;
	padding-bottom: 50px;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.f-right ul li{
	float: left;
	list-style: none;
		margin-right: 20px;
}
.f-right ul li img{
	

	cursor: pointer;
}
.weixin{
	width: 40px;
	height: 40px;
	background: url(../images/index/weixin.png);
	background-size: 100%;
	transition: all .5s; 
}
.weibo{
	width: 40px;
	height: 40px;
	background: url(../images/index/weibo.png);
	background-size: 100%;
	transition: all .5s; 
	
}
.weixin:hover .show{
	visibility: visible;
	animation: fadeInn .5s;
}
.weibo:hover .shower{
	visibility: visible;
	animation: fadeInn .5s;
	
}
.show {
    visibility: hidden;
    margin-top: -105px;
    margin-left: -25px;
    position: absolute;
    width: 100px;
    height: 100px;
}
.shower {
    visibility: hidden;
     margin-top: -105px;
    margin-left: -25px;
    position: absolute;
     width: 100px;
    height: 100px;
}
.footer-top p{
	color: #fff;
}
.footer-top a{
	color: #fff;
}
.footer-bottom{
	background: #121526;
}
.footer-bottom p{
	color: #999;
	text-align: center;
	font-size: 11px;
}

#weibo img,#weixin img{
	width: 100px;
	height: 100px;
	
}
@-webkit-keyframes fadeInn {

0%{
opacity:0;
}
100% {
opacity:1;
	}

}

@keyframes fadeInn  {

0%{
opacity:0;
}
100% {
opacity:1;
	}
}
1;
	}
}
