body {
	overflow-x: hidden;
}

/* .banner {
	height: 460px;
	background: url(../images/banner.png) center 0 no-repeat;
	background-size: 100%;
} */
.mini_bg{
	background: #3ac86f;
}
.mini_title{
	    height: 600px;
	        display: flex;
	        justify-content: center;
	        align-items: center;
	        color: #fff;
	        padding: 20px 0;
	        margin-top: 80px;
}
.banner .wrap {
	/* width: 1095px; */
	margin: 0 auto;
}

.banner .btn-back {
	padding: 28px 0 0 26px;
	display: block;
	width: 110px;
}

.banner img {
	width: 100%;
	min-height: 320px;
}

.banner .word {
	margin: 80px 0 0 26px;
	color: #fff;
	position: absolute;
	    top: 60px;
		left: 1%;
}

.banner .word h1 {
	font-weight: normal;
	font-size: 36px;
	line-height: 50px;
	padding: 5px 0;
}

.banner .word h3 {
	font-weight: bold;
	font-size: 36px;
	padding: 5px 0;
}

.banner .word p {
	font-size: 20px;
	font-weight: 100;
	padding: 10px 0;
}

.banner .word .btns {
	display: block;
	width: 140px;
	height: 46px;
	line-height: 46px;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	font-size: 24px;
	color: #3cb679;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 10px 0;
}

.banner .word .btns:hover {
	background: #f9f9f9;
}

ul.subversion-nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
}

ul.subversion-nav li {
	/* width: 25%;
	height: 270px;
	float: left; */
	text-align: center;
	padding: 0 3%;
}

ul.subversion-nav li img {
	transition: transform .15s ease;
	-webkit-transition: transform .15s ease;
	-moz-transition: transform .15s ease;
	-ms-transition: transform .15s ease;
	-o-transition: transform .15s ease;
}

ul.subversion-nav li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

ul.subversion-nav li.sli2,
ul.subversion-nav li.sli5 {}

ul.subversion-nav li img {
	width: 100px;
	height: 100px;
	margin: 20px auto;
}

ul.subversion-nav li h3 {
	font-size: 18px;
	line-height: 50px;
	font-weight: normal;
}

ul.subversion-nav li p {
	color: #909090;
	font-size: 15px;
}

.box-enter {
	height: 850px;
	background: url(../images/bg-program.png);
}

.box-enter .wrap {
	/* width: 1200px; */
	margin: 0 auto;
}

.box-enter .title1 {
	padding: 40px 0 20px;
}

.box-enter .title1 h2 {
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 10px;
	color: #fff;
	text-align: center;
}

.box-enter .title1 h3 {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	letter-spacing: 3px;
	line-height: 40px;
	text-align: center;
}
.cont{display: flex;justify-content: center;align-items: center;}
.cont img{width: 80%;}
.cont ul{    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;}
.box-scence {
	background: #f8f8f8;
	padding: 50px 0;
}

.box-scence .wrap {
	/* width: 1200px; */
	margin: 0 auto;
}

.box-scence .title1 {
	text-align: center;
	padding: 20px 0;
}

.box-scence .title1 h2 {
	font-weight: normal;
	font-size: 46px;
	color: #3cb679;
	letter-spacing: 7px;
}

.box-scence .title1 h3 {
	font-weight: normal;
	font-size: 18px;
	color: #565656;
	letter-spacing: 3px;
	line-height: 40px;
}

.box-scence .cont ul li {
	width: 19%; 
	min-width: 220px;
	text-align: center;
	margin: 20px 15px 10px 15px;
	background-color: #fff;
	transition: all .5s;
}


.box-scence .cont ul li:hover {
	box-shadow: 0 0 12px 10px rgba(188, 188, 188, 0.3);
}

.box-scence .cont ul .icon {
	margin: 0 auto;
}

.box-scence .cont ul img {
	width: 90px;
}

.box-scence .cont ul dl {
	letter-spacing: 2px;
}

.box-scence .cont ul dl dt {
	font-size: 24px;
	color: #1dac64;
	padding: 5px 0;
}

