html,body {
	color: #333;
}

#page-E2CSCyTcUB a:hover {
	text-decoration: none;
}

.index-desktop__banner .common_swiper_btn.btn-sm {
	background: none !important;
	color: #fff !important;
	border: 2px solid #03A9F4 !important;
}

.index-desktop__banner .common_swiper_btn.btn-sm:hover {
	background: #fff !important;
	color: #0077FF !important;
	border: 2px solid #fff !important;
}

.index .index-desktop__button {
	display: inline-block;
	width: 200px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	font-size: 14px;
	background: #03A9F4;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.index-desktop__button:hover,.index-desktop__button:active {
	text-decoration: none;
	color: #fff;
	background: linear-gradient(45deg, #0077FF 0%, #03A9F4 100%);
}

.block_content {
	padding: 1.6vw 0 1.3vw;
}

.index .block_content li {
	list-style-type: disc;
	font-size: 16px;
	position: relative;
	left: 20px;
	margin-bottom: 20px;
	word-break: break-all;
	color: #333;
}

.block_content li .li_sub {
	color: #808080;
}

.area_img_box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.area_img_box .img_div {
	width: auto;
	position: relative;
}

.index-college__title {
	text-align: center;
}

.index-college__subtitle {
	text-align: center;
	color: rgba(0, 0, 0, 0.6);
}

.index-college__item {
	padding: 0.5%;
}

.index-college__item-main {
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgba(205, 205, 205, 0.1);
	height: 100%;
	border-radius: 6px;
	transition: .4s;
	overflow: hidden;
}

.index-college__item-main:hover {
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	transform: translate3d(0,-2px,0);
}

.index-college__item-main .text {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: center;
}

.index-college__item-main .txt {
	height: 100%;
	flex: 1 0 0;
	padding: 0 10%;
}

.index-college__item-main .btn {
	width: 90px;
	margin-top: 1vw;
	border-color: rgba(3, 169, 244,0.1);
	background-color: rgba(3, 169, 244,0.1);
	color: #03A9F4;
}

.index-college__item-main .btn:hover {
	border-color: rgba(3, 169, 244,1);
	background-color: rgba(3, 169, 244,1);
	color: #fff;
}

@media (min-width: 768px) {
	.index-banner__item .text .description {
		line-height: 1.5;
	}
}

/* 以下新增 */
.brand_box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.brand_item {
	width: calc(16% - 1vw);
	margin-bottom: 2vw;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	overflow: hidden;
}

.brand_item:hover {
	box-shadow: 2px 4px 16px 6px rgba(100, 100, 100, 0.1);
}

@media (min-width: 1921px) {
	.brand_item {
		width: calc(16% - 10px) !important;
	}
}



/* 颜色 */
.cor65 {
	color: #656565;
}

.cor80 {
	color: #808080;
}

.bgf5 {
	background: #F5F9FD;
}

.bg_ff {
	background: #fff;
}

.flow_box {
	width: 100%;
	font-size: 20px;
	padding-bottom: 80px;
}

.flow_box:last-child {
	margin-top: 30px;
}

.flow_box .flow_row {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	height: 100px;
}

.flow_box .flow_item {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: inherit;
	position: relative;
}

.flow_box .flow_item:first-child {
	width: 15%;
	justify-content: flex-start;
}

.flow_box .flow_item:not(:first-child) {
	flex-grow: 1;
}

.flow_box .flow_item:not(:first-child):after {
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #BADAED;
	z-index: 10;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}

.flow_box .flow_item_desc {
	width: 100%;
	font-size: 14px;
	color: #808080;
	text-align: center;
	position: absolute;
	top: 125%;
	left: 0;
}

.flow_box .flow_num {
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
}

.flow_box .flow_row_title {
	display: inline-block;
	padding: 0 8px 0 6px;
}

.flow_box .flow_triangle {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 12px solid #ADADAD;
	border-bottom: 7px solid transparent;
}

.flow_box .flow_ball {
	width: 80px;
	height: 80px;
	background: #009FFE;
	text-align: center;
	line-height: 80px;
	color: #fff;
	border-radius: 50%;
	user-select: none;
}

.flow_box .flow_line {
	width: calc(100% - 4px);
	background: #BADAED;
	height: 2px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}

.flow_box .flow_line:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-left: 16px solid #BADAED;
	border-bottom: 9px solid transparent;
}

.frame_img {
	width: 100%;
	display: block;
	margin: auto;
}

