html,body{
	height: 100%;
}
body{
	overflow-y:scroll ;
	/*overflow-x: hidden;*/
}
*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑",arial,"microsoft yahei";
	color: #333;
}
ul{
	list-style: none;
}
a{
	color: #333;
	text-decoration: none;
}
.fl,header>nav ul>li{
	float: left;
}
.fr{
	float: right;
}
.container{
	width: 1180px;
	margin: 0 auto;
}
.container:after{
	content: '';
	display:block;
	clear:both;
}
.clear:after{
	content: '';
	display:block;
	clear:both;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.bg-black{
	background: #232524;
}
.bg-red{
	background: #DD2024;
}
.bg-gray{
	background: rgb(153,153,153);
}
.bg-white{
	background: #fff;
}
.c-white,.c-white h2{
	color: #fff;
}
.c-gray{
	color: #A5A5A5;
}
.relative{position: relative;}
.img-responsive{
	display: block;
	max-width: 100%;
}
.margin-top30{
	margin-top: 30px !important;
}
.margin-top50{
	margin-top: 50px;
}
.padding-top30{
	padding-top: 30px;
}
.padding-top50{
	padding-top: 50px;
}
.padding-bottom50{
	padding-bottom: 50px;
}
img.app{
	display: none;
}
header>nav #navbar-toggle>ul>li{
	line-height: 44px;
	position: relative;
	transition: all .3s ease-out 0s;
}
.logo img{display: block;
    margin-top: 20px;
    height: 26px;}
header>nav>#navbar-toggle>ul>li>a{
    display: block;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    width: 150px;
    text-align: center;
}
header .nav>li>a span {
    display: inline-block;
    position: relative;
    transition: all ease-out .3s;
	font-size: 15px;
}
header .nav>li a.active span,
header .nav>li:hover a span {
	transform: translateY(-100%)
}
header .nav > li > a span:before{
	width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    position: absolute;
    bottom: -42px;
    left: 0;
}
header .nav>li>a span::before {
    background: #2882B4;
    bottom: -40px;
}
header .nav>li>a span:after {
    content: attr(data-title);
    position: absolute;
    color: #2882B4;
    left: 0;
    transform: translateY(100%);
    width: 100%;
}
header>nav ul>li>a:hover{
	color:#2882B4 ;
}
#navbar-toggle button{
	display: none;
}
nav ul.fr a img{
	margin: -5px 10px;
}
nav>.container{
	padding: 16px 0;
}
.nav-toggle{
	width: 150px;
	position: absolute;
    top: 64px;
    left: 0;
    display: none;
    transition: all .3s;
}
.nav-toggle .container{
	padding: 0;
}
.nav-toggle.toggle-down{
	display: block;
	transition: all .3s;
	z-index: 10;
}
.nav-toggle a{font-size:14px;}
header .nav .nav-toggle li a {
    font-weight: 500;
    color: #333;
    padding: 10px 15px;
    line-height: 22px;
    display: block;
    transition: all .2s ease-in-out;
    font-size: 12px;
}
header .nav .nav-toggle li a {
    text-indent: 0;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    border-bottom: 1px solid transparent;
    background: #fff;
}
header .nav .nav-toggle li a:hover{
	padding-left: 24px;
	padding-right: 0;
	color: #2882B4;
	background-color: #F5F5F5
}
.nav-toggle li,.nav-toggle ul.fr{width: 100%;}
.swiper-slide>img{
	display: block;
	max-width: 100%;
	margin: auto;
}
.clearfix {
    zoom: 1;
}
.list-inline>li {
    display: inline-block;
}
footer{
	width: 100%;
	background: #F5F5F5;
}
footer .container{
	padding: 20px 0;
}
footer img{height: 26px;}
footer li,footer p,footer a{
	color: #535353;
	font-size: 12px;
}
footer .fr li,footer .fl li{
	padding: 3px 0;
}
footer .fr li a{
	display: block;
	border-right: 1px solid #535353;
	padding-right:5px ;
}
footer .fr li:last-child a{
	border-right:0;
}
@media only screen and (max-width:768px ) {
		.container{
		width: 98%;
		margin: 0 1%;
	}
footer .fr,footer .fl{float: none;}
header .nav>li:hover a span {
    transform: translateY(0);
}
header .nav>li>a span::before {
    background: transparent;
    bottom: -42px;
}

header .nav > li > a span:before,header .nav>li>a span:after{display: none;}
}
@media only screen and (max-width:991px ) {
		nav .container{
		padding: 0;
	}

	.logo img:first-child{
		height: 25px;
		margin-top:0 ;
	}
	#navbar-toggle>button{
		display: inline-block;
	}
	#navbar-toggle>ul{
		display: block;
		opacity: 0;
			float: none;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	transition: all .4s linear;
	z-index: -1;
	}
	
		header nav{
		padding: 10px 0;
	}
	header>nav ul>li {
    margin: 0;
}
#navbar-toggle>button{
    float: right;
    border: none;
    background-color: #fff;
    outline: none;
    position: relative;
    top: 3px;
    right: 5px;
}
#navbar-toggle>button span{
	display: block;
	width: 20px;
    height: 2px;
    background: #333;
    margin: 3px auto 0;
    transition: all .6s;
}
#navbar-toggle .show{
	opacity: 1;
	transform: translateY(0);
    transition: all .4s linear;
    z-index: 10;
}
header>nav #navbar-toggle>ul>li{
	float: none;
	border-bottom: 1px solid #EAEAEA;
	background-color: #fff;
	margin: 0;
	
}
#navbar-toggle button.close span:nth-child(1) {
    transform: matrix(.707107,.707107,-.707107,.707107,0,4);
    transition: all .6s;
}
#navbar-toggle button.close span:nth-child(2) {
    opacity: 0;
    transition: all .6s;
}
#navbar-toggle button.close span:nth-child(3) {
    transform: matrix(.707107,-.707107,.707107,.707107,0,-6);
    transition: all .6s;
}
header>nav #navbar-toggle>ul>li>a:hover:after, header>nav #navbar-toggle>ul>li>a.active:after{
	display: none;
}
.nav-toggle{
	display: none;
	position: relative;
	top: 0;
	background: transparent;
	width: 100%;
}
.nav-toggle .fr{
	float: none;
}
.nav-toggle li{
	float:none;display: block;
	border-top: 1px solid #EAEAEA;
}
.nav-toggle li a{
	color: #333;
}
nav .fa-right{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/arrow-right.png);
    background-size: contain;
    position: absolute;
    right: 0;
    top: 13px;
}
header .nav .nav-toggle li a{padding: 10px 25px;}
header .nav>li>a span:after {
    content: attr(data-title);
    position: absolute;
    color: #333;
    left: 0;
    transform: translateY(100%);
    width: 100%;
}
header .nav>li>a span::before {
    background: transparent;
}
header>nav>#navbar-toggle>ul>li>a{padding: 5px;width: 100%;text-align: left;    box-sizing: border-box;}
}
@media only screen and (min-width: 769px) and (max-width:991px) {
	.container{
		width: 750px;
	}
	

}
@media only screen and (min-width: 992px) and (max-width:1199px) {
	.container{
		width: 970px;
	}

}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}