/*第一层*/

.center .con_one {
	margin-top: 30px;
}

.center .con_one>span {
	text-align: center;
	margin: auto;
	display: block;
}

.center .con_one h2 {
	font-size: 32px;
	text-align: center;
	margin: auto;
	margin-top: -90px;
}

.center .con-for {
	margin-top: 80px;
}

.center .con-for .con-for-left {
	float: left;
}

.center .con-for .con-for-right {
	float: left;
	margin-left: 30px;
	margin-top: 40px;
	width: 550px;
}

.center .con-for .con-for-right h3 {
	font-size: 30px;
}

.center .con-for .con-for-right p {
	color: #666666;
	line-height: 30px;
}

.center .con-for .con-for-right p span {
	color: #0099ff;
}

.con_ul {
	clear: both;
	display: flex;
	padding-top: 50px;
	padding-bottom: 50px;
}

.con_ul li {
	width: 33.333%;
	padding: 0 20px;
}

.con_ul li span {
	font-size: 20px;
	color: #222222;
}

.con_ul li span>img {
	vertical-align: middle;
}

.con_ul li p {
	color: #646464;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}


/*第二层*/

.con-tow {
	background: #f8f8f8;
	padding: 40px 0;
}

.con-tow h2 {
	font-size: 32px;
	text-align: center;
	margin: auto;
}

.con-tow span {
	text-align: center;
	margin: auto;
	display: block;
	margin-top: 20px;
}

.con-tow p {
	font-size: 16px;
	color: #646464;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.span {
	background: #FFFFFF;
	width: 70%;
	display: block;
	text-align: center;
	padding: 10px;
	font-size: 18px;
}


/*第三层*/

.con-three {
	padding: 60px 0;
	position: relative;
}


.gin_right{width:26%;position: absolute;top: 100px;left:720px;}

.gin_right h3 {
	font-size: 30px;
}

.gin_right p {
	font-size: 18px;
	color: #666666;
	margin-top: 20px;
}

.swiper-slwi {
	position: absolute;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url(../img/Company_4.png);
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url(../img/Company_3.png);
}

.swiper-pagination span {
	display: inline-block;
}

.swiper-pagination-bullet {
	border-radius: 0 !important;
	width: 10px;
	height: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -2px;
}

.position {
	position: absolute;
	width: 300px;
	height: 213px;
	border: 1px solid #000;
	margin-top: -220px;
	z-index: 999;
}

.contain {
	width: 400px;
	height: 400px;
	margin: 40px 10px 40px 50px;
	position: relative;
	display: inline-block;
}

.box {
	width: 400px;
	height: 400px;
	margin: 0 20px;
	position: relative;
	overflow: hidden;
}

.box_wheel {
	height: 400px;
	position: absolute;
	overflow: hidden;
}

.box_wheel li {
	width: 400px;
	height: 400px;
	float: left;
}

.btn {
	width: 50px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: red;
	font-size: 30px;
	cursor: pointer;
}

.btn_left {
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -30px;
}

.btn_right {
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -30px;
}