.fun_box {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.fun_box .fun_item {
	cursor: pointer;
	width: calc(33.33% - 16px);
	margin-bottom: 24px;
	padding: 30px 24px 30px 17px;
	border-radius: 16px;
	background: #fff;
	align-items: center;
}

.web_design .fun_box .fun_item:hover {
	box-shadow: 4px 5px 16px rgba(28,61,222,0.6);
}

.fun_box .fun_img {
	width: 100%; border-radius:15px; border-bottom-right-radius:0;
border-bottom-left-radius:0;
	display: block;
}

.fun_box .fun_letter {
	flex-grow: 1;
	padding-left: 13px;
	word-break: break-all;
	text-align: left;
	min-height: auto;
}

.fun_box .fun_letter .fun_title {
	font-size: 24px;
	font-weight: 500;margin-top:10px;
	color: #fff; text-align:center;
	line-height: 1.8;position: absolute;
top: 4%;
left: 35%;
}

.fun_box .fun_letter .fun_desc {
	font-size: 14px;width:100%;float:left;
	color: #808080;
	line-height: 1.4;margin-top:10px;
}
.fun_box .fun_letter .fun_desc a{width:50%;float:left; text-align:center; color:#666; border-bottom:dashed 1px #ccc;font-size:16px;line-height:30px;margin-bottom:10px;padding-top:2%;padding-bottom:2%;}
.fun_box .fun_letter .fun_desc a:hover{ background-color:#0c88f1; color:#fff;}
.fun_box .fun_letter .fun_desc a:hover .iconfont{ color:#fff;}
.fun_desc .iconfont{ color:#00a2ff; font-size:20px;}

.icon-1::before {
  content: "\e656";
}
.icon-2::before {
  content: "\e666";
}

.icon-3::before {
  content: "\e676";
}
.icon-4::before {
  content: "\e686";
}

.icon-5::before {
  content: "\e666";
}

.icon-6::before {
  content: "\e651";
}

.icon-7::before {
  content: "\e652";
}

.icon-8::before {
  content: "\e653";
}

.icon-9::before {
  content: "\e654";
}

.icon-10::before {
  content: "\e755";
}

.icon-11::before {
  content: "\e756";
}

.icon-12::before {
  content: "\e757";
}

.icon-13::before {
  content: "\e758";
}
.icon-14::before {
  content: "\e759";
}

.icon-15::before {
  content: "\e760";
}



@media (min-width: 1900px) {
	.fun_box .fun_letter {padding:20px;background-image: linear-gradient(180deg,#f3f5f8,#fff);

	}

	.fun_box .fun_item {
		padding:0;position: relative;
	}
}

@media (max-width: 1040px) {
	.fun_box .fun_item {
		width: calc(50% - 12px);
	}

	.flow_box .flow_row_title {
		font-size: 16px;
	}

	.flow_box .flow_triangle {
		transform: scale(0.7);
	}

	.flow_box .flow_num {
		flex-shrink: 0;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
}

@media (max-width:768px) {
	.brand_item {
		width: calc(33.3% - 1vw);
		margin-bottom: 1.5vw;
	}

	.fun_box {
		justify-content: center;
	}

	.fun_box .fun_item {
		width: 100%;
		padding: 2vw 2vw;
		margin-bottom: 14px;
	}

	.fun_box .fun_letter {
		padding-left: 6px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.fun_box .fun_letter .fun_title {
		font-size: 20px;
	}

	.index-desktop__button {
		margin-bottom: 20px;
	}

	.banner__item .title {
		font-size: 16px !important;
		line-height: 1.2;
	}

	.banner__item .text .description {
		font-size: 12px;
		line-height: 1;
		width: 100% !important;
	}

	.banner__item .text .btn {
		border: 1px solid #fff;
		padding: 6px 10px;
	}
}

.flow_box_m {
	width: 100%;
	padding-top: 10px;
	display: none;
}

.flow_box_m .flow_top {
	display: flex;
	padding: 20px 0;
	justify-content: center;
	align-items: center;
}

.flow_box_m .flow_row_title {
	display: inline-block;
	padding: 0 8px 0 6px;
}

.flow_box_m .flow_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	padding: 10px 0 20px 0;
}

.flow_box_m .flow_item {
	width: 49%;
}

.flow_box_m .flow_item .flow_ball {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: auto;
}

.flow_box_m .flow_item .flow_item_desc {
	width: 100%;
	padding-top: 10px;
	text-align: center;
	min-height: 80px;
}

@media (max-width:780px) {
	.flow_box {
		display: none;
	}

	.flow_box_m {
		display: block;
	}

	.banner__item .text .btn {
		display: none;
	}
}

.swiper__pagination {
	text-align: center;
	position: absolute;
	bottom: 20px!important;
	z-index: 2;
}

.swiper__pagination span {
	width: 40px!important;
	margin: 0 5px;
	height: 3px;
	opacity: .5;
	border-radius: 0;
	cursor: pointer;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	background-color: #fff;
	border: 0;
}

.swiper__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
}

</style>

<!-- banner -->
<div class="index-desktop__banner">
<style>

.common_swiper_pagination {
	text-align: center;
	position: absolute;
	bottom: 20px!important;
	z-index: 2;
	width: 20px;
}

.common_swiper_pagination span {
	width: 40px!important;
	margin: 0 5px;
	height: 3px;
	opacity: .5;
	border-radius: 0;
	cursor: pointer;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	background-color: #fff;
	border: 0;
}

.common_swiper_pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
}

.common_swiper_img {
	user-select: none;
	display: block;
	width: 100%;
	max-width: none;
}

.pc_swiper_area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: auto;
	width: 100%;
	padding-right: 36%;
	font-family: Source Han Sans CN;
}

@media (min-width:1921px) {
	.pc_swiper_area {
		padding-right: 400px !important;
	}
}

#common_banner_container p, {
	margin: 0;
}

#common_banner_container a,#common_banner_container a:hover,#common_banner_container a:active {
	text-decoration: none;
}

#common_banner_container .common_swiper_btn {
	cursor: pointer;
}

.pc_swiper_area .common_swiper_mini_title {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 0.5vw;
}

.pc_swiper_area .common_swiper_title {
	color: #fff;
	font-weight: bold;
}

.pc_swiper_area .common_swiper_desc {
	padding: 10px 0 12px;
	font-weight: 400;
	color: #fff;
	line-height: 1.5;
}

.pc_swiper_area .common_swiper_btn_box {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.pc_swiper_area .common_swiper_btn {
	white-space: nowrap;
	margin: 1vw 1vw 0 0;
	outline: none;
	border: none;
	width: auto;
	color: #fff;
	background: rgb(var(--btn-rgb));
}

#common_banner_container .common_swiper_btn:focus {
	outline: none;
	border: none;
}

#common_banner_container .common_swiper_btn:hover {
	filter: brightness(1.1);
}

