.banner{
	display: flex;
	position: relative;
}
.banner-nav{
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #0080f8;
}
.b-nav-li{
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	transition: all .2s;
}
.b-nav-li:nth-last-child(1){
	border-color: transparent;
}
.b-nav-li:hover{
	opacity: 0.9;
}
.banner-login{
	width: 200px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	padding: 20px;
	position: relative;
}
.login-title{
	width: 100%;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
.login-title2{
	color: #808080;
	font-size: 16px;
	width: 100%;
	margin:0 0 10px 0;
}
.login-link{
	width: 100%;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #0080f8;
	margin-bottom: 10px;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s;
}
.login-link img{
	margin-right: 10px;
	height: 18px;
}
.login-link.reg{
	background: #fff;
	color: #0080f8;
	border: 2px solid #0080f8;
	margin-bottom: 20px;
	font-size: 0.32rem;
}
.login-link:hover{
	opacity: 0.85;
}
.login-li{
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
}
.login-li img{
	height: 30px;
	margin-right: 10px;
}
.login-tel{
	width: calc(100% - 40px);
	position: absolute;
	bottom: 0;
	left: 20px;
}
.login-li2{
	width: 100%;
	height: 44px;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-weight: bold;
	color: #0080f8;
}
.l-p{
	align-self: flex-end;
	font-weight: normal;
	margin-top: 4px;
	color: #1a1a1a;
}
.banner-img{
	width: calc(100% - 400px);
}
.banner-img img{
	width: 100%;
	height: 424px;
}
.swiper-banner {
	width: 100%;
	height: 130px;
}

.swiper-li {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-li img{
	width: 100%;
	height: 100%;
}
.box-com{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.com-bg{
	width: 400px;
	height: 540px;
	position: relative;
}
.com-bg img{
	width: 100%;
	height: 100%;
}
.com-view{
	width: 100px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: -50px;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	background: #ff3d09;
	cursor: pointer;
	transition: all .2s;
}
.com-view:hover{
	opacity: 0.9;
}
.com-text{
	width: calc(100% - 430px);
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.com-title{
	height: 30px;
}
.com-title2{
	width: 100%;
	display: flex;
	align-items: center;
}
.com-title2 i{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #0080F8;
	margin: 30px 10px 10px 0;
}
.com-p{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 16px;
	color: #808080;
	line-height: 30px;
	overflow: hidden;
}
.list-title{
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
	border-bottom: 1px solid #0080F8;
	color: #0080f8;
	text-transform: uppercase;
	font-size: 20px;
}
.list-title-1{
	height: 100%;
	display: flex;
	align-items: center;
}
.list-title img{
	height: 100%;
	margin-right: 30px;
}
.more{
	color: #0080f8;
	font-size:14px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.list-1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list1-li{
	width: 18%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	margin-top: 30px;
	transition: all 0.2s;
}
.pro-img{
	width: 100%;
	height: 220px;
}
.list1-text{
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	padding: 20px 14px;
}
.list1-text-title{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #1a1a1a;
	margin-bottom: 10px;
	transition: all .2s;
}
.list1-text-jg{
	width: 100%;
	color: #ff3d09;
	transition: all .2s;
}
.list1-li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.list-1:after{
	content:'';
	width:18%;
}
.gk{
	width: 18%;
}
.list-2{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.list2-img{
	width: 280px;
	height: 750px;
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	cursor: pointer;
	border: 4px solid transparent;
	transition: all .2s;
}
.list2-img img{
	width: 100%;
	height: 100%;
}
.list2-img p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 60px;
	text-align: center;
	background: #ff3d09;
	color: #fff;
	font-size: 28px;
}
.list2-img:hover{
	border: 4px solid #ff3d09;
}

.list2-i{
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border: 2px solid #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list2-i i{
	color: #fff;
	font-size: 20px;
	transition: all .2s;
}
.list2-img:hover .list2-i i{
	transform: rotate(90deg);
}
.list2{
	width: calc(100% - 310px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list2-li{
	width: 31%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	margin-top: 30px;
}
.list2-li:hover .list1-text{
	background: #ff3d09;
}
.list2-li:hover .list1-text p{
	color: #fff;
}
.pro-img2{
	width: 100%;
}
.list-3{
	display: flex;
	justify-content: space-between;
}
.list3-max{
	width: 470px;
	height: 470px;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 30px;
}
.list3-max img{
	width: 100%;
	height: 100%;
}
.max-text{
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	padding:0 14px;
}
.max-text p{
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.list3{
	width: calc(100% - 490px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list3-li{
	width: 220px;
	height: 220px;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.list3-li img{
	width: 100%;
	height: 100%;
}
.list3-gray{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	transition: all .4s;
}
.list3-li:hover .list3-gray{
	opacity: 0.15;
}
.box-hy-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.box-hy-swiper{
	width: calc(50% - 20px);
	height: 440px;
	position: relative;
	text-align: center;
}
.gallery-top.box-hy-swiper{
	background: #fafafa;
}
.box-hy-img{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.box-hy-img-image{
	max-width: 100%;
	height: 100%;
}
.box-hy-img-title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: rgba(0,0,0,0.45);
	color: #fff;
	text-align: left;
	font-size: 16px;
	padding: 0 20px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.box-hy-ul{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.box-hy-li{
	width: 100%;
	display: flex;
	align-items: center;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	cursor: pointer;
}
.box-hy-li:nth-last-child(1){
	border-bottom: 1px solid #d9d9d9;
}
.box-hy-li-time{
	width: 90px;
	height: 100%;
	background: #f2f2f2;
	position: relative;
	padding: 10px;
	display: flex;
	flex-direction: column;
	color: #808080;
}
.box-hy-li-time p{
	width: 100%;
}
.day{
	text-align: left;
	font-size: 22px;
	padding-left: 10px;
}
.mon{
	text-align: right;
	font-size: 22px;
	padding-right: 10px;
	padding-top: 2px;
}
.box-hy-li-time span{
	height: 2px;
	background: #808080;
	width: calc(100% - 40px);
	position: absolute;
	display: block;
	left: 20px;
	top: 50%;
	transform: rotate(-60deg);
}
.box-hy-li-title{
	width: calc(100% - 90px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 10px;
}
.box-hy-li-title p{
	width: 100%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	font-size: 16px;
	text-align: left;
}
.box-hy-li-title span{
	color: #808080;
	font-size: 14px;
	padding-left: 5px;
}

.swiper-slide.box-hy-li.swiper-slide-thumb-active{
	border:2px solid #fc6a6b;
}
.swiper-slide.box-hy-li.swiper-slide-thumb-active .box-hy-li-time{
	background: #fc6a6b;
	color: #fff;
}
.swiper-slide.box-hy-li.swiper-slide-thumb-active .box-hy-li-time span{
	background: #fff;
}
.win{
	width: 150px;
	height: auto;
	position: fixed;
	top: 300px;
	z-index: 100;
}
.wid2{
	width: 100%;
	position: relative;
}

.win2 img{
	width: 100%;
}
.win2 .close{
	color: #666;
	font-size: 20px;
	transform: rotate(45deg);
	position: absolute;
	top:-30px;
}
.win.left{
	left: 0;
}
.win.right{
	right: 0;
}
.win.left .win2 .close{
	right: 0;
}
.win.right .win2 .close{
	left: 0;
}