
.banner ul{
	position: relative;
}
.banner ul li{
	width: 100%;
	height: 700px;
	float: left;
	background: url(../images/banner1.jpg) no-repeat center;
	background-size: cover;
}
.banner ul li:nth-child(2){
	background: url(../images/banner2.jpg) no-repeat center;
	background-size: cover;
}
.banner ul li:nth-child(3){
	background: url(../images/banner3.jpg) no-repeat center;
	background-size: cover;
}
.banner ul li:nth-child(4){
	background: url(../images/banner4.jpg) no-repeat center;
	background-size: cover;
}

.banner ul li>div{
	position: relative;
	max-width: 1200px;
	width: 83%;
	margin: 0 auto;
	font-size: 67px;
	font-family: Regular;
	color: #fff;
	line-height: 1.2;
	top: 34%;
	text-shadow: 2px 1px 3px #666;
}
.banner ul li:nth-child(1)>div{
	width: 75%;
	text-align: center;
	top:16%;
}
.banner ul li:nth-child(2)>div{
	text-align: left;
}
.banner ul li:nth-child(3)>div{
	color: #df0515;
	text-align: right;
}
.banner ul li:nth-child(4)>div{
	color: #df0515;
}
.banner .banner-dian{
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
}
.banner-dian span{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 7px;
	opacity: .8;
	display: inline-block;
	cursor: pointer;
}
.banner-dian span.current{
	background-color: #DF0515;
}

/* 绉诲姩绔痓anner */
.banner1024 ul li{
	height: 600px;
	background: url(../images/banner1_yd.jpg) no-repeat center;
	background-size: cover;
}
.banner1024 ul li:nth-child(2){
	background: url(../images/banner2_yd.jpg) no-repeat center;
	background-size: cover;
}
.banner1024 ul li:nth-child(3){
	background: url(../images/banner3_yd.jpg) no-repeat center;
	background-size: cover;
}
.banner1024 ul li:nth-child(4){
	background: url(../images/banner4_yd.jpg) no-repeat center;
	background-size: cover;
}
.banner1024 ul li:first-child>div,.banner1024 ul li:last-child>div{
	display: none;
}
.banner1024 ul li:nth-child(n + 2)>div{
	width: calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	font-size: 70px;
}
.banner1024 ul li:nth-child(3)>div{
	top: 41%;
}
.banner1024 .banner-dian {
    bottom: 20px;
}
.banner1024 .banner-dian span{
	width: 20px;
	height: 20px;
	margin: 0 16px;
}
/* 鏍囬 */
.title{
	font-size: 32px;
	text-align: center;
	margin-top: 90px;
	font-family: Regular;
}

/* 涓昏鏈烘瀯鍏ュ彛 */
.sort{
	width: 83%;
}
.sort .main ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 62px;
}
.sort .main ul>li{
	width: 20%;
	overflow: hidden;
	cursor: pointer;
}

.main ul .ele{
	max-width: 218px;
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	height: 218px;
	padding: 9px;
	border-radius: 50%;
	border: 1px #f2f2f2 solid;
	margin: 0 auto;
	position: relative;
}
.main ul .ele_current{
	border: 1px #DF0515 solid;
}
.ele .geometry1,.ele .geometry2,.ele .geometry3,.ele .geometry4{
	width: calc(50% + 2px);
	width: -moz-calc(50% + 2px);
	width: -webkit-calc(50% + 2px);
	height: calc(50% + 2px);
	height: -moz-calc(50% + 2px);
	height: -webkit-calc(50% + 2px);
	position: absolute;
	-moz-transform-origin: 100% 100%;
	-webkit-transform-origin:100% 100%;
	-o-transform-origin:100% 100%;
	top: -1px;
	left: -1px;
	z-index: 1;
	background-color: #fff;
}
.ele .geometry2{
	-moz-transform-origin: 0 100%;
	-webkit-transform-origin:0 100%;
	-o-transform-origin:0 100%;
	right: -2px;
	left: auto;
}
.ele .geometry3{
	-moz-transform-origin: 100% 0;
	-webkit-transform-origin:100% 0;
	-o-transform-origin:100% 0;
	top: auto;
	bottom: -2px;
}
.ele .geometry4{
	-moz-transform-origin: 0 0;
	-webkit-transform-origin:0 0;
	-o-transform-origin:0 0;
	top: auto;
	left: auto;
	bottom: -2px;
	right: -2px;
}
.main li:nth-child(1) .ele .geometry3{
	transform: rotate(36deg);
}
.main li:nth-child(1) .ele .geometry4{
	transform: rotate(-36deg);
}

.main li:nth-child(2) .ele .geometry2{
	transform: rotate(-18deg);
}
.main li:nth-child(2) .ele .geometry4{
	transform: rotate(54deg);
}

.main li:nth-child(3) .ele .geometry2{
	transform: rotate(72deg);
}

.main li:nth-child(4) .ele .geometry1{
	transform: rotate(-72deg);
}


.main li:nth-child(5) .ele .geometry1{
	transform: rotate(18deg);
}
.main li:nth-child(5) .ele .geometry3{
	transform: rotate(-54deg);
}


.ele .text,.ele .text .text_current{
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	height: calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	border-radius: 50%;
	background-color: #5976b9;
	font-family: Light;
	position: absolute;
	overflow: hidden;
	z-index: 9; 
}
.main ul>li:nth-child(2) .ele .text{
	background-color: #8dc8c5;
}
.main ul>li:nth-child(3) .ele .text{
	background-color: #77b5d5;
}
.main ul>li:nth-child(4) .ele .text{
	background-color: #ed7458;
}
.main ul>li:nth-child(5) .ele .text{
	background-color: #7888c3;
}
.ele .text>p{
	font-size: 28px;
	text-align: center;
	line-height: 218px;
	color: #fff;
}

.ele .text>img{
	display: block;
	margin: 0 auto;
	width: 78%;
	margin-top: 44%;
}

.ele .text .text_current{
	background-color: #DF0515;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	line-height: 2;
	display: none;
}
.ele .text .text_current p{
	font-size: 24px;
	margin-top: 20%;
}
.ele .text .text_current div{
	font-size: 14px;
	margin-top: 16px;
}
.ele .text .text_current>img{
	width: 88%;
	margin-top: 24%;
}

/* 980 绉诲姩绔富瑕佹満鏋勫叆鍙� */
.sort980{
	width: calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
}
.sort980 .title{
	font-size: 50px;
	margin-top: 80px;
}

.sort980 .main ul{
	width: 94%;
	margin: 0 auto;
	margin-top: 60px;
}
.sort980 .main ul>li{
	width: 33.33%;
}

.sort980 .main ul .ele{
	max-width: none;
	width: calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	height: 218px;
	padding: 0;
	border-radius: 50%;
	border: none;
}
.sort980 .ele .geometry1,.sort980 .ele .geometry2,.sort980 .ele .geometry3,.sort980 .ele .geometry4{
	display: none;
}

.sort980 .ele .text,.ele .text .text_current{
	width: 100%;
	height: 100%;
}
.sort980 .ele .text>p{
	font-size: 36px;
	margin-top: 42%;
	line-height: 1;
	font-family: Light;
}

.sort980 .ele .text .text_current{
	display: none;
}

@media only screen and (max-width: 1366px){
	.banner ul li>div{
		font-size: 58px;
	}
}
@media only screen and (max-width: 1280px){
	.banner ul li>div{
		font-size: 48px;
	}
}
@media only screen and (max-width: 1024px){
	.banner ul li>div{
		font-size: 44px;
	}
}