body {
	background-color: #FFFFFF;
}
.banner{
	width: 100%;
	height: 720px;
}
.banner-con{
	width: 1200px;
	margin: 0 auto;
	height: 720px;
	position: relative;
}
.banner-con .title{
	width: 660px;
	position: absolute;
	left: 44px;
	bottom: 165px;
	background-color: rgba(0,0,0,0.7);
	padding: 30px;
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.banner-con .banner-img{
	width: 100%;
	display: none;
}
.banner-con .info{
	width: 380px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #FFFFFF;
}
.banner-con .info-init{
	width: 100%;
	padding: 20px 20px 30px;
}
.banner-con .info-result{
	width: 100%;
	padding: 30px 20px;
	display: none;
}
.banner-con .info-desc{
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #353333;
	text-align: center;
}
.banner-con .info-desc span{
	font-weight: bold;
}
.banner-con .info-hr{
	background-color: #DDDDDF;
	width: 100%;
	height: 1px;
	margin: 30px 0;
}
.banner-con .down-title{
	color: #353333;
	width: 100%;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding-bottom: 30px;
}
.banner-con .down-box{
	padding: 0 0 0 50px;
	width: 100%;
	position: relative;
}
.banner-con .down-box img{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-con .down-box a{
	width: 100%;
	line-height: 26px;
	color: #2973CC;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.banner-con .down-box div{
	width: 100%;
	line-height: 20px;
	color: #484848;
	font-size: 14px;
}
.banner-con .info-title{
	width: 100%;
	line-height: 1;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}
.banner-con .row{
	width: 100%;
	height: 50px;
	border: 1px #DDDDDF solid;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.banner-con .row input{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 16px;
	border: 0;
	padding: 0;
	margin: 0;
}

.banner-con .row input::-webkit-input-placeholder{
	color: #999999;
}
.banner-con .row input:-moz-placeholder{
	color: #999999;
}
.banner-con .row input::-moz-placeholder{
	color: #999999;
}
.banner-con .row input:-ms-input-placeholder{
	color: #999999;
}
.banner-con .desc{
	width: 100%;
	line-height: 20px;
	color: #484848;
	font-size: 14px;
	margin-bottom: 20px;
}
.banner-con .btn{
	display: block;
	width: 100%;
	border: 2px solid #2B2B2B;
	line-height: 46px;
	text-align: center;
	height: 50px;
	color: #FFFFFF;
	background-color: #2B2B2B;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
}
.banner-con .btn:hover{
	color: #2B2B2B;
	background-color: #FFFFFF;
}
.banner-con .btn.disabled,.banner-con .btn.disabled:hover{
	color: #FFFFFF !important;
	background-color: #9c9c9c !important;
	border: none !important;
}
.select2 {
	position: relative;
	width: 100%;
	height:50px;
	cursor: pointer;
	font-size: 16px;
	z-index: 8;
	margin-bottom: 20px;
}
.select2 .select_text {
	width: 100%;
	height: 50px;
	border: 1px #DDDDDF solid;
	border-radius: 5px;
	padding: 0 20px;
	line-height: 48px;
	position: relative;
	z-index: 10;
	background-color: #FFFFFF;
	color: #3A3A3A;
}
.select2 .select_text:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -2px;
	border-top: 5px solid #CCCCCC;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.select2 .select_text[data-value="0"] {
	color: #999999;
}
.select2 .select_list {
	display: none;
	position: absolute;
	top: 45px;
	padding: 8px 0 4px;
	left: 0;
	right: 0;
	z-index: 9;
	border: 1px solid #DDDDDD;
	border-top: 0;
	background: #FFFFFF;
	border-radius: 0 0 5px 5px;
	margin: 0;
	list-style-type: none;
}
.select2 .select_list li {
	line-height: 46px;
	text-indent: 15px;
	color: #3A3A3A;
	margin: 0;
	padding: 0;
}
.select2 .select_list li:hover {
	background: #F8F8F8;
}

.nav{
	width: 100%;
	height: 190px;
}
.nav .nav-con{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav .nav-list{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
}
.nav .nav-item{
	flex: 1;
	position: relative;
	padding: 30px;
	display: flex;
}
.nav .nav-item::after{
	width: 1px;
	position: absolute;
	top: 25px;
	bottom: 25px;
	right: 0;
	background-color: #FFFFFF;
	content: '';
}
.nav .nav-item:last-child::after{
	width: 0;
}
.nav .nav-item img{
	width: 46px;
	height: 46px;
	margin-right: 10px;
}
.nav .nav-item .nav-item-con{
	flex: 1;
}
.nav .nav-item .title{
	line-height: 1;
	font-size: 22px;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.nav .nav-item .txt{
	line-height: 32px;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}
.nav .nav-item .txt2{
	padding-top: 5px;
	line-height: 16px;
	font-size: 12px;
	color: #FFFFFF;
}
.nav .nav-btn{
	width: 240px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	color: #2B2B2B;
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	display: none;
}
.nav .nav-btn:hover{
	color: #FFFFFF;
	background-color: #2B2B2B;
}
.nav .nav-btn.disabled,.nav .nav-btn.disabled:hover{
	color: #FFFFFF !important;
	background-color: #9c9c9c !important;
	border: none !important;
}

.nav.float-nav{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.nav.float-nav .nav-list,.nav.float-nav2 .nav-list{
	width: 880px;
}
.nav.float-nav .nav-item,.nav.float-nav2 .nav-item{
	padding: 30px;
}
.nav.float-nav .nav-item:last-child::after,.nav.float-nav2 .nav-item:last-child::after{
	width: 1px;
}
.nav.float-nav .nav-btn,.nav.float-nav2 .nav-btn{
	display: block;
}

.nav-small{
	width: 100%;
	height: 70px;
	padding: 10px 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	display: none;
}
.nav-small .nav-btn{
	display: block;
	width: 100%;
	line-height: 50px;
	text-align: center;
	height: 50px;
	color: #FFFFFF;
	background-color: #2B2B2B;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
}
.nav-small .nav-btn.white{
	color: #2B2B2B;
	background-color: #FFFFFF;
}
.nav-small .nav-btn.disabled,.nav-small .nav-btn.disabled:hover{
	color: #FFFFFF !important;
	background-color: #9c9c9c !important;
	border: none !important;
}

.content{
	width: 100%;
}
.floor{
	width: 100%;
}
.floor:nth-child(even){
	background-color: #F3F3F3;
}
.floor:nth-child(even) .floor-video .btn{
	background-color: #ffffff;
}
.floor-con{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.floor-title{
	width: 75%;
	margin: 0 auto;
	line-height: 44px;
	font-size: 34px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
}
.floor-btn{
	width: 250px;
	line-height: 46px;
	text-align: center;
	border: 2px solid #2B2B2B;
	height: 50px;
	color: #FFFFFF;
	background-color: #2B2B2B;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	display: block;
	margin: 30px auto 0;
}

.floor-btn.disabled,.floor-btn.disabled:hover{
	color: #FFFFFF;
	background-color: #9c9c9c;
	border: none !important;
}
.floor-btn:hover{
	color: #2B2B2B;
	background-color: #FFFFFF;
}
.floor-box{
	width: 100%;
	line-height: 26px;
	font-size: 16px;
	color: #333333;
}
.floor-box .title{
	line-height: 1;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 10px;
}

.floor-box .certificate-btn{
	margin: 30px auto 0;
}

.floor-box .certificate-pics{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}
.floor-box .certificate-pic{
	height: 290px;
	margin: 0 20px;
	padding: 10px;
	position: relative;
}
.floor-box .certificate-pic img{
	width: auto;
	height: 100%;
	display: block;
	position: relative;
	z-index: 3;
}

.floor-box .bar-left2{
	position: absolute;
	width: 10px;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../../images/hqdx/detail-bar-left2.png) repeat-y;
	z-index: 1;
}
.floor-box .bar-top2{
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0;
	right: 0;
	top: 0;
	background: url(../../images/hqdx/detail-bar-top2.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}
.floor-box .bar-right2{
	position: absolute;
	width: 10px;
	right: 0;
	bottom: 0;
	top: 0;
	background: url(../../images/hqdx/detail-bar-right2.png) repeat-y;
	z-index: 1;
}
.floor-box .bar-bottom2{
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/hqdx/detail-bar-bottom2.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.floor-video{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.video-swiper{
	width: 72%;
	height: 570px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.video-swiper .swiper-wrapper,.video-swiper .swiper-slide{
	width: 100%;
	height: 570px;
}
.video-box{
	width: 100%;
	height: 480px;
}
.video-box video{
	background-color: #000000;
}
.floor-video .btn{
	position: absolute;
	top: 160px;
	width: 70px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F3F3F3;
	color: #000000;
	border-radius: 12px;
}
.floor-video .btn.disabled{
	color: #BBBBBB;
}
.floor-video .video-btn-l{
	left: 0;
}
.floor-video .video-btn-r{
	right: 0;
}
.floor-video .btn .iconfont{
	font-size: 40px;
}

.video-title{
	width: 100%;
	padding-top: 30px;
	line-height: 34px;
	color: #2D343E;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}

.review-swiper{
	width: 100%;
	height: 330px;
	overflow: hidden;
}
.review-swiper .swiper-wrapper,.review-swiper .swiper-slide{
	width: 100%;
	height: 300px;
}
.review-dot{
	width: 100%;
	display: flex;
	justify-content: center;
}
.review-dot-span{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #CCCCCC;
	margin: 0 10px;
}
.review-dot-span.dot-show{
	background-color: #777879;
}
.review-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.review-box img{
	width: 380px;
	height: 250px;
	object-fit: cover;
}

.participant-swiper{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.participant-swiper .swiper-wrapper,.participant-swiper .swiper-slide{
	width: 100%;
	height: 220px;
}
.participant-dot{
	width: 100%;
	display: flex;
	justify-content: center;
}
.participant-dot-span{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #CCCCCC;
	margin: 0 10px;
}
.participant-dot-span.dot-show{
	background-color: #777879;
}
.participant-box{
	width: 750px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.participant-box .txt{
	width: 100%;
	line-height: 24px;
	color: #333333;
	font-size: 16px;
}
.participant-box .name{
	width: 100%;
	line-height: 1;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding: 30px 0;
}

.floor-provider{
	width: 100%;
	padding: 10px 50px 20px;
	display: flex;
}
.floor-provider img{
	width: 120px;
	height: 120px;
	margin-right: 50px;
	object-fit: cover;
}
.floor-provider .box{
	flex: 1;
}
.floor-provider .title{
	line-height: 1;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 10px;
}
.floor-provider .desc{
	line-height: 24px;
	font-size: 16px;
	color: #333333;
}


.floor-iecturer{
	width: 100%;
	padding-bottom: 30px;
}
.iecturer-swiper{
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.iecturer-swiper .swiper-wrapper,.iecturer-swiper .swiper-slide{
	width: 100%;
	height: 210px;
}
.iecturer-dot{
	width: 100%;
	display: flex;
	justify-content: center;
}
.iecturer-dot-span{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #CCCCCC;
	margin: 0 10px;
}
.iecturer-dot-span.dot-show{
	background-color: #777879;
}

.iecturer-box{
	width: 100%;
	height: 100%;
	padding: 10px 50px;
	display: flex;
}
.iecturer-box img{
	width: 120px;
	height: 120px;
	border-radius: 100%;
	border: 1px solid #F1F1F1;
	margin-right: 50px;
	object-fit: cover;
}
.iecturer-box .box{
	flex: 1;
}
.iecturer-box .name{
	line-height: 28px;
	font-size: 18px;
	color: #363A3D;
	font-weight: bold;
	padding-top: 5px;
}
.iecturer-box .major{
	line-height: 24px;
	font-size: 14px;
	color: #C79668;
	padding-bottom: 5px;
}
.iecturer-box .desc{
	line-height: 24px;
	font-size: 16px;
	color: #333333;
}

.certificate{
	width: 100%;
}
.certificate-con{
	width: 100%;
	display: flex;
}
.certificate-con .box{
	flex: 1;
}

.certificate-con .box-pic{
	width: 94%;
	display: none;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}
.certificate-con .box-pic img{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 3;
}

.certificate-con .bar-left2{
	position: absolute;
	width: 10px;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../../images/hqdx/detail-bar-left2.png) repeat-y;
	z-index: 1;
}
.certificate-con .bar-top2{
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0;
	right: 0;
	top: 0;
	background: url(../../images/hqdx/detail-bar-top2.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}
.certificate-con .bar-right2{
	position: absolute;
	width: 10px;
	right: 0;
	bottom: 0;
	top: 0;
	background: url(../../images/hqdx/detail-bar-right2.png) repeat-y;
	z-index: 1;
}
.certificate-con .bar-bottom2{
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/hqdx/detail-bar-bottom2.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}
.certificate-con .desc{
	line-height: 24px;
	font-size: 16px;
	color: #333333;
}
.certificate-btn{
	width: 250px;
	line-height: 46px;
	text-align: center;
	border: 2px solid #2B2B2B;
	height: 50px;
	color: #FFFFFF;
	background-color: #2B2B2B;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	display: block;
	margin: 30px 0 0;
}
.certificate-btn:hover{
	color: #2B2B2B;
	background-color: #FFFFFF;
}
.certificate-btn.disabled,.certificate-btn.disabled:hover{
	color: #FFFFFF !important;
	background-color: #9c9c9c !important;
	border: none !important;
}
.certificate-con .pic{
	height: 290px;
	margin-left: 90px;
	padding: 10px;
	position: relative;
}
.certificate-con .pic img{
	width: auto;
	height: 100%;
	display: block;
	position: relative;
	z-index: 3;
}
.certificate-con .bar-left{
	position: absolute;
	width: 10px;
	height: 290px;
	left: 0;
	top: 0;
	background: url(../../images/hqdx/detail-bar-left.png) no-repeat;
	z-index: 2;
}
.certificate-con .bar-top{
	position: absolute;
	height: 10px;
	left: 0;
	right: 0;
	top: 0;
	background: url(../../images/hqdx/detail-bar-top.png) repeat-x;
	z-index: 1;
}
.certificate-con .bar-right{
	position: absolute;
	width: 10px;
	height: 290px;
	right: 0;
	top: 0;
	background: url(../../images/hqdx/detail-bar-right.png) no-repeat;
	z-index: 2;
}
.certificate-con .bar-bottom{
	position: absolute;
	height: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/hqdx/detail-bar-bottom.png) repeat-x;
	z-index: 1;
}
.certificate-desc{
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	padding: 30px 0 20px;
}

.footer{
	width: 100%;
}
.footer-con{
	width: 1200px;
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
}
.footer-con .btn-box{
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.footer-con .btn-box a{
	width: 240px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	margin: 0 20px;
}
.footer-con .btn-box a.apply-btn{
	color: #2B2B2B;
	background-color: #FFFFFF;
}
.footer-con .btn-box a.apply-btn:hover{
	color: #FFFFFF;
	background-color: #2B2B2B;
}
.footer-con .btn-box a.disabled,.footer-con .btn-box a.disabled:hover{
	color: #FFFFFF !important;
	background-color: #9c9c9c !important;
}
.footer-con .btn-box a.get-btn{
	color: #FFFFFF;
	background-color: #2B2B2B;
}
.footer-con .btn-box a.get-btn:hover{
	color: #2B2B2B;
	background-color: #FFFFFF;
}
.footer-con .btn-box a.disabled,.footer-con .btn-box a.disabled:hover{
	color: #FFFFFF !important;
	background-color: #9c9c9c !important;
}
.footer-con .txt{
	line-height: 44px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
.footer-con .txt2{
	line-height: 38px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.footer-con .txt2 a{
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 18px;
}


@media screen and (max-device-width: 750px) {
	.banner{
		height: auto;
		background: none !important;
		overflow: hidden;
	}
	.banner-con{
		width: 100%;
		height: auto;
	}
	.banner-con .title{
		width: 100%;
		position: relative;
		left: 0;
		bottom: 0;
		background-color: #333;
		padding: 15px;
		line-height: 20px;
		font-size: 16px;
	}
	.banner-con .banner-img{
		display: block;
	}
	.banner-con .info{
		width: 100%;
		position: relative;
		top: 0;
		transform: translateY(0);
	}
	.nav{
		overflow: hidden;
		height: auto;
	}
	.nav .nav-con{
		width: 100%;
		height: auto;
		display: block;
		overflow: hidden;
	}
	.nav .nav-list{
		width: 100% !important;
		height: auto;
		overflow: hidden;
		display: block;
	}
	.nav .nav-item{
		width: 100%;
		position: relative;
		padding: 30px!important;
		display: flex;
	}
	.nav .nav-item::after{
		width: auto;
		height: 1px;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 25px;
		right: 25px;
	}
	
	.nav.float-nav2 .nav-btn{
		display: none;
	}
	
	.floor-con{
		width: 100%;
		margin: 0 auto;
		padding: 30px 15px;
	}
	.floor-title{
		width: 80%;
		line-height: 26px;
		font-size: 20px;
		padding-bottom: 20px;
	}
	.floor-box{
		line-height: 24px;
		font-size: 14px;
	}
	.floor-box .title{
		line-height: 24px;
		font-size: 16px;
		padding-top: 10px;
	}
	.floor-box .certificate-pics{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 10px 0 0;
	}
	.floor-box .certificate-pic{
		width: 100%;
		height: auto;
		margin: 10px 0;
	}
	.floor-box .certificate-pic img{
		width: 100%;
		height: auto;
	}
	
	.video-swiper{
		height: 280px;
	}
	.video-swiper .swiper-wrapper,.video-swiper .swiper-slide{
		height: 280px;
	}
	.video-box{
		height: 190px;
	}
	.floor-video .btn{
		position: absolute;
		top: 70px;
		width: 34px;
		height: 54px;
		border-radius: 5px;
	}
	.floor-video .btn .iconfont{
		font-size: 20px;
	}
	.video-title{
		padding-top: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.review-swiper{
		height: 34vw;
	}
	.review-swiper .swiper-wrapper,.review-swiper .swiper-slide{
		height: 28vw;
	}
	.review-box img{
		width: 30vw;
		height: 22vw;
	}
	.participant-box{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.participant-box .txt{
		line-height: 22px;
		font-size: 14px;
	}
	.participant-box .name{
		font-size: 14px;
		padding: 20px 0;
	}
	.floor-provider{
		padding: 0;
		display: block;
		overflow: hidden;
	}
	.floor-provider img{
		margin-right: 0;
		margin: 0 auto;
		display: block;
	}
	.floor-provider .box{
		width: 100%;
	}
	.floor-provider .title{
		line-height: 24px;
		font-size: 16px;
		padding-top: 10px;
	}
	.floor-provider .desc{
		line-height: 20px;
		font-size: 12px;
	}
	
	.floor-iecturer{
		padding-bottom: 10px;
	}
	.iecturer-swiper{
		height: auto;
	}
	.iecturer-swiper .swiper-wrapper,.iecturer-swiper .swiper-slide{
		height: auto;
	}
	.iecturer-box{
		height: auto;
		padding: 0 0;
		display: block;
	}
	.iecturer-box img{
		margin-right: 0;
		display: block;
		margin: 0 auto;
	}
	.iecturer-box .box{
		width: 100%;
	}
	.iecturer-box .desc{
		line-height: 20px;
		font-size: 12px;
		margin-bottom: 20px;
	}
	
	.certificate-con .box-pic{
		display: block;
	}
	.certificate-con .pic{
		display: none;
	}
	.certificate-con .desc{
		line-height: 22px;
		font-size: 14px;
		padding: 20px 0 0;
	}
	.certificate-btn{
		margin: 20px auto 0;
	}
	.footer{
		margin-bottom: 70px;
	}
	.footer-con{
		width: 100%;
		padding: 30px 0;
	}
	.footer-con .btn-box{
		flex-direction: column;
		align-items: center;
		padding-bottom: 0;
	}
	
	.footer-con .btn-box a{
		margin: 0 0 20px;
	}
	
	.footer-con .txt{
		width: 90%;
		line-height: 28px;
		font-size: 18px;
		margin: 0 auto;
	}
	.footer-con .txt2{
		width: 90%;
		line-height: 22px;
		font-size: 12px;
		margin: 0 auto;
	}
	.footer-con .txt2 a{
		font-size: 12px;
	}
	
	
}