.applet {
	width: 100%;
	margin-top: 115px;
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.applet_top {
	width: 100%;
	/* height: 432px; */
}

.applet_top img {
	width: 100%;
}

.applet_top .applet_top_img_1 {
	display: none;
}

.small_routine_box {
	width: 100%;
	background: url(../img/appletBg.png) no-repeat;
	background-size: 100% 100%;
}

.small_routine {
	max-width: 1500px;
	margin: 0 auto;
	padding: 89px 20px;
	text-align: center;
}

.small_routine h4 {
	font-size: 42px;
	font-weight: bold;
	line-height: 59px;
	color: #333333;
}

.small_routine h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #A5A5A5;
	opacity: 0.56;
}

.small_routine i {
	display: inline-block;
	margin: 22px 0 31px 0;
	width: 54px;
	height: 0px;
	border: 1px solid #707070;
}

.small_routine p {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 78px;
}

.small_list {
	width: 100%;
}

.small_list ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.small_list ul li {
	margin: 20px 0;
	margin-right: 20px;
	width: calc((100% - 2 * 20px)/3);
	/* height: 409px; */
	background: #fff;
}

.small_list ul li:nth-child(3n) {
	margin-right: 0;
}

.small_list ul li h1 {
	height: 50%;
	color: #fff;
	font-size: 32px;
	/* font-weight: bold; */
	/* line-height: 45px; */
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	align-items: flex-start;
	justify-content: center;
}

.small_list ul li h1 img {
	width: 60px;
	height: 60px;
}

.small_list ul li h1 span {
	display: inline-block;
	margin-top: 20px;
	font-weight: bold;
}

.small_list ul li p {
	height: 50%;
	padding: 44px 90px 20px 39px;
	font-size: 19px;
	line-height: 36px;
	color: #999999;
	text-align: left;
}

.small_list ul .li_1 {
	border-bottom: 2px solid rgba(254, 128, 0, 0.39);
}

.small_list ul .li_2 {
	border-bottom: 2px solid rgba(110, 125, 254, 0.39);
}

.small_list ul .li_3 {
	border-bottom: 2px solid rgba(19, 204, 199, 0.39);
}

.small_list ul .li_4 {
	border-bottom: 2px solid rgba(237, 95, 73, 0.39);
}

.small_list ul .li_5 {
	border-bottom: 2px solid rgba(0, 184, 254, 0.39);
}

.small_list ul .li_6 {
	border-bottom: 2px solid rgba(250, 54, 110, 0.39);
}

.small_list ul .li_1:hover {
	border-bottom: 2px solid rgba(254, 128, 0, 1);
}

.small_list ul .li_2:hover {
	border-bottom: 2px solid rgba(110, 125, 254, 1);
}

.small_list ul .li_3:hover {
	border-bottom: 2px solid rgba(19, 204, 199, 1);
}

.small_list ul .li_4:hover {
	border-bottom: 2px solid rgba(237, 95, 73, 1);
}

.small_list ul .li_5:hover {
	border-bottom: 2px solid rgba(0, 184, 254, 1);
}

.small_list ul .li_6:hover {
	border-bottom: 2px solid rgba(250, 54, 110, 1);
}

.small_list ul li .small_1 {
	background: #FE8000;
}

.small_list ul li .small_2 {
	background: #6E7DFE;
}

.small_list ul li .small_3 {
	background: #13CCC7;
}

.small_list ul li .small_4 {
	background: #ED5F49;
}

.small_list ul li .small_5 {
	background: #00B8FE;
}

.small_list ul li .small_6 {
	background: #FA366E;
}

.small_list ul li:hover {
	transform: scale(1.05);
	transition: all .5s;
	background: #fff;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
}