.box-scence .cont ul dl dd {
	display: block;
	color: #404040;
	font-size: 16px;
	text-decoration: none;
	line-height: 28px;
	font-weight: 100;
}

.box-scence .last {
	margin-right: 0;
}

.mfapp-con .tags span {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 8px;
	font-size: 12px;
	margin-right: 8px;
	height: 22px;
	line-height: 22px;
	vertical-align: bottom;
}

.mfapp-con img {
	border-radius: 3px;
}

.mfapp-con .app-img {
	position: relative;
	border-radius: 3px;
	display: block;
	overflow: hidden;
}

.mfapp-con p.small-font {
	height: 44px;
	overflow: hidden;
}

.box-case {
	background: #fff;
	padding: 30px 0;
}

.box-case .wrap {
	width: 100%;
	margin: 0 auto;
}

.box-case .title1 {
	text-align: center;
	padding-bottom: 20px;
}

.box-case .title1 h2 {
	font-weight: normal;
	font-size: 46px;
	color: #3cb679;
	letter-spacing: 7px;
}

.box-case .title1 h3 {
	font-weight: normal;
	font-size: 33px;
	color: #6d698c;
	letter-spacing: 3px;
}

.box-case .cont {
	position: relative;
}

.box-case .swiper-button-next {
	background: url(../images/icon-arrow-next.png) no-repeat;
	width: 39px;
	height: 39px;
	right: 0;
	opacity: 1;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

.box-case .swiper-button-prev {
	background: url(../images/icon-arrow-prev.png) no-repeat;
	width: 39px;
	height: 39px;
	left: 0;
	opacity: 1;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

.box-case .tips {
	text-align: center;
	padding: 20px 0;
	color: #404040;
	font-size: 20px;
}

.swiper-container {
	margin: 0 auto;
}

.swiper-container .swiper-slide {
	box-shadow: 0 8px 32px rgba(60, 198, 138, 0.18);
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	width: 377px;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 20px;
	opacity: .5;
}

.swiper-container .swiper-slide img {
	width: 100%;
}

.swiper-container .swiper-slide .qrcode {
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-slide .qrcode span {
	display: block;
	width: 179px;
	height: 203px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 50%;
	margin-top: -101px;
}

.swiper-container .swiper-slide.active .qrcode {
	display: block;
}

.swiper-container .swiper-slide-active,
.swiper-container .swiper-slide-duplicate-active {
	z-index: 2;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.swiper-container {
	width: 90%;
}

.box-zixun {
	height: 587px;
	background: url(../images/bg-tijiao.jpg) center 0 no-repeat;
}

.box-zixun .wrap {
	width: 628px;
	margin: 0 auto;
}

.box-zixun .title1 {
	text-align: center;
	font-size: 38px;
	color: #f4fff9;
}

.box-zixun .title1 h2 {
	font-weight: normal;
	padding: 30px 0;
}

.box-zixun .btns {
	text-align: center;
}

.box-zixun .btns .btns {
	margin-top: 30px;
	width: 250px;
	height: 46px;
	background: #046936;
	font-size: 18px;
	cursor: pointer;
	color: #c3c5c4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.box-zixun .btns .btns:hover {
	color: #fff;
}

.form .item {
	float: left;
	width: 292px;
	margin: 0 10px 28px;
}

.form .item .txt {
	width: 272px;
	height: 22px;
	padding: 10px;
	background: #f9f9fa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	text-indent: 20px;
	outline: none;
}

.form .nice-select {
	position: relative;
}

.form .nice-select .txt {
	background: url(../images/ico-down.png) no-repeat right center #f9f9fa;
}

.form .nice-select ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	    z-index: 999;
}

.form .nice-select ul li {
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
	text-indent: 20px;
}

.form .nice-select ul li:hover {
	background: #fafafa;
}

.form .item2 {
	width: 600px;
}

.form .item2 textarea {
	padding: 10px 2%;
	width: 96%;
	height: 150px;
	overflow-y: auto;
	background: #f9f9fa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
}

.footer {
	text-align: center;
	color: #464646;
	line-height: 30px;
	padding: 25px 0;
}