.mb_swiper_area {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 50px 5%;
	color: #fff;
}

.mb_swiper_area .common_swiper_mini_title {
	font-size: 16px;
	text-align: center;
	margin-bottom: 1.5vw;
}

.mb_swiper_area .common_swiper_title {
	font-size: 30px;
	text-align: center;
}

.mb_swiper_area .common_swiper_desc {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 10px 0 12px;
}

.mb_swiper_area .common_swiper_btn_box {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}

.mb_swiper_area .common_swiper_btn {
	white-space: nowrap;
	margin: 20px 10px 0;
	outline: none;
	border: none;
	width: auto;
	color: #fff;
	background: rgb(var(--btn-rgb));
}

@media (max-width:355px) {
	.mb_swiper_area .common_swiper_title {
		font-size: 20px;
	}

	.mb_swiper_area .common_swiper_desc {
		font-size: 12px;
	}
}

#common_banner_container .common_swiper_btn.gift_btn {
	background: rgba(0,0,0,0.3);
}

#common_banner_container .common_swiper_btn.gift_btn:hover {
	background: rgba(0,0,0,0.5);
}

@media (max-width:1460px) {
	.pc_swiper_area .common_swiper_mini_title {
		font-size: 22px;
	}

	.pc_swiper_area .common_swiper_desc {
		padding-top: 8px;
	}

	.pc_swiper_area {
		padding-right: 50%;
	}
}

@media (max-width:960px) {
	.pc_swiper_area .common_swiper_mini_title {
		font-size: 20px;
	}

	.pc_swiper_area .common_swiper_desc {
		padding-top: 4px;
	}
}

@media (max-width:768px) {
	.pc_swiper_area .common_swiper_mini_title {
		font-size: 14px;
	}

	.pc_swiper_area .common_swiper_desc {
		padding-top: 2px;
	}
}

@media (max-width:500px) {
	.pc_swiper_area .common_swiper_mini_title {
		font-size: 12px;
	}

	.pc_swiper_area .common_swiper_desc {
		display: none;
	}
}