/* 带来 */
.bring_box {
	width: 100%;
	/* height: 912px; */
	background: url(../img/bringBg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

.bring {
	max-width: 1500px;
	margin: 0 auto;
	padding: 90px 20px;
}

.bring h1 {
	font-size: 42px;
	font-weight: bold;
	line-height: 59px;
	color: #FFFFFF;
}

.bring i {
	display: inline-block;
	margin: 23px 0 103px 0;
	width: 54px;
	height: 0px;
	border: 1px solid #FFFFFF;
}

.bring_list {
	width: 100%;
}

.bring_list ul {
	width: 100%;
	/* height: 465px; */
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.bring_list ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 10px;
	width: calc((100% - 2 * 10px)/3);
	height: 100%;
	background: url(../img/bring-1.png) no-repeat;
	background-size: 100% 100%;
}

.bring_list ul li:nth-child(3n) {
	margin-right: 0px;
}

.bring_list ul li img {
	width: 137px;
	height: 137px;
	margin-top: 30px;
}

.bring_list ul li h1 {
	font-size: 28px;
	line-height: 40px;
	color: #FFFFFF;
	margin: 30px 0 20px 0;
}

.bring_list ul li p {
	max-width: 360px;
	font-size: 20px;
	padding: 0 20px;
	font-weight: 100;
	line-height: 40px;
	color: #FFFFFF;
	text-align: left;
	padding-bottom: 70px;
}

.bring_list ul .bring_1:hover {
	background: url(../img/bring-1-1.png) no-repeat;
	background-size: 100% 100%;
}

.bring_list ul .bring_2:hover {
	background: url(../img/bring-2-1.png) no-repeat;
	background-size: 100% 100%;
}

.bring_list ul .bring_3:hover {
	background: url(../img/bring-3-1.png) no-repeat;
	background-size: 100% 100%;
}

.bring_list ul .bring_3 span {
	opacity: 0;
}

.bring_list ul li:hover img {
	transform: rotate(360deg);
	transition: all 0.5s;
}


/* 案例列表 */
.applet_case_box {
	width: 100%;
	text-align: center;
	padding: 80px 20px;
	background: #fff;
}

.applet_case {
	max-width: 1500px;
	margin: 0 auto;
}

.applet_case h1 {
	font-size: 42px;
	font-weight: bold;
	line-height: 59px;
	color: #333333;
}

.applet_case h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #A5A5A5;
	opacity: 0.3;
}

.applet_case .line {
	width: 54px;
	height: 0px;
	border: 1px solid #707070;
	display: inline-block;
	margin: 19px 0 25px 0;
}

.applet_case p {
	max-width: 1032px;
	font-size: 16px;
	line-height: 40px;
	margin: 0 auto;
	font-weight: 400;
	color: #333333;
	margin-bottom: 63px;
}


/* 
列表 

*/

.applet_case .swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 80px;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

.mySwiper1 .swiper-button-prev {
	right: 50%;
	left: auto;
	transform: translateX(-105px);
}

.mySwiper1 .swiper-button-next {
	left: 50%;
	transform: translateX(105px);
}

.mySwiper1 .swiper-button-next,
.mySwiper1 .swiper-button-prev {
	background-size: 20px 40px;
	top: auto;
	bottom: 0;
	color: #999;
}

.mySwiper1 .swiper-pagination {
	font-size: 18px;
	line-height: 22px;
	color: #666666;
	bottom: 40px;
}

#mySwiper1 .swiper-scrollbar {
	width: 100px !important;
	height: 1px;
	background-color: #2E2E2E;
	opacity: 0.85;
	left: 50%;
	transform: translateX(-50%);
	bottom: 22px;
	display: block !important;
}

#mySwiper1 .swiper-scrollbar-drag {
	height: 5px;
	background: #FE8000;
	border-radius: 0;
	top: -2px;
}

#mySwiper1 .swiper-pagination-current {
	font-size: 24px;
	line-height: 29px;
	color: #8F8F8F;
}

