.banner{
	width: 100%;
	position: relative;
}
.banner li{
	width: 100%;
}
.banner li img{
	width: 100%;
}
.banner-b{
	width: 1200px;
	height: 260px;
	background: #fff;
	margin: 0 auto;
	z-index: 1;
	position: absolute;
	bottom: -130px;
	left: 50%;
	margin-left: -600px;
	text-align: center;
}
.banner-b .banner-b-t{
	padding-top: 36px;
	font-size: 24px;
}
.banner-b .banner-b-c{
	overflow: hidden;
	margin-top: 30px;
}
.banner-b .banner-b-c .banner-b-in{
	width: 399px;
	padding: 10px 0;
	float: left;
	border-right: 1px solid #DCDCDC;
}
.banner-b-c .banner-b-in img{
	width: 40px;
}
.banner-b-c .banner-b-in p{
	font-size: 14px;
}
.banner-b-c .banner-b-in p.h4{
	font-size: 36px;
	color: #FFE400;
	padding-top: 10px;
	display: inline;
}

.wrap{
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}
.wrap .wrap-t{
	font-size: 38px;
	padding: 70px 0 15px;
	text-align: center;
}
.wrap-t span{
	display: inline-block;
	width:98px;
	height:2px;
	background:rgba(224,224,224,1);
	vertical-align: middle;
}
.wrap-t p{
	display: inline-block;
	margin: 0 35px;
}
.wrap .color-9{
	text-align: center;
}
.business{
	padding-top: 40px;
	overflow: hidden;
	text-align: center;
	min-height: 160px;
}

.business ul {
	display: none;
}
.business li{
	float: left;
	width: 25%;
}
.business .business-icon{
	margin-bottom: 20px;
	display: inline-block;
}
.business .business-icon img{
	width: 130px;
	height: 130px;
	margin-top: 24px;
}
.business .h5{
	font-size: 16px;
	font-weight:bold;
	line-height:38px;
}
.us-con {
	min-height: 500px;
	padding-top: 40px;
}
.us{	
	display: none;	
}
.us-c{
	overflow: hidden;
}
.us-c .float-l{
	width: 522px;
}
.us-c .float-l img{
	width: 522px;
	height: 416px;
}
.us-c .float-r{
	width: 428px;
	height: 286px;
}
.us-c .float-r .h4{
	font-size: 18px;
	padding-top: 40px;
}
.us-c .float-r h3{
	font-size: 44px;
	padding: 3px 0 10px;
}
.us-c .float-r p{
	line-height: 28px;
	text-indent: 24px;
	font-size: 13px;
}
.pr{
	overflow: hidden;
	margin-top: 160px;
	padding-bottom: 20px;
}
.pr-l{
	float: left;
}
.pr-l h5{
	font-size: 20px;
	font-weight: bolder;
	padding-bottom: 14px;
}
.pr-r{
	float: right;
	width:155px;
	height:36px;
	line-height: 36px;
	border:2px solid #333333;
	text-align: center;
	position: relative;
	font-size: 13px;
	margin-right: 50px;
	margin-top: 10px;
}
.pr-r span{
	display: inline-block;
	width: 70px;
	height: 2px;
	background: #333;
	position: absolute;
	right: -50px;
	top: 16px;
}
.pr-r span::after{
	width: 0;
	height: 0; 
	content: '';
	display: inline-block;
	border: 5px solid transparent;
	border-left: 7px solid #333;
	position: absolute;
	right: -7px;
	top: -4px;
}
.us-c .siz-12{
	color: #999;
	line-height: 24px;
}

.bg-gray2{
	width: 100%;
	height: 212px;
	background: #F5F5F5;
	margin-top: -300px;
}

.advantage{
	width: 1120px;
	margin: 0 auto;
	padding-top: 30px;
	display: none;
}

.advantage ul {
	display: flex;
	justify-content: space-between;
}

