﻿
img {
	max-width: 100%;
}
* {
	outline: none;
}


.banner {
	clear: both;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.banner .slick-slider, .banner .slick-list, .banner .slick-track, .banner .slick-slide {
	height: 100%;
}
.banner a {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner .txt {
	display: none;
	padding-top: 330px;
	max-width: 540px;
	color: #fff;
}
.banner .slick-active .txt {
	display: block;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.banner .txt {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.banner .txt h2 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
.banner .txt h2 span {
	display: block;
	font-size: 42px;
	line-height: 1;
	text-transform: uppercase;
}
.banner .txt p {
	padding: 10px 0;
	font-size: 14px;
	line-height: 26px;
}
.banner .txt li {
	display: block;
	width: 120px;
	text-align: center;
	line-height: 54px;
	margin-top: 10px;
	color: #005cae;
	border-radius: 5px;
	background: #fff;
	font-size: 20px;
	font-style: normal;
	margin-right: 15px;
	float: left;
	list-style: none;
}
.banner .slick-dots {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.banner .slick-dots li {
	display: inline-block;
	margin: 0 5px;
		background-color: #fff;
	border-radius: 50%;
}
.banner .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	border: none;
	cursor: pointer;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: 999px;
	background-color: #fed929;
	border-radius: 50%;
	opacity: 0;
	filter: alpha(opacity=80);
}
.banner .slick-dots li.slick-active button {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*Common For Max 960*/
@media only screen and (max-width: 1099px) {
.banner {
	height: auto;
}


/*首页*/
.banner {
	height: auto;
}
.banner .txt {
	padding-top: 60px;
}
.banner .txt h2 {
	font-size: 24px;
}
.banner .txt h2 span {
	font-size: 34px;
}

}

.banner {
	height: auto;
}
.banner .txt {
	padding-top: 40px;
}
.banner .txt h2 {
	font-size: 20px;
}

.banner .txt h2 span {
	font-size: 28px;
}
.banner .txt p {
	font-size: 14px;
	line-height: 20px;
}
.banner .txt em {
	margin-top: 0;
}


/*Common For Max 320*/
@media only screen and (max-width: 479px) {
/*首页*/
.banner {
	height: auto;
}
.banner .txt {
	padding-top: 50px;
}
.banner .txt h2 {
	font-size: 12px;
}
.banner .txt h2 span {
	font-size: 14px;
}
.banner .txt p {
	font-size: 0.6rem;
	line-height: 20px;
}
.banner .none {
	display: none !important;
}

}
