/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
}

a:hover {
	color: #006bb7;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*header 开始*/
.banner {
	width: 1200px;
	margin: 0 auto;
	position: relative; padding-bottom: 100px;
}

.banner .swiper-slide {
	position: relative;


}

.banner .swiper-slide img {
	width: 100%;
	height: 315px;
	display: block;
}

.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: auto;
	pointer-events: none;
}

.banner .swiper-button-prev {
	position: absolute;
	top: 45%;
	left: -80px;
	width: 68px;
	height: 65px;
	background: url(../images/zuo.jpg) no-repeat center;

	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .swiper-button-prev:hover {
	background: url(../images/zuo1.jpg) no-repeat center;
}

.banner .swiper-button-next {
	position: absolute;
	top: 45%;
	right: -80px;
	width: 68px;
	height: 65px;
	background: url(../images/you.jpg) no-repeat center;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .swiper-button-next:hover {
	background: url(../images/you1.jpg) no-repeat center;
}

.banner .swiper-slide p {

	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	width: 100%;
	background: #af342d;
}
.banner h3{
	padding: 20px 0 10px;
	font-size: 30px;
}
.banner h3 strong{
	color: #666664;
}
.banner p.pp{
	margin-bottom: 10px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
}
@media only screen and (max-width:1200px) {

	.banner {
		width: 900px;
		margin: 0 auto;
	}

	.banner .swiper-slide img {
		width: 100%;
		height: 230px;
		display: block;
	}
}

@media only screen and (max-width: 1000px) {
	.banner {
		width: 800px;
		margin: 0 auto;
	}

	.banner .swiper-slide img {
		width: 100%;
		height: 200px;
		display: block;
	}
}

@media only screen and (max-width: 750px) {
	.banner {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.banner .swiper-slide {
		width: 100%!important;
		height: auto;
	}

	.banner .swiper-slide img {
		height: auto;
	}

	.banner .swiper-button-next {
		display: none;
	}

	.banner .swiper-button-prev {
		display: none;
	}
	.banner h3{
		padding: 20px 0 10px;
		font-size: 22px;
	}
	.banner p.pp{
		font-size: 14px;
		padding-left: 0;
	}
}