.swiper-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.swiper-list ul li {
	background: url(../img/picBg.png) no-repeat center;
	background-size: 100% 100%;
	margin: 30px 0px;
	margin-right: 30px;
	width: calc((100% - 3 * 30px)/4);
	padding: 10px;
	border-radius: 47px;
	overflow: hidden;
	position: relative;
	height: 665px;
}

.swiper-list ul li:nth-child(4n) {
	margin-right: 0px;
}

.swiper-list ul li a {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.swiper-list ul li a .topBg {
	width: 170px;
	height: 20px;
	position: absolute;
	top: 1%;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 55;
}

.case_img_1 {
	display: inline;
	border-radius: 35px;
	/* margin-top: 8px; */
	width: 102%;
	height: 100%;
	/* padding-bottom: 15px; */
}

.case_img_text {
	position: absolute;
	left: 0;
	z-index: 999;
	bottom: -110%;
	padding: 0 40px;
	width: 100%;
	height: 102%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 47px;
}

.case_img_text h4 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	color: #dadada;
	font-weight: bold;
	border-bottom: 1px solid #b5b5b5;
}

.swiper-list ul li a:hover .case_img_text {
	bottom: -10px;
	transition: bottom .5s;
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {
	.swiper-list ul li {
		border-radius: 30px;
		/*margin: 20px 0;*/
	}

	.swiper-list ul li a .topBg {
		width: 120px;
		height: 15px;
	}

	.case_img_text {
		border-radius: 30px;
	}

	.case_img_1 {
		border-radius: 20px;
	}
}

@media screen and (max-width:900px) {
	.applet {
		margin-top: 80px;
	}
}

@media screen and (max-width: 768px) {
	.applet {
		margin-top: 50px;
	}

	.applet_top .applet_top_img {
		display: none;
	}

	.applet_top .applet_top_img_1 {
		display: block;
	}

	.small_routine {
		padding: 45px 20px;
	}

	.small_routine h4 {
		font-size: 21px;
		font-weight: bold;
		line-height: 30px;
		color: #333333;
	}

	.small_routine i {
		display: inline-block;
		margin: 11px 0 15px 0;
		width: 54px;
		height: 0px;
		border: 1px solid #707070;
	}

	.small_routine p {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		color: #999999;
		margin-bottom: 39px;
	}

	/* 列表 */
	.small_list ul li {
		pointer-events: none;
		margin: 10px 0;
		margin-right: 20px;
		width: calc((100% - 1 * 20px)/2);
	}

	.small_list ul li:nth-child(3n) {
		margin-right: 20px;
	}

	.small_list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.small_list ul li h1 {
		height: 40%;
		color: #fff;
		/* line-height: 45px; */
		color: #FFFFFF;
		display: flex;
		flex-direction: column;
		padding-left: 20px;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.small_list ul li h1 img {
		margin-top: 10px;
		width: 29px;
		height: 27px;
	}

	.small_list ul li h1 span {
		font-size: 16px;
		margin-top: 10px;
	}

	.small_list ul li p {
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		color: #999999;
		padding: 15px 20px 10px 20px;
	}

	/* 带来什么 */
	.bring {
		padding: 45px 20px;
	}

	.bring h1 {
		font-size: 21px;
	}

	.bring i {
		margin: 11px 0 20px 0;
	}

	.bring_list ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bring_list ul li {
		/* pointer-events:none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 0px;
        width: 80%;
        height: 260px;
        padding-bottom: 30px;
        margin-top: 20px;
        background: url(../img/bring-1.png) no-repeat;
        background-size: 100% 100%; */
	}

	/*  .bring_list ul li:nth-child(2n) {
        margin-right: 0px;
    } */
	.bring_list ul .bring_3 span {
		display: none;
	}

	.bring_list ul li img {
		margin-top: 25px;
		width: 60px;
		height: 60px;
	}

	.bring_list ul li h1 {
		font-size: 14px;
		margin: 6px 0 8px 0;
	}

	.bring_list ul li p {
		font-size: 12px;
		line-height: 20px;
		padding: 0 30px;
	}

	/* 小程序案例 */
	.applet_case_box {
		padding: 40px 20px;
	}

	.applet_case h1 {
		font-size: 21px;
		font-weight: bold;
		line-height: 30px;
		color: #333333;
	}

	.applet_case .line {
		width: 54px;
		height: 0px;
		border: 1px solid #707070;
		display: inline-block;
		margin: 10px 0 12px 0;
	}

	.applet_case p {
		max-width: 324px;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		color: #999999;
		margin-bottom: 0px;
	}

	/* 列表 */
	.swiper-list {
		margin-top: 30px;
	}

	.swiper-list ul li {
		pointer-events: none;
		margin: 10px 0px;
		margin-right: 20px;
		width: calc((100% - 1 * 20px)/2);
		padding: 5px 8px;
		border-radius: 23px;
		overflow: hidden;
		position: relative;
	}

	.swiper-list ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.swiper-list ul li a .topBg {
		width: 85px;
		height: 10px;
	}

	.swiper-button-prev:after,
	.swiper-rtl .swiper-button-next:after {
		font-size: 30px !important;
	}

	.swiper-button-next:after,
	.swiper-rtl .swiper-button-prev:after {
		font-size: 30px !important;
	}

	.mySwiper1 .swiper-button-prev {
		right: 45%;
		left: auto;
		transform: translateX(-105px);
	}

	.mySwiper1 .swiper-button-next {
		left: 45%;
		transform: translateX(105px);
	}

	.case_img_text {
		position: absolute;
		left: 0;
		z-index: 999;
		bottom: -110%;
		padding: 0 20px;
		width: 100%;
		height: 102%;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: rgba(0, 0, 0, .5);
		border-radius: 47px;
		height: 316px;
	}

	.case_img_1 {
		display: inline;
		border-radius: 23px;
		margin-top: 0px;
		width: 102%;
		height: 100%;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 500px) {
	.swiper-list ul li {
		margin: 15px 0px;
		margin-right: 20px;
		width: calc((100% - 1 * 20px)/2);
		padding: 5px 10px;
		border-radius: 23px;
		overflow: hidden;
		position: relative;
		height: 316px;
	}

	.swiper-list ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.swiper-list ul li a .topBg {
		width: 85px;
		height: 10px;
	}

	.case_img_text {
		position: absolute;
		left: 0;
		z-index: 999;
		bottom: -110%;
		padding: 0 20px;
		width: 100%;
		height: 102%;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: rgba(0, 0, 0, .5);
		border-radius: 23px;
	}

	.case_img_1 {
		display: inline;
		border-radius: 23px;
		margin-top: 0px;
		width: 102%;
		height: 100%;
		padding-bottom: 0px;
	}

	.fadeInLeftBig {
		margin-top: 20px;
	}

	.bring_list ul li {
		background: none;
	}

	.bring_list ul li .lj {
		border-radius: 6px;
		width: 100%;
		margin-bottom: 10px;
		background: linear-gradient(to right, #333333, #1A1A1A);
		
	}


	.bring_list ul li img {
		margin-top: 15px;
		width: 40px;
		height: 40px;
	}

	.bring_list ul .bring_1:hover {
		background: none;
	}

	.bring_list ul li p {
		font-size: 12px;
		line-height: 20px;
		padding: 10px;
		height: 140px;
		border-radius: 6px;


		background-image: linear-gradient(to right, #333333, #1A1A1A);
	}

	.bring_list ul li h1 {
		font-size: 14px;
		margin: 0 0;
		color: #FE7E01;
	}

	.bring {
		padding: 30px 20px 25px;
	}

	.bring_box {
		width: 100%;
		/* height: 912px; */
		background: url(../img/xcx_bj.png) no-repeat;
		background-size: 100% 100%;

	}

	.bring i {
		margin: 0px 0 0px 0;
		border:2px solid #FE7E01;
	}

	.bring h1 {
		line-height: inherit;

	}
}