.advantage li{
	border: 2px solid #CCCCCC;
	width: 256px;
	height: 320px;
	text-align: center;
	box-sizing: border-box;
}

.advantage li:first-child {
	padding-top: 22px;	
}

.advantage li:nth-child(2) p {
	margin-top: -120px;
}

.advantage li:nth-child(3) {
	padding-top: 22px;	
}

.advantage li:last-child p {
	margin-top: -120px;
}

.advantage li p{
	font-size: 18px;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.advantage li p span {
	margin-left: 10px;
	display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(0deg);
	border-width: 0 6px 10px 6px;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #000000;
}

.advantage li:nth-child(2) p span {
	margin-left: 10px;
	display: inline-block;
	width: 0;
	transform: rotate(180deg);
    height: 0;
    border-style: solid;
	border-width: 0 6px 10px 6px;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #000000;
}

.advantage li:nth-child(3) p span {
	margin-left: 10px;
	display: inline-block;
	width: 0;
	transform: rotate(0deg);
    height: 0;
    border-style: solid;
	border-width: 0 6px 10px 6px;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #000000;
}

.advantage li:last-child p span {
	margin-left: 10px;
	display: inline-block;
	width: 0;
	transform: rotate(180deg);
    height: 0;
    border-style: solid;
	border-width: 0 6px 10px 6px;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #000000;
}

.cooperation-text{
	text-align: center;
}
.cooperation-text h4{
	font-size: 30px;
	padding: 40px 0 20px;
}
.cooperation-text p{
	line-height: 24px;
	color: #999;
}
.cooperation {
	text-align: center;
	padding: 60px 0 100px;
}

.cooperation ul li:last-child {
	display: none;
}


.hexagon {
	position: relative;
	width: 216px;
	height: 240px;
	background: url(../img/hexagon.png);
	background-size: cover;
	text-align: center;
}
.hexagon img{
	width: 140px;
	align-items: center;
}

.swiper-container {
	height: 750px;
}

.swiper-container img {
	width: 100%;
}

.firstSlide {
	position: relative;
}

.firstSlide div {
	position: absolute;
	top: 63px;
	left: 15%;
}

.firstSlide div img:first-child {
	width: 736px;
	height: 509px;
}

.firstSlide div img:nth-child(2) {
	width: 158px;
	height: 316px;
	position: absolute;
	bottom: -160px;
	left: 615px;
	z-index: 2020;
}

.firstSlide div img:last-child {
	width: 454px;
	height: 452px;
	position: absolute;
	left: 725px;
	bottom: -155px;
    z-index: 1005;
}

.secondSlide {
    position: relative;	
}

.secondSlide .statistics {
	position: absolute;
	top: 130px;
	left: 40%;
}

#statistics {
	position: absolute;
	top: 270px;
	left: 48%;
	display: none;
	z-index: 2020;
}

#statistics .title {
	color: #333333;
	font-size: 30px;
	text-align: center;
}

#statistics .title span {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
}

.secondSlide div .title {
	color: #333333;
	font-size: 30px;
	text-align: center;
}

.secondSlide div .title span {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
}

.statistics-con {
	margin-top: 27px;
	background-color: rgba(255,255,255,.5);
	width: 520px;
	height: 265px;
	padding: 50px 110px;
}

.t div {
	margin-bottom: 25px;
}

.com {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.com div {
	width: 180px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.b div {
	border: none;
}

.com p.line {
	width: 1px; 
	height: 100px;
	background-color: #DCDCDC;
}

.com div .type {
	color: #666666;
	font-size: 20px;
}

.com div p {
	margin-top: 15px;
}

.com div p span {
	color: #FFE400;
	font-size: 50px;	
}

.com div p b {
	color: #FFE400;
	font-size: 50px;
	font-weight: normal;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.pagination span {
	border-radius: 50%;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #D8D8D8;
}

.pagination span:first-child {
	margin-right: 10px;
}

.pagination span.active {
	width: 20px;
	height: 20px;
	background-color: #FFE400;
}


