@charset "utf-8";
/**
 * 
 * 官网首页样式
 */

/* 开始 头部 */
.page-head{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 9;
}


/* 开始 左侧隐藏栏 */
.head-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: -240px;
	width: 240px;
	height: 100%;
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.head-box .hd-top{
	margin-top: 19px;
}

.head-box .hd-top .logo-box a{
	width: 151px;
	height: 53px;
	margin: 0 auto;
}

.head-box .hd-top .code-box{
	width: 135px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.head-box .hd-top .code-box p:nth-child(1){
	margin-bottom: 3px;
}

.head-box .hd-top .code-box .iconfont{
	margin-left: 5px;
}

.head-box .hd-nav{
	flex: 1;
	position: relative;
	width: 100%;
	min-height: 360px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.left-nav li.active{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 130px;
	height: 36px;
	margin: auto;
	border-radius: 36px;
	background-color: #27b7f7;
	z-index: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.head-box .hd-nav .items-box{
	position: relative;
}

.head-box .hd-nav .items-box .item-nav{
	position: relative;
	height: 36px;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.head-box .hd-bottom .foot-box{
	padding: 20px 0;
	background-color: #fff;
}

.head-box .hd-bottom .foot-box .social-box{
	position: relative;
	text-align: center;
	font-size: 0;
}

.head-box .hd-bottom .foot-box .social-box a{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	vertical-align: middle;
	color: #27b7f7;
}

.head-box .hd-bottom .foot-box .social-box a .iconfont{
	display: block;
	width: 40px;
	height: 40px;
}

.head-box .hd-bottom .foot-box .social-box a .iconfont::before{
	font-size: 40px;
	line-height: 40px;
}

.head-box .hd-bottom .foot-box .weixin-code{
	position: absolute;
	top: -150px;
	left: -68px;
	width: 135px;
	height: 135px;
	z-index: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.head-box .hd-bottom .foot-box .weixin-code img{
	position: relative;
	z-index: 9;
}

.head-box .hd-bottom .foot-box .weixin-code::after{
	position: absolute;
	bottom: -5px;
	left: 82px;
	content: '';
	width: 0;
	height: 0;
	border: 5px solid #fff;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	z-index: 8;
	-webkit-box-shadow: 0px 0px 5px #969696;
	box-shadow: 0px 0px 5px #969696;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.head-box .hd-bottom .foot-box .social-box a:nth-child(3):hover .weixin-code{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.head-box .hd-bottom .foot-box .text-box{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}
/* 头部 结束 */


/* 开始 内容 */
.page-main{
	position: relative;
	width: 100%;
}

/* 开始 主体头部 */
.main-head{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	/* background-color: rgba(0, 0, 0, .3); */
	z-index: 8;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.main-head .hd-left{
	padding-left: 2.5%;
}

.main-head .logo-box{
	width: 151px;
	height: 53px;
}

.main-head .logo-box img{
	width: 100%;
	height: 100%;
}

.main-head .hd-nav{
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

	/* 导航（主体分页器） */
.swiper-pagination-main{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin: 0 30px;
	font-size: 18px;
}

.swiper-pagination-main .swiper-pagination-bullet{
	width: auto;
	height: auto;
	padding: 0 20px;
	outline: none;
	background-color: transparent;
	line-height: 70px;
	color: #fff;
	opacity: 1;
	white-space: nowrap;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.swiper-pagination-main .swiper-pagination-bullet:hover{
	color: #27b7f7;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.swiper-pagination-main .swiper-pagination-bullet-active{
	background-color: transparent;
	color: #27b7f7;
}

.main-head .hd-right{
	padding-right: 2.5%;
}

.main-head .hd-right .foot-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	/* font-weight: bold; */
	color: #27b7f7;
}

.main-head .hd-right .foot-box .phone{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 20px;
}

.main-head .hd-right .foot-box .phone .iconfont{
	margin-right: 6px;
	font-size: 34px;
}

.main-head .hd-right .foot-box .phone span{
	white-space: nowrap;
	font-weight: bold;
}

.main-head .hd-right .foot-box .btn-switch{
	margin-left: 20px;
	cursor: pointer;
}

.main-head .hd-right .foot-box .btn-switch .iconfont{
	font-size: 28px;
}


	/* 开始 主体内容 */
.swiper-container-main{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.swiper-container-main > .swiper-wrapper{
	-webkit-transition-timing-function: cubic-bezier(1,0,.5,1);
	-moz-transition-timing-function: cubic-bezier(1,0,.5,1);
	-ms-transition-timing-function: cubic-bezier(1,0,.5,1);
	-o-transition-timing-function: cubic-bezier(1,0,.5,1);
	transition-timing-function: cubic-bezier(1,0,.5,1);
}

.floor-box{
	width: 100%;
	height: 100%;
}

	/* 主体导航按钮 */
.swiper-button-next-main{
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	border-radius: 50%;
	outline: none;
	background-color: #27b7f7;
	text-align: center;
	line-height: 50px;
	color: #fff;
	z-index: 7;
	cursor: pointer;
}

.swiper-button-next-main .iconfont{
	position: relative;
	top: 2px;
	font-size: 14px;
}

.floor{
	position: relative;
}

.floor > .swiper-lazy{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

	/* floor swiper的导航按钮公共样式 */
.floor-box .com-prev,
.floor-box .com-next{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 80px;
	margin: auto;
	outline: none;
	color: #4c9dbe;
	opacity: .4;
	cursor: pointer;
	z-index: 7;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.floor-box .com-prev{
	left: 0;
	padding-left: 2.5%;
}

.floor-box .com-next{
	right: 0;
	padding-right: 2.5%;
}

.floor-box .com-prev:hover,
.floor-box .com-next:hover{
	opacity: 1;
	color: #27b7f7;
}

.floor-box .com-prev .iconfont::before,
.floor-box .com-next .iconfont::before{
	display: block;
	height: 42px;
	font-size: 36px;
	line-height: 1;
}

/* 开始 楼层1 */
.floor-1 .swiper-container-banner{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.floor-1 .swiper-container-banner > .swiper-wrapper{
	width: 100%;
	height: 100% !important;
}

.floor-1 .swiper-container-banner > .swiper-wrapper > .swiper-slide{
	overflow: hidden;
	position: relative;
	width: 100% !important;
	height: 100%;
	text-align: center;
}

	/* banner 分页器 */
.floor-1 .swiper-pagination-banner{
	position: absolute;
	top: 84%;
	bottom: 0;
	text-align: center;
	z-index: 7;
}

.floor-1 .swiper-pagination-banner .swiper-pagination-bullet{
	width: 40px;
	height: 20px;
	margin: 0 5px;
	border-radius: 0;
	opacity: 1;
	background-color: transparent;
	text-align: center;
	line-height: 20px;
	outline: none;
}

.floor-1 .swiper-pagination-banner .swiper-pagination-bullet::before{
	content: '';
	display: inline-block;
	width: 40px;
	height: 3px;
	background-color: #fff;
	vertical-align: middle;
}

.floor-1 .swiper-pagination-banner .swiper-pagination-bullet-active::before{
	background-color: #27b7f7;
}

	/* banner */
.floor-1 .swiper-lazy{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.floor-1 .txt-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.floor-1 .txt-box .write{
	-webkit-transform: translate(0 , -40px);
	-ms-transform: translate(0 , -40px);
	-o-transform: translate(0 , -40px);
	transform: translate(0 , -40px);
}

.floor-1 .txt-box .write p{
	line-height: 1;
}

.floor-1 .txt-box .write .title-1{
	margin-bottom: 3px;
	font-size: 42px;
	line-height: 50px;
	color: #fff;
}

.floor-1 .txt-box .write .title-1 span{
	font-size: 32px;
}

.floor-1 .txt-box .write .title-2{
	display: table;
	position: relative;
	margin: 0 auto 8px;
	font-size: 82px;
	font-family: 'Helvetica';
	text-transform: uppercase;
	color: #27b7f7;
}

.floor-1 .txt-box .write .title-2::before{
	position: absolute;
	top: 74px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #27b7f7;
}

.floor-1 .txt-box .write .slogan-1,
.floor-1 .txt-box .write .slogan-2{
	font-size: 16px;
	line-height: 1.5;
	color: #efefef;
}

	/* 新闻 */
.floor-1 .new-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: absolute;
	top: 80%;
	left: 0;
	right: 0;
	width: 365px;
	height: 30px;
	margin: auto;
	font-size: 14px;
	color: #27b7f7;
	z-index: 5;
}

.floor-1 .new-box .title{
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.floor-1 .new-box .more{
	margin-top: -3px;
	margin-left: 10px;
	border-bottom: 1px dotted #27b7f7;
}

.floor-1 .swiper-container-new{
	flex: 1;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ddd;
}

.floor-1 .swiper-container-new > .swiper-wrapper > .swiper-slide:hover{
	text-decoration: underline;
	color: #fff;
}

.floor-1 .swiper-container-new > .swiper-wrapper > .swiper-slide a{
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/* 楼层1 结束 */


	/* floor的标题公共样式 */
.floor-box .content{
	position: relative;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.floor-box .content .title{
	margin-bottom: 40px;
	text-align: center;
}

.floor-box .content .title span{
	font-size: 50px;
	color: #27b7f7;
	letter-spacing: -2px;
	text-transform: uppercase;
}

.floor-box .content .title h2{
	font-size: 25px;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: 3px;
}


/* 开始 楼层2 */
.floor-2 .project-box{
	position: relative;
}

.floor-2 .project-box .swiper-container-project{
	overflow: hidden;
	width: 1260px !important;
	margin: 0 auto;
}

.floor-2 .project-box .swiper-container-project > .swiper-wrapper > .swiper-slide{
	position: relative;
}

.floor-2 .project-box .swiper-slide .top{
	overflow: hidden;
	position: relative;
}

.floor-2 .project-box .swiper-slide .top::before,
.floor-2 .project-box .swiper-slide .top::after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	background-color: #fff;
	opacity: 0;/* 1 */
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.floor-2 .project-box .swiper-slide .top::before{
	width: 1px;
	height: 15px;
}

.floor-2 .project-box .swiper-slide .top::after{
	width: 15px;
	height: 1px;
}

.floor-2 .project-box .swiper-slide .top .bg-layer{
	overflow: hidden;
	position: absolute;
	top: -100%;/* 0 */
	left: 0;
	width: 100%;
	height: 100%;
}

.floor-2 .project-box .swiper-slide .top .bg-layer::before{
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 50px;
	height: 50px;
	border: 300px solid rgba(0, 0, 0, .5);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.floor-2 .project-box .swiper-slide .bottom{
	position: relative;
	padding: 15px 20px;
	background-color: #fff;
	text-align: left;
	line-height: 1.2;
}

.floor-2 .project-box .swiper-slide .bottom .bg-layer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;/* 100% */
	background-color: #27b7f7;
}

.floor-2 .project-box .swiper-slide .bottom h3{
	position: relative;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.floor-2 .project-box .swiper-slide .bottom p{
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	font-size: 12px;
	color: #888;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.floor-2 .project-box .swiper-slide .top::before,
.floor-2 .project-box .swiper-slide .top::after,
.floor-2 .project-box .swiper-slide .top .bg-layer,
.floor-2 .project-box .swiper-slide .bottom .bg-layer,
.floor-2 .project-box .swiper-slide .bottom h3,
.floor-2 .project-box .swiper-slide .bottom p{
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.floor-2 .project-box .swiper-slide a:hover .top::before,
.floor-2 .project-box .swiper-slide a:hover .top::after{
	opacity: 1;
}
.floor-2 .project-box .swiper-slide a:hover .top .bg-layer{
	top: 0;
}
.floor-2 .project-box .swiper-slide a:hover .bottom .bg-layer{
	height: 100%;
}
.floor-2 .project-box .swiper-slide a:hover .bottom h3,
.floor-2 .project-box .swiper-slide a:hover .bottom p{
	color: #fff;
}
/* 楼层2 结束 */


/* 楼层3 开始 */
.floor-3 .honour-box{
	position: relative;
}

.floor-3 .honour-box .swiper-container-honour{
	overflow: hidden;
	width: 1260px !important;
	margin: 0 auto;
}

.floor-3 .honour-box .swiper-container-honour > .swiper-wrapper{
	margin-left: 370px;
}

.floor-3 .honour-box .swiper-slide{
	overflow: hidden;
}

.floor-3 .honour-box .swiper-slide .top{
	width: 100%;
	/* height: 310px; */
}

.floor-3 .honour-box .swiper-slide .top img{
	width: 100%;
	height: 100%;
}

.floor-3 .honour-box .swiper-slide .bottom{
	background-color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 90px;
	color: #636363;
}

.floor-3 .honour-box .swiper-pagination-honour{
	margin-top: 20px;
	text-align: center;
	font-size: 0;
}

.floor-3 .honour-box .swiper-pagination-honour > .swiper-pagination-bullet{
	position: relative;
	width: 8px;
	height: 8px;
	outline: none;
	margin: 0 7px;
	background-color: #999;
}

.floor-3 .honour-box .swiper-pagination-honour > .swiper-pagination-bullet-active{
	background-color: #27b7f7;
}

.floor-3 .honour-box .swiper-pagination-honour > .swiper-pagination-bullet-active::before{
	position: absolute;
	top: -2px;
	left: -2px;
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #27b7f7;
	border-radius: 50%;
}
/* 结束 楼层3 */


/* 开始 楼层4 */
.floor-4 .cooperate-box{
	position: relative;
}

.floor-4 .cooperate-box .swiper-container-cooperate{
	overflow: hidden;
	width: 1149px !important;
	height: 419px !important;
	margin: 0 auto;
}

.floor-4 .cooperate-box .swiper-slide{
	position: relative;
	display: table;
	height: 140px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	background-color: rgba(255, 255, 255, .35);
}

.floor-4 .cooperate-box .swiper-slide a{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.floor-4 .cooperate-box .swiper-slide a img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	max-width: 210px;
	max-height: 120px;
	width: auto;
	height: auto;
	line-height: 0;
	vertical-align: middle;
}
/* 楼层4 结束 */

/* 开始 楼层5 */
.floor-5 .content .title h2{
	color: #fff;
}

.floor-5 .floor-box{
	position: relative;
}

.floor-5 .about-box{
	position: relative;
}

.floor-5 .about-box .swiper-container-about.infor-wrap{
	width: 740px;
	margin: 0 auto;
}

.floor-5 .about-box .infor-left{
	display: inline-block;
	width: 200px;
	height: 200px;
	vertical-align: middle;
	margin-right: 30px;
}

.floor-5 .about-box .infor-left img{
	width: 100%;
	height: 100%;
}

.floor-5 .about-box .infor-right{
	display: inline-block;
	vertical-align: middle;
}

.floor-5 .about-box .about-nav{
	margin-left: 5%;
}

.floor-5 .about-box .about-nav .nav-box{
	width: 72px;
	background-color: rgba(255, 255, 255, .65);
}

.floor-5 .about-box .about-nav .nav-box li{
	width: 72px;
	height: 42px;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	color: #656565;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
}

.floor-5 .about-box .about-nav .nav-box li.active{
	background-color: #333;
	color: #fff;
}

.floor-5 .about-box .swiper-container-about{
	overflow: hidden;
	width: 480px;
	margin-left: 50%;
	margin-bottom: 140px;
}

.floor-5 .about-box .swiper-container-about .swiper-slide h3{
	font-size: 24px;
	font-weight: normal;
	line-height: 2.5;
	color: #27b7f7;
}

.floor-5 .about-box .swiper-container-about .swiper-slide p{
	line-height: 2.5;
	font-size: 14px;
	color: #ccc;
}

.floor-5 .about-box .swiper-container-about .swiper-slide .about-time p::before{
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #27b7f7;
}

.floor-5 .about-foot{
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	border-top: 1px solid rgba(215, 215, 215, .3);
	background-color: rgba(255,255,255,.1);
	line-height: 70px;
}

.floor-5 .about-foot .swiper-container-about-foot{
	width: 20%;
}

.floor-5 .about-foot .swiper-container-about-foot .swiper-slide{
	text-align: center;
	color: #bbb;
}

.floor-5 .about-foot .swiper-container-about-foot .swiper-slide b{
	padding-right: 6px;
	font-size: 26px;
	font-weight: normal;
	color: #27b7f7;
}
/* 楼层5 结束 */

/* 开始 楼层6 */
.floor-6 .contact-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.floor-6 .contact-box .left{
	width: 160px;
	height: 160px;
	margin-right: 50px;
}

.floor-6 .contact-box .right p{
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.floor-6 .contact-box .right .phone-num{
	margin-bottom: 5px;
	font-size: 36px;
	font-family: 'Georgia';
	line-height: 1;
	color: #27b7f7;
}
/* 楼层6 结束 */
/* 内容 结束 */


/* 开始 页脚 */
.page-foot{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	z-index: 8;
}
/* 页脚 结束 */


/* 开始 侧边栏弹出层 */
.page-sidebar{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.page-sidebar .btn-popup{
	position: fixed;
	top: 0;
	bottom: 0;
	right: -15px;
	width: 34px;
	height: 34px;
	margin: auto;
	padding: 5px 20px 5px 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #27b7f7;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	opacity: .7;
	cursor: pointer;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.page-sidebar .btn-popup:hover{
	right: 0;
	opacity: 1;
}

.page-sidebar .floor-box{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.page-sidebar .popup-box{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 540px;
	max-height: 300px;
	margin: auto;
	padding: 30px;
	border-radius: 5px;
	background-color: #fff;
	background: url('../images/03_bgimg/7.jpg') no-repeat center center/cover;
	-webkit-box-shadow: 0 0 8px #ddd;
	box-shadow: 0 0 8px #ddd;
}

.page-sidebar .swiper-container-code{
	overflow: hidden;
	position: relative;
	max-width: 540px;
	margin: 0 auto;
}

.page-sidebar .swiper-container-code .swiper-slide{
	width: 160px !important;
	margin: 0 auto;
}

.page-sidebar .swiper-container-code .swiper-slide + .swiper-slide{
	margin-left: 30px;
}

.page-sidebar .swiper-container-code .swiper-slide p{
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
}

.page-sidebar .swiper-container-code .swiper-slide p span{
	color: #27b7f7;
}

.page-sidebar .else{
	margin-top: 15px;
	text-align: center;
}

.page-sidebar .else .remarks{
	font-size: 24px;
}

.page-sidebar .else a{
	display: inline-block;
	margin-top: 10px;
	padding: 7px 15px;
	border-radius: 24px;
	background-color: #27b7f7;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}

.page-sidebar .swiper-pagination-code{
	margin-top: 15px;
	text-align: center;
}

.page-sidebar .swiper-pagination-code .swiper-pagination-bullet{
	margin: 0 4px;
}

.page-sidebar .btn-close{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ddd;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 8px #ddd;
	box-shadow: 0 0 8px #ddd;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.page-sidebar .btn-close .iconfont{
	font-size: 14px;
}

.page-sidebar .btn-close:hover{
	background-color: #27b7f7;
	color: #fff;
}
/* 侧边栏弹出层 结束 */
.page-sidebar .popup-box .swiper-wrapper{
	overflow: hidden;
}
.page-sidebar .popup-box li{
	padding-top: 50px;
	width: 50%;
	float: left;
}
.page-sidebar .popup-box li img{
	width: 160px;
	height: 160px;
	margin: 0 auto;
}
.page-sidebar .popup-box li p{
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}
.page-sidebar .popup-box li p span{
	color: #27b7f7;
}