/* CSS Document */
* {
	/* max-height: 100%; */
}

table {
	padding: 0;
	margin: 0;
	border: 1px solid #eeeeee;
	border-collapse: collapse;
	width: 100%;
}

table th,
table td {
	padding: 2vw;
	margin: 0;
	border: 1px solid #eeeeee;
}

table th {
	line-height: 1.8;
	font-size: 4.2vw;
	color: #ae895a;
	background-color: #f2f2f2;
	font-weight: 700;
}

table td img {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

table tr:nth-child(odd) {
	background-color: #f8f8f8;
}

/*str*/
.header,
.header-1,
.header-2 {
	width: 100%;
}

.header img,
.header-1 img,
.header-2 img {
	width: 100%;
	height: auto;
}

.wrappAllW {
	margin-left: 4vw;
	margin-right: 4vw;
}

.header-1 {
	margin-top: 6vw;
}

.header-2 {
	margin-top: 6vw;
}

.cont-no1wrapp {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #ece6df;
	border-radius: 2vw;
	padding: 4vw;
}

.contLine {
	width: 100%;
	height: 3vw;
}


.footer {
	width: 100%;
	line-height: 1.5;
	padding: 3vw 0;
	text-align: center;
	background: #333;
	color: #888;
}

.line-head {
	height: 13.3vw;
}

.goTop {
	width: 12vw;
	height: 12vw;
	position: fixed;
	right: 4vw;
	bottom: 20vw;
}

.goTop img {
	width: 100%;
	height: auto;
	opacity: 0.65;
}

.banner {
	background: url(../images/index_05.png) no-repeat center;
	background-size: 100% auto;
	width: 100%;
	height: 111vw;
	position: relative;
	margin-top: 6vw;
}

.lunbo {
	width: 45.3vw;
	height: 97.7vw;
	position: absolute;
	left: 28.6vw;
	top: 6.1vw;
	border-radius: 4.5vw;
	overflow: hidden;
}

.wrapp-c-1 {
	width: 90%;
	height: auto;
	margin: 2vw auto 0;
}

.wrapp-c-1 a {
	display: inline-block;
	float: left;
}

.wrapp-c-1 a img {
	width: 100%;
	height: auto;
}

.wrapp-c-1 a.link-gw {
	width: 100%;
	height: auto;
	margin-bottom: 2vw;
}

.wrapp-c-1 a.link-1 {
	width: 49.5%;
	height: auto;
	margin-right: 2%;
}

.wrapp-c-1 a.link-2 {
	width: 48%;
	height: auto;
}

.wrapp-c-1 a.link-1,
.wrapp-c-1 a.link-2 {
	margin-bottom: 1.5vw;
}

/*  */
.pos {
	position: relative;
}

.wrapp-c-2 {
	width: 90%;
	height: 10vw;
	background-size: 100% auto;
	margin-left: auto;
	margin-right: auto;
}

.wrapp-c-2 a {
	display: inline-block;
	margin-right: 2%;
	width: 32%;
}

.wrapp-c-2 a:nth-last-child(1) {
	margin-right: 0;
}

.wrapp-c-2 a img {
	width: 100%;
}

.alltitles {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 4vw;
	color: #404261;
	margin: 2vw auto 3vw;
}

.wrapp-c-3-w {
	width: 100%;
	height: auto;
	padding: 4vw 0 1.5vw;
	background: #FFFFFF;
	border-radius: 20px;
}
.wrapp-c-3 {
	width: 85%;
	height: auto;
	margin: 0 auto 2.5vw;
	line-height: 8vw;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	padding: 10px;
	border-radius: 10px;
}
/* 样式1 */
.wrapp-c-3 .ls1 {
	width: 18%;
	text-align: center;
	border: 1px solid #eaeff3;
	color: #333;
	border-radius: 0.8vw 0 0 0.8vw;
}

.wrapp-c-3 .ls2 {
	width: 60%;
	background-color: #FFFFFF;
	padding-left: 3vw;
	text-align: center;
	box-sizing: border-box;
}

.wrapp-c-3 a.l2 {
	display: inline-block;
	width: 20%;
	height: 8vw;
	line-height: 8vw;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ffe47c;
	background-color: #ffe47c;
	color: #6c4613;
	font-weight: bold;
	margin-left: 2%;
}

.zhenshu {
	width: 90%;
	height: auto;
	margin: 0 auto 6vw;
	padding-top: 3.5vw;
}

.zhenshu img {
	width: 100%;
	height: auto;
}

.goodBox .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 45.3vw;
	height: 97.7vw;
}

.goodBox .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 4.2vw;
	overflow: hidden;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
	z-index: 10;
	display: none;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 20px;
	height: 2px;
	/* border-radius: 10px; */
	background: #999;
	/* box-shadow: 0px 1px 2px #555 inset; */
	margin: 0 3px;
	cursor: pointer;
}

.swiper-active-switch {
	background: #32a6fe;
}


.wtitall {
	position: relative;
	text-align: center;
	height: 28px;
	line-height: 28px;
}

.wtitall .tit {
	position: absolute;
	top: 0;
	left: 50%;
	width: 160px;
	font-size: 20px;
	margin-left: -80px;
	/* background-color: #e9eff3; */
	z-index: 2;
	color: #333;
}

.wtitall span.linebor {
	position: absolute;
	display: block;
	width: 65%;
	height: 7px;
	top: 11px;
	left: 42%;
	margin-left: -25%;
	z-index: 1;
	background: url(../../images/x2/btback.png) no-repeat center;
}


.yellowCircle{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #d27113;
}

.redCircle{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 5px;
	background-color: red;
}

.greenCircle{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 5px;
	background-color: green ;
}