.flex{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.index-container{
	width:100%;
	padding-left:20px;
	padding-right:20px;
	max-width:1580px;
	margin:0 auto;
}
.index-pagination{
	width:50px!important;
	top:calc(50% - 50px)!important;
	right: 10%!important;
	bottom:auto!important;
	left:auto!important;
}
.index-pagination .swiper-pagination-bullet{
	width:10px;
	height:10px;
	background: #fff;
	opacity:1;
	box-sizing: border-box;
	display: block;
	margin: 20px!important;
	position: relative;
}
.index-pagination .swiper-pagination-bullet:after{
	content: '';
	display: none;
	position: absolute;
	top:-10px;
	left:-10px;
	z-index: 1;
	width:30px;
	height:30px;
	border-radius: 50%;
	border:2px solid #fff;
	box-sizing: border-box;
}

.index-pagination .swiper-pagination-bullet-active:after{
	display: block;
}

/*mouse*/
.mouse-index{
	position:absolute;
	bottom:100px;
	left:50%;
	width:60px;
	margin-left:-30px;
	z-index:9999;
	cursor:pointer
}
.mouse{
	width:14px;
	margin:40px auto 0;
	position:relative;
}
.mouse-ncon{
	margin-top:70px;
}
.mouse_line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin:10px auto;
}
.mouse_pinyin{
	font-size:14px;
	font-family:Arial;
	text-align:center;
	color:#fff;
	margin-top:5px;
}
#mouse{
	width:14px;
	margin:0 auto;
}
.mouse {
  position: relative;
  width: 14px;
  height: 22px;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

.bannernews{
	position:absolute;
	right:0;
	bottom:0;
	height:100px;
	width:40%;
	background:rgb(0,0,0,0.5);
	border-radius:30px 0 0 0 ;
	z-index:9999;
}
.bannernews .bannernews-container{
	max-width:720px;
	margin:0 auto 0 0;
	overflow:hidden;
	height:100px;
	position:relative;
}
.bannernews-swiper-button{
	position:absolute;
	right:0px;
	top:10px;
	z-index:9999;
}
.bannernews-next,
.bannernews-prev {
    width: 15px!important;
    height: 16px!important;
    z-index: 10!important;
    cursor: pointer!important;
    display: flex!important;
    float: left!important;
	margin-top:20px!important;
	position: relative!important;
}
.bannernews-prev {
    background: url(../index/bannernewsr.png) no-repeat center center;
	margin-top:40px!important;
}
.bannernews-prev:after{
	display: none;
}
.bannernews-next{
	background: url(../index/bannernewsl.png) no-repeat center center;
	margin-left:-5px!important;
}
.bannernews-next:after{
	display: none;
}
.bannernews_tit{
	width:80%;
	padding-left:40px;
	padding-top:10px;
}
.bannernews_tit p{
	color:#fff;
	font-size:18px;
	text-align:left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-top:5px;
	margin-bottom: 5px;
}
.bannernews_tit span {
    color: #fff;
    display: block;
    line-height: 20px;
    overflow: hidden;
	text-align:right;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bannernews_date{
	width:18%;
	text-align:left;
	padding-top:20px;

	color:#fff;
	font-size:18px;
	padding-left:10px;
}
.bannernews_date span{
	font-size:40px;
	color:#fff;
}
.banner2{
	display: none;
}
@media(max-width:1000px){
	.banner{
		display: none;
	}
	.banner2{
		display: block;
	}
	.mouse-index{
		display: none;
	}
	.bannernews{
		display: none;
	}
}
.s1top{
	background: #fff;
}
.s1top-tab{
	width:46%;
	padding:20px 0;
	box-sizing: border-box;
	cursor: pointer;
}
.s1top-left{
	display: flex;
	align-items:center;
	position: relative;
	margin:0;
}
.s1top-left p{
	font-size:48px;
	font-weight:800;
	color:#2a2a2a;
	position: relative;
	z-index: 2;
	/* padding-left: 5px; */
}
.s1top-left span{
	font-size:110px;
	font-weight:400;
	color:#e9e9e9;
	position: absolute;
	top:0;
	z-index: 1;
	line-height: 1;
	font-family:"bebas";
}
.s1top-right{
	position: relative;
	z-index: 3;
}
.s1bottom{
	background: #f8f8f8;
}
.cp1 .index-container,.cp2 .index-container{
	padding-top:50px;
	/* padding-bottom:50px; */
	position: relative;
}
.cpimg{
	position: relative;
	max-width: 70%;
	transform: translate(250px,0);
}
.s1img1{
	position: relative;
	z-index:3;
}
.s1bg{
	position: absolute;
	max-height: 100%;
	top:50px;
	left:50px;
	z-index:2;
}
.s1p1{
	height:80px;
	line-height: 80px;
	padding:0 50px 0 80px;
	background: linear-gradient(90deg,rgba(255,255,255,0),rgba(241,178,46,1));
	font-size: 50px;
	font-weight: 800;
	color:#000;
}
.s1text{
	text-align: right;
	position: absolute;
	right:0;
	top:50px;
}
.s1p2{
	display: block;
	margin-top:30px;
	font-size:26px;
	color:#2a2a2a;
}
.s1p3{
	display: block;
	margin-top:20px;
	font-size:18px;
	color:#f0ac1d;
}
.s1p3 span{
	font-family: "宋体";
}
.s1p4{
	display:inline-block;
	margin-top:40px;
	background: #000000;
	border-left: 5px solid #f0ac1d;
	color:#fff;
	height:50px;
	line-height: 50px;
	width:185px;
	text-align:center;
}

.s1icon{
	transform: translate(0px,-2px);
	transition:1s;
}
.s1p4:hover .s1icon{
	transform: translate(5px,-2px);
}
.cp1tab{
	cursor:pointer;
}

.cp2tab{
	cursor:pointer;
}
.cp1tab .swiper-slide img,.cp2tab .swiper-slide img{
	/* filter: grayscale(100%); */
}

.cp1tab .swiper-slide-thumb-active img,.cp2tab .swiper-slide-thumb-active img{
	/* filter: grayscale(0%); */
	opacity: 0.6;
}
.s1con1{
	display: block;
}
.s1con2{
	display: none;
}
.c2b{
	padding-top:20px;
	padding-bottom:20px;
}
.c2b img{
	max-width:120px;
}
@media(max-width:1000px){
	.s1top-tab{
		width:50%;
	}
	.s1top-left{
		width:100%;
	}
	.s1top-right{
		padding:0 20px;
		
	}
	.s1top-left p{
		font-size:20px;
		padding-left:0;
		width:100%;
	}
	.s1top-left span{
		font-size:30px;
	}
	.cpimg{
		width:100%;
		max-width:100%;
		transform: translate(0, 0);
	}
	.c2b img{
		width:100%;
	}
	.s1text{
		position: relative;
		top:0;
	}
	.s1bg{
		top: -20px;
	}
	.s1text{
		width:100%;
	}
	.s1p1{
		font-size:30px;
		padding:0;
		text-align: center;
	}
	.s1p2{
		display: none;
	}
	.s1p3{
		display: none;
	}
	.s1p4{
		margin: 0px auto ;
	}
	.cp1 .container, .cp2 .container{
		padding-bottom: 10px;
	}
}
.s2{
	position: relative;
}
.s2top{
	position: relative;
	background: #313131;
	text-align: center;
	color:#fff;
	padding:60px 0 170px;
}
.s2p1{
	font-size:40px;
	font-weight:800;
}
.s2p2{
	font-size:18px;
	font-weight:400;
}
.s2center{
	position:relative;
	top:-100px;
}
.s2con{
	background: #fff;
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
}
.s2tab{
	width:20%;
	text-align: center;
	padding:30px 0;
}
.s2tab img{
	display: block;
	margin:0 auto;
	transition: 2s;
}
.s2tab:hover img{
	transform: rotate(360deg);
}
.s2p3{
	font-size:	60px;
	font-weight:800;
	color:#f0ac1d;
	margin-top:20px;
	line-height: 1;
	font-family: "din";
}
.s2p4{
	font-size:20px;
	font-weight:400;
	color:#2a2a2a;
	margin-top:20px;
}
.s2bottom{
	padding-bottom:100px;
}
.s2bottom .s1p4{
	margin-top:70px;
}
.s2left{
	width:50%;
	padding-right: 100px;
	box-sizing: border-box;
}
.s2right{
	width:50%;
}
.stitle{
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
	padding-top:20px;
}
.stitle p{
    font-size: 48px;
    font-weight: 800;
    color: #2a2a2a;
    position: relative;
    z-index: 2;
    /* padding-left: 5px; */
	margin-bottom:0;
	line-height: 1;
}
.stitle span{
    font-size: 100px;
    font-weight: 400;
    color: #e9e9e9;
    position: absolute;
    top: 0;
    z-index: 1;
    line-height: 1;
	font-family: "bebas";
}
.s2text{
	margin-top:50px;
}
.s2text p{
	line-height: 2;
	text-indent:2em;
	text-align: justify;
	font-size: 18px;
	color:#666;
	margin-bottom:0;
}
@media(max-width:1000px){
	.s2top{
		padding:50px 0;
	}
	.s2center{
		top:0;
	}
	.s2tab{
		width:calc(100% / 3);
		box-sizing: border-box;
		padding: 20px 10px;
	}
	.s2tab:nth-child(1),.s2tab:nth-child(2){
		width:50%;
		padding: 20px 20px;
	}
	.s2tab img{
		width:40px;
	}
	.s2p3{
		font-size: 24px;
	}
	.s2p4{
		font-size: 18px;
	}
	.s2left{
		width:100%;
		padding:0;
	}
	.s2right{
		width:100%;
	}
	.s2bottom .flex{
		padding-top:30px;
	}
	.stitle span{
		font-size: 80px;
	}
	.s2bottom{
		padding-bottom:20px;
	}
	.s2p1{
		font-size:26px;
	}
	.s2p2{
		font-size:16px;
		margin-top: 10px;
	}
	.s2text{
		margin-bottom: 50px;
	}
}
.s3{
	position:relative;
}
.s3bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}
.s3con{
	
}

.s3bg{
	height: 100%;
	width:100%;
	position: relative;
}
.s3bg img{
	display: block;
	width:100%;
}
.s3con{
	padding:70px 0 150px;
	z-index:3;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-sizing: border-box;
	background: rgb(0,0,0,0.25);
}
.s3con .stitle p{
	color:#fff;
}
.s3con .stitle span{
	color:#fff;
	opacity: 0.3;
}
.s3bgtab{
	height: 100%;
	width:100%;
}
.s3text{
	margin-top:100px;
	margin-bottom: 100px;
}
.s3text .swiper-slide{
	height: 60px!important;
	line-height: 60px;
	padding-left: 10%;
	background:rgb(255,255,255,0.2);
	background: none;
	color:#fff;
	font-size:24px;
	box-sizing: border-box;
	max-width:750px;
	cursor:pointer;
}
.s3text .swiper-slide p{
	margin:0;
	height: 60px!important;
	line-height: 60px;
}
.s3text .swiper-slide p svg{
	margin-right:30px;
	margin-top:20px;
}
.s3text .swiper-slide-thumb-active{
	background:rgb(240,172,29,1);
	background: rgb(255, 255, 255, 0.2);
}
.s3text img{
	margin-right:10px;
}
@media(max-width:1500px){
	.s3con{
		padding:40px 0 80px;
	}
	.s3text{
		margin-top:50px;
		margin-bottom:50px;
	}
}
@media(max-width:1000px){
	.s3 .stitle{
		display:none;
	}
	.s3con{
		position: relative;
		padding:0;
	}
	.s3text{
		margin:0;
	}
}
.s4top{
	padding:100px 0;
}
.s4left{
	background: #000;
	width:calc((100% / 3) * 1);
	padding:40px;
	box-sizing: border-box;
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	position: relative;
}
.s4right{
	width:calc((100% / 3) * 2);
	box-sizing: border-box;
	position: relative;
}
.s4img{
	display: block;
	width:100%;
	max-height:600px;
}
.s4p1{
	font-size:20px;
	margin-bottom:25px;
	line-height: 1;
	color:#fff;
}
.s4p2{
	font-size:36px;
	margin-bottom:40px;
	line-height: 1;
	color:#fff;
}
.s4 .s1p4{
	background:#fff;
	color:#000;
	width:100%;
	max-width:220px;
}
.s4p3{
	width:175px;
	height:45px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:40px;
}
.s1p4_left{
	width:115px;
	height:45px;
	text-align: center;
	line-height: 45px;
	font-size:16px;
	color:#000;
	background: #fff;
}
.s1p4_right{
	width:60px;
	height:45px;
	text-align: center;
	line-height: 45px;
	font-size:16px;
	color:#fff;
	background: #e89a1c;
}
.s4left2{
	margin-top:120px;
	font-size:220px;
	color:#333333;
	line-height: 1;
}
.s4bf{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	transition:1s;
	display: flex;
	justify-content:center;
	align-items:center; 
}
.s4icon{
	transition:1s;
}
.s4swiper .swiper-slide:hover .s4bf{
	background: rgb(0,0,0,0.3);
}
.s4swiper .swiper-slide:hover .s4icon{
	transform: rotate(360deg);
}
@media(max-width:1366px){
	.s4p2{
		margin-bottom:10px;
	}
	.s4 .s1p4{
		margin-top:20px;
	}
}
@media(max-width:1000px){
	.s4p2,.s4 .s1p4{
		display: none;
	}
	.s4left{
		padding:20px;
	}
	.s4left2{
		margin-top:30px;
		font-size:22px;
	}
	.s4top{
		padding:30px 0;
	}
}
.s5{
	padding-bottom:100px;
}
.s5top{
	padding:100px 0;
}
.s5bottom{
	width:100%;
}
.s5left{
	width:calc(50% - 15px);
}
.s5right{
	width:calc(50% - 15px);
}
.s5left1{
	background-color: #e89a1c;
	padding:40px;
	box-sizing: border-box;
}
.s5img{
	width:250px;
}
.s5text{
	width:calc(100% - 290px);
	color:#fff;
}
.s5p1{
	font-size:18px;
	line-height: 1;
	margin-bottom:20px;
}
.s5p2{
	font-size:24px;
	margin-bottom:30px;
}
.s5left2{
	padding:20px 0;
	font-size:20px;
	border-bottom: 1px solid #e5e5e5;
}
.s5p4{
	color:#999;
	width:120px;
}
.s5p5{
	color:#666;
	width:calc(100% - 150px);
}
.s5p6{
	color:#fff;
	width:120px;
}
.s5p7{
	color:#fff;
	width:calc(100% - 150px);
}
.s5right1{
	height: 100%;
}
.s5rightimg{
	height:calc(100% - 80px);
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.s5bottom2{
	width:100%;
	height:80px;
	line-height: 80px;
	background: #000;
	color:#fff;
	padding-left: 40px;
	padding-right: 40px;
}
@media(max-width:1000px){
	.s5 .s1p4{
		display: none;
	}
	.s5top{
		padding:30px 0;
	}
	.s5left{
		width:100%;
	}
	.s5img{
		width:100%;
	}
	.s5text{
		width:100%;
	}
	.s5right{
		width:100%;
	}
	.s5right1{
		width:100%;
	}
	.s5rightimg{
		height: 300px;
	}
	.s5bottom2{
		height: auto;
		line-height: 2;
		padding:20px;
	}
}