.navbar-inverse .menu{display: none;}
.navbar-inverse .navbar-form .index{display: block;}
@media  screen and (max-width: 1300px) {
	.navbar-inverse .navbar-form .index{
		padding-top:28px;
	}
	.navbar-inverse .navbar-form .search{
		margin-top:28px;
	}
}
@media  screen and (max-width: 992px) {
	.navbar-inverse .navbar-form .index{
		padding-top:28px;
	}
	.navbar-inverse .navbar-form .search{
		margin-top:28px;
	}
}
.show1,
.show2{
	min-height: 769px;
	min-height: -webkit-fill-available;
	min-height: -moz-fill-available;
	min-height: fill-available;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.show1{
	display: flex;
	flex-direction: column;
}
.show1s{
	flex:1;
	/*position: relative;*/
	overflow: hidden;
}
.show1s .banner{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.show1s .banner .swiper-button-next{
	width: 0px;
	height: 0px;
	border:5px solid #fff;
	border-bottom:5px solid rgba(0,0,0,0);
	border-left:5px solid  rgba(0,0,0,0);
	transform: rotate(45deg);
	background:none;
	position: absolute;
	right: 10%;
	top: 89%
}
.show1s .banner .swiper-button-prev{
	width: 0px;
	height: 0px;
	border:5px solid #fff;
	border-top:5px solid rgba(0,0,0,0);
	border-right:5px solid  rgba(0,0,0,0);
	transform: rotate(45deg);
	background:none;
	position: absolute;
	left: 86%;
	top: 89%
}
.show1s .banner .swiper-pagination{
	transform: rotate(90deg);
	width: 100px;
	left: calc(88% - 50px);
	bottom: calc(11% + 5px);
}
.show1s .banner .swiper-pagination .swiper-pagination-bullet{
	background:#fff;
}
.show1s .swiper-slide{
	background-position: center center;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.show1s .swiper-slide .title{
	font-size: 54px;
	font-weight: bold;
	margin-top: 185px;
}
.show1s .swiper-slide .etitle {
	font-size: 26px;
	margin-top: 35px;
}
.show1s .swiper-slide .btn{
	width: 284px;
	height: 57px;
	line-height: 57px;
	color: #000;
	text-align: center;
	font-size: 22px;
	background:#f4c72c;
	border-radius: 10px;
	padding:0;
	margin-top: 35px;
}

.show2 .title,.show3 .title{
	width: 228px;
	height: 65px;
	margin-top: 44px;
}
.show2 .title img,.show3 .title img{
	width: 100%
}
.show2 .row{
	margin-top:5%;
	margin-bottom:5%;
}
.show2 .row .right {
	display: flex;
	align-items: stretch;
	min-height: 286px
}
.show2 .row .right  .main{
	flex:1;	
}
.show2 .row .right  .name{
	text-align: right;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
.show2 .row .right  .name p{
	font-size: 13px;
	display: inline-block;
	line-height: 30px;
	white-space:nowrap;
}
.show2 .row .right  .name span{
	font-size: 26px;
	margin-left: 20px;
	display: inline-block;
}
.show2 .row .right  .name span font{
	font-size: 14px;
}
.show2  .left{
	position: relative;
}

.show2  .left img{
	width:100%;
	height: auto;
}
.show2  .left span{
	font-size:40px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top:40%;
	margin-left:-50px;
}
.show2  .list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.show2  .list .list-i{
	border:1px solid #dcdcdc;
	border-radius: 5px;
	display: inline-block;
	width: 170px;
	height: 140px;
	font-size: 14px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color:#000;
	flex-direction: column;
	position: relative;
}
.show2  .list .list-i  img{
	transform: rotate3d(.6,1,.6,0deg);
	transition: all 1s;
}
.show2  .list .list-i .content{
	position: absolute;
	left: 5px;
	top: 5px;
	right:  5px;
	bottom: 25px;
	background-color: rgba(255,255,255,1);
	padding:5px;
	color:#000;
	opacity: 0;
	transition: all 1s;
	font-size: 12px;
	line-height: 20px;
}
.show2  .list .list-i:hover{
	border:1px solid #fcf0c6;
}
.show2  .list .list-i:hover img{
	transform: rotate3d(.0,1,.0,180deg);
}
.show2  .list .list-i:hover .content{
	opacity: 1;
}
.show2  .list .swiper-slide .list-i:not(:nth-of-type(6)){
	font-size: 14px;
	text-align: left;
	width: 173px;
	height:200px;
	display: flex;	
	justify-content: space-between;
	padding: 25px 16px;
	align-items: center;
}
.show2  .list .list-i img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.show3{
	background-image: url(../img/banner4.jpg);
	border-top: 44px solid #f3c62b;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	min-height: 769px;
	min-height: -webkit-fill-available;
	min-height: -moz-fill-available;
	position: relative;
	overflow: hidden;
}
.show3 .list{
	position: relative;
	margin:0 auto;
	height: auto;
	width: 2px;
	background:#f3c62b;
	padding-top: 120px;
	margin-top: -108px;
	z-index:1;
}
.show3 .list:after{
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 24px;
	position: absolute;
	top:-12px;
	left: -12px;
	background:#f3c62b;
}
.show3 .list:before{
	content: "赢家伟业";
	width: 74px;
	height: 74px;
	font-size: 17px;
	text-align: center;
	line-height: 20px;
	border-radius: 74px;
	position: absolute;
	bottom:-74px;
	left: -37px;
	background:#f3c62b;
	padding: 17px;
	color:#3e3a39;
}
.show3 .list .list-i{
	width: 260px;
	height:auto
	background: #CCC;
	position: relative;
	left: 225px;
	cursor: pointer;
	transition: all 1s
}
@keyframes loading
{
0%   {transform: scale(1);}
50%  {transform: scale(1.4);}
100% {transform: scale(1);}
}

@-moz-keyframes loading 
{
0%   {transform: scale(1);}
50%  {transform: scale(1.4);}
100% {transform: scale(1);}
}

@-webkit-keyframes loading 
{
0%   {transform: scale(1);}
50%  {transform: scale(1.4);}
100% {transform: scale(1);}
}

@-o-keyframes loading 
{
0%   {transform: scale(1);}
50%  {transform: scale(1.4);}
100% {transform: scale(1);}
}

@keyframes listarter
{
0%   {border:3px solid #f3c62b;transform: scale(1);}
50%  {border:5px solid #f3c62b;transform: scale(1.2);}
100% {border:3px solid #f3c62b;transform: scale(1);}
}

@-moz-keyframes listarter 
{
0%   {border:3px solid #f3c62b;transform: scale(1);}
50%  {border:5px solid #f3c62b;transform: scale(1.2);}
100% {border:3px solid #f3c62b;transform: scale(1);}
}

@-webkit-keyframes listarter 
{
0%   {border:3px solid #f3c62b;transform: scale(1);}
50%  {border:5px solid #f3c62b;transform: scale(1.2);}
100% {border:3px solid #f3c62b;transform: scale(1);}
}

@-o-keyframes listarter 
{
0%   {border:3px solid #f3c62b;transform: scale(1);}
50%  {border:5px solid #f3c62b;transform: scale(1.2);}
100% {border:3px solid #f3c62b;transform: scale(1);}
}
.show3 .list .list-i .loading{
	width: 14px;
	height: 14px;
	border-radius: 100px;
	background: #f3c62b;
	border:3px solid #806c26;
	position: absolute;
	top: 50%;
	margin-top:-7px;
	left: -231px;
	transition: all 1s;
	animation: loading 2s;
	-moz-animation: loading 2s;	/* Firefox */
	-webkit-animation: loading 2s;	/* Safari 和 Chrome */
	-o-animation: loading 2s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}
.show3 .list .list-i:nth-of-type(2n) .loading{
	left: 479px;
}
.show3 .list .list-i .time{
	color: #f3c62b;
	font-size: 16px;
	line-height: 26px;
}
.show3 .list .list-i .content{
	color:#fff;
	font-size: 14px;
	line-height: 24px;
}
.show3 .list .list-i:hover .loading{
	width: 24px;
	height: 24px;
	left: -236px;
	margin-top:-12px;
	border:5px solid #c6a458;
}
.show3 .list .list-i:nth-of-type(2n):hover .loading{
	left: 474px;
	margin-top:-12px;
}
.show3 .list .list-i:nth-of-type(2n){
	position: relative;
	left: -485px;
}
.show3 .list .list-i:last-child{
	margin-bottom: 40px;
}
.show3 .list .list-i:after{
	content: "";
	border: 3px solid #f3c62b;
	width: 54px;
	height: 54px;
	border-radius:54px;
	position: absolute;
	left: -86px;
	top:50%;
	margin-top:-30px;
	transition: all 1s;
	background-image: url(../img/loading.jpg);
	background-size: cover;
	background-position: center center;
		animation: listarter 4s;
	-moz-animation: listarter 4s;	/* Firefox */
	-webkit-animation: listarter 4s;	/* Safari 和 Chrome */
	-o-animation: listarter 4s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3)
}
.show3 .list .list-i:hover:after{
	width: 74px;
	height: 74px;
	left: -96px;
	margin-top:-40px;
}
.show3 .list .list-i:nth-of-type(2n):after{
	left: 292px;
}
.show3 .list .list-i:nth-of-type(2n):hover:after{
	left: 282px;
}
.show3 .list .list-i:before{
	content: "";
	width: 134px;
	height: 3px;
	background:#f3c62b;
	position: absolute;
	left: -220px;
	top:50%;
	margin-top:-1.5px;
	transition: all 1s
}
.show3 .list .list-i:nth-of-type(2n):before{
	left: 346px;
}
.show3 .swipers{
	width: 100%;
	border-top:2px solid #f3c62b;
	position: relative;
	padding-bottom: 120px;

}
.show3 .swipers:after{
	content: "";
	width: 2px;
	height: 110px;
	background-color: #f3c62b;
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -2px;
}
.show3 .swipers:before{
	content: "";
	width: 844px;
	height: 48px;
	border-radius: 10px;
	border:2px solid #f3c62b;
	margin-top: 70px;
	margin-left: calc(50% - 422px);
	border-bottom: 0;
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -422px;
}
.show3 .swipersbar{
	width: 940px;
	margin: 0 auto;
	margin-top: 100px;
}
.show3 .swipersbar .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.show3 .swipersbar .img-i{
	width: 94px;
	height: 85px;
	background:#ccc;
	border-radius: 18px;
	overflow: hidden;
	background-size: 100% 100%;
	position: relative;
}	
.show3 .swipersbar .img-i span{
	font-size: 13px;
	color: #fff;
	width: 100%;
	height: 26px;
	background:rgba(0,0,0,0.7);
	display: block;
	text-align: center;
	line-height: 26px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.show3 .swipersbar .con-i a{
	width: 68px;
	height: 23px;
	color: #f3c62b;
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 23px;
	border-radius: 3px;
}
.show3 .swipersbar .con-i a:first-child{
	background-color: #f3c62b;
	color: #000
}

.footer{
	border-top:60px solid #fff;
}
@media  screen and (max-width: 1200px) {

	.show2  .list .list-i{
		width: 100px;
		height: 120px;
		padding: 8px 5px;
		font-size: 18px;
	}
	.show2  .list .swiper-slide .list-i:not(:nth-of-type(6)){
		width: 130px;
		height:180px;
		padding: 8px 5px;
		font-size: 14px;
	}
	.show2  .list .list-i:last-child{
		margin-bottom: 10px
	}
	.show2 .row{
		margin-top:10%;
		margin-bottom:10%;
	}
	.show3 .list .list-i{
		left: 125px;
	}
	.show3 .list .list-i:nth-of-type(2n){
		left: -385px;
	}
	.show3 .list .list-i .loading{
		left: -131px;
	}
	.show3 .list .list-i:nth-of-type(2n) .loading{
		left: 379px;
	}
	.show3 .list .list-i:hover .loading{
		left: -136px;
	}
	.show3 .list .list-i:nth-of-type(2n):hover .loading{
		left: 375px;
	}
	.show3 .list .list-i:before{
		content: "";
		width: 40px;
		left: -120px;
	}
	.show3 .list .list-i:nth-of-type(2n):before{
		left: 346px;
	}
	.show3 .swipersbar{
		width: 768px;
		margin-left: 
	}
	.show3 .swipers:before{
		width: 700px;
		margin-left: -350px;
	}
}
.centerswiper{flex:1;}
  .centerswiper .swiper-slide{display: flex;justify-content: space-around;}
@media  screen and (max-width: 768px) {
	.show2 .row .left{
		margin-bottom: 30px;
	}
	.show2 .row .right {
		min-height: 200px;
	}
	.show1s .swiper-slide .title{
		margin-top: 105px;
	}
	.show1s .swiper-slide .etitle {
		margin-top: 15px;
	}
	.show1s .swiper-slide .btn{
		margin-top: 15px;
	}
	.show1{
		display: block;
		min-height: auto;
		min-height: 769px;
		min-height: -webkit-fill-available;
		min-height: -moz-fill-available;
		min-height: fill-available;
	}
	.show1s{
		flex:none;
		height: 350px;
	}
	.show1s .banner .swiper-button-next,.show1s .banner .swiper-button-prev,.show1s .banner .swiper-pagination{
		display: none;
	}
	.show1s .swiper-slide .title{
		font-size: 27px;
	}
	.show1s .swiper-slide .etitle{
		font-size: 13px;
	}
	.show1s .swiper-slide .btn{
		width: 142px;
		height: 29px;
		line-height: 29px;
		font-size: 12px;
		border-radius: 5px;
	}
	.show2 .title,.show3 .title{
		width: 160px;
		height: 32px;
		margin-top: 22px;
		margin-bottom: 10px;
	}
	.show2  .left{
		position: relative;
	}
	.show2  .left img{
		width:80%;
		height: auto;
	}
	.show2  .left span{
		font-size:40px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 50%;
		top:40%;
		margin-left:-50px;
	}
	.show2  .list .list-i{
		width:100%;
	}
	.show2  .list .list-i:not(:nth-of-type(1)):not(:nth-of-type(6)){
		border:0;
		border-bottom: 1px solid #dcdcdc;
		width: 40%;
		border-radius: 0;
		margin:0 auto;
	}
	.show2  .list .list-i:nth-of-type(5),.show2  .list .list-i:nth-of-type(4){
		border:0 !important;
	}
	.show2  .list .list-i:last-child{
		margin-bottom: 10px
	}
	.show3{
		border-top: 22px solid #f3c62b;
	}
	.show3 .list{
		padding-top: 120px;
		background:none;
	}
	.show3 .list .list-i{
		left: 0;
		margin-left: -130px;
		padding-left:30px;
		padding-bottom: 20px;
		border-left: 2px solid #f3c62b;
	}
	.show3 .list .list-i:nth-of-type(2n){
		left: 0;
	}
	.show3 .list:after,.show3 .list .list-i:before,.show3 .list .list-i:after{
		content: none;
	}
	.show3 .list .list-i .loading,
	.show3 .list .list-i:nth-of-type(2n) .loading,
	.show3 .list .list-i:hover .loading,
	.show3 .list .list-i:nth-of-type(2n):hover .loading{
		left: -8px;
		top:20px;
	}
	.show3 .list .list-i:hover .loading,
	.show3 .list .list-i:nth-of-type(2n):hover .loading{
		left: -14px;
		top:20px;
	}
	.show3 .list:before{
		bottom:-74px;
		left: -167px;
	}
	.show3 .swipers:after{
		margin-left: -132px;
	}
	.show3 .swipers:before{
		content:none;
	}

	.show3 .swipersbar{
		width: 320px;
	}
	.show3 .swipersbar .swiper-slide{
		flex-wrap: wrap
	}
	.show3 .swipersbar .img-i{
		width: 94px;
		height: 85px;
		margin-bottom: 20px;
	}	
	.show3 .swipersbar .con-i{
		margin-bottom: 20px;
		width: 94px;
		height: 85px;
	}
	/*10.23修改*/
	.centerswiper{
		height: auto;
		flex:none;
		width: 100%;
	}
	.centerswiper  .swiper-slide{
		flex-direction: column;
		align-items: center;
	}
	.show2 .list .swiper-slide .list-i:not(:nth-of-type(6)){
		width: 280px;	
		    border: 1px solid #dcdcdc !important;
	}
	.show2 .list .list-i{
		width: 280px;	
		    margin: 0 auto;
	}
	.show2 .list .list-i:not(:nth-of-type(1)):not(:nth-of-type(6)){
		width: 280px;	
		border: 1px solid #dcdcdc !important;
	}

}