﻿/*更多 http://www.bootstrapmb.com*/
@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}


/* wrap */
.wrap {
	margin: 0 auto;
	/* width: 1134px; */
	height: 700px;
	position: relative;
	overflow: hidden;
}

.pic {
	width: 100%;
	height: 700px;
	cursor: pointer;
}

.pic1 {
	background: url(../image/tj1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	border-radius: 30px;
}

.pic_num1 {
	width: 3%;
	/* height: 79px; */
	position: absolute;
	bottom: 60px;
	left: 17px;
	/* background: url(../image/pic_num.jpg); */
	color: #fff;
	/* background-position: 0 0; */
	display: none;
	line-height: 30px;
			text-align: center;
}

.pic2 {
	background: url(../image/tj2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 1249px;
	z-index: 5;
	border-radius: 30px;
}

.pic_num2 {
	width: 3%;
	/* height: 79px; */
	position: absolute;
	bottom: 60px;
	left: 17px;
	/* background: url(../image/pic_num.jpg); */
	color: #fff;
	/* background-position: -69px 0; */
	line-height: 30px;
			text-align: center;
}

.pic3 {
	background: url(../image/tj3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 1340px;
	z-index: 5;
	border-radius: 30px;
}

.pic_num3 {
	width: 3%;
	/* height: 79px; */
	position: absolute;
	bottom: 60px;
	left: 17px;
	/* background: url(../image/pic_num.jpg); */
	color: #fff;
	/* background-position: -138px 0; */
	line-height: 30px;
			text-align: center;
}

.pic4 {
	background: url(../image/tj4.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 1431px;
	z-index: 7;
	border-radius: 30px;
}

.pic_num4 {
	width: 3%;
	/* height: 79px; */
	position: absolute;
	bottom: 60px;
	left: 17px;
	/* background: url(../image/pic_num.jpg); */
	color: #fff;
	/* background-position: -207px 0; */
	line-height: 30px;
			text-align: center;
}

.accordion_box {
	padding: 100px 0;
	background-image: url(../image/index/背景\ \(3\).png);
	box-sizing: border-box;
}

.pic_content {
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	padding: 80px 100px;
	width: 80%;
	height: 100%;
	color: #fff;
	box-sizing: border-box;
}

.pic_content .p_box {
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	border-radius: 30px;
	box-sizing: border-box;
}

.pic_content .p_box img {
	border-radius: 30px;
}

.pic_content h4 {
	text-align: center;
}