@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
a {
	margin: 0;
	padding: 0;
}

body {
	font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;
}

.dis {
	display: block;
}

.area1 {
	display: block;
	width: 100%;
	height: auto;
}

.area2 {
	display: block;
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.bgImg img {
	width: 100%;
}

.title {
	text-align: center;
}

.pcNone {
	display: none;
}

.nav {
	height: 200px;
	background: url(../img/qy_bg.png);
	margin-top: -150px;
	position: relative;
	z-index: 1;
	padding-top: 84px;
}

.navCont {
	width: 1047px;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #5d481a;
	margin: 0 auto;
}

.title {
	margin-top: 85px;
	margin-bottom: 20px;
}

.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
}

.swiper-slide {
	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-slide1{
	padding-top: 30px;
}

.swiper-slide1 img{
	border: solid 3px #ea784e;
	width: 276px;
	height: 310px;
}

.swiper-slide1 p{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #b33f14;
}

.swiper-slide1 p strong{
	font-weight: 600;
}

.swiper-pagination-bullet{
	background-color: #f6c2b0;
	border-radius: 50%;
	opacity:1;
}

.swiper-pagination-bullet-active{
	width: 26px;
	height: 7px;
	background-color: #e07f5c;
	border-radius: 4px;
}

.box1{
	position: relative;
}

.swiper-button-next, .swiper-button-prev{
	top: auto;
	bottom: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	width: 44px;
	height: 44px;
	background: url(../img/right_arrow.png);
	right: 35%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	width: 44px;
	height: 44px;
	background: url(../img/left_arrow.png);
	left: 35%;
}

.swiper-button-next2, .swiper-container-rtl .swiper-button-prev2{
	width: 44px;
	height: 44px;
	background: url(../img/right_arrow02.png);
	right: 35%;
}

.swiper-button-prev2, .swiper-container-rtl .swiper-button-next2{
	width: 44px;
	height: 44px;
	background: url(../img/left_arrow01.png);
	left: 35%;
}

.swiper-container2 .swiper-pagination-bullet-active{
	background-color: #ff096d;
}

.bot{
	margin-top: 130px;
}

