#index_content_01 {
	background-color: #fff;
	justify-content: space-between;
}

#index_content_01 .content {
	flex-direction: column;
    justify-content: center;
	align-items: center;
}

#index_content_01 .content .num {
	display: block;
	font-weight: bold;
	color: #3da1db;
}

#index_content_01 .content .num label {
	font-weight: 200;
}

#index_content_02 {
	position: relative;
}

#index_content_02:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #eee;
}

#index_content_02 .btns_title {
	width: 100%;
	position: relative;
	top: 0;
	z-index: 10;
	justify-content: space-between;
	align-items: center;
}

#index_content_02 .index_pdts {
	width: 100%;
}

#index_content_02 .pdt_arrow {
	width: 64px;
	height: 64px;
	position: relative;
	cursor: pointer;
}

#index_content_02 .pdt_arrow > svg {
	position: absolute;
	-webkit-transform:rotate(-0.05deg);
	transform:rotate(-0.05deg);
}

#index_content_02 .pdt_arrow circle {
	-webkit-transition:stroke-dasharray .25s;
	transition:stroke-dasharray .25s;
}

#index_content_02 .title {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#index_content_02 .title .ch {
	line-height: 48px;
	font-size: 32px;
	color: #3a3a3a;
}

#index_content_02 .title .en {
	font-size: 20px;
	color: #959595;
	text-transform: uppercase;
}

#index_content_02 .index_pdts {
	overflow: hidden;
}

#index_content_02 .index_pdts .swiper-slide .pdt_name {
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	overflow: hidden;
}

#index_content_02 .index_pdts .swiper-slide img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.index_content_title {
	width: 100%;
	color: #3a3a3a;
	font-weight: normal;
	text-align: center;
}

#index_content_03 .ywym {
	flex-wrap: wrap;
	align-content: flex-start;
}

#index_content_03 .ywym li:nth-child(2n-1) {
	width: 54%
}
#index_content_03 .ywym li:nth-child(2n) {
	width: 46%
}

#index_content_03 .ywym li .iconfont {
	display: inline-flex;
	width: 80px;
	height: 80px;
	border: 2px solid;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	border-radius: 50%;
	float: left;
}
#index_content_03 .ywym li:nth-child(1) .iconfont {
	color: #3484fd;
	border-color: #3484fd;
}
#index_content_03 .ywym li:nth-child(2) .iconfont {
	color: #ff994e;
	border-color: #ff994e;
}
#index_content_03 .ywym li:nth-child(3) .iconfont {
	color: #f5cd43;
	border-color: #f5cd43;
}
#index_content_03 .ywym li:nth-child(4) .iconfont {
	color: #2ae076;
	border-color: #2ae076;
}
#index_content_03 .ywym li:nth-child(5) .iconfont {
	color: #fc384c;
	border-color: #fc384c;
}
#index_content_03 .ywym li:nth-child(6) .iconfont {
	color: #23badf;
	border-color: #23badf;
}

#index_content_03 .ywym li .info {
	flex-grow: 1;
	height: 80px;
	padding: 0 20px;
	flex-direction: column;
    justify-content: center;
}

#index_content_03 .ywym li .info h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 24px;
	color: #3a3a3a;
}

#index_content_03 .ywym li .info p {
	color: #959595;
}

#index_content_04 {
	background-color: #eee;
}

#index_content_04 .case_list,
#index_content_04 .case_list .cases {
	justify-content: space-between;
}

#index_content_04 .case_list a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#index_content_04 .case_list .cases {
	align-content: space-between;
	flex-wrap: wrap;
}

#index_content_04 .case_list a img {
	width: 100%;
}

#index_content_05 img {
	width: 100%;
}

@media (min-width: 648px) {
	#swiper-banner .swiper-slide .main_font {
		padding-top: 70px;
	}

	#index_content_01 {
		height: 220px; 
	}

	#index_content_01 {
		justify-content: space-around;
	}

	#index_content_01 .content .num {
		line-height: 60px;
		font-size: 56px;
	}

	#index_content_01 .content .num label {
		font-size: 34px;
	}

	#index_content_01 .content .title {
		line-height: 48px;
		font-size: 28px;
	}

	#index_content_02:before {
		height: 360px;
	}
	
	#index_content_02 .btns_title {
		height: 160px;
	}

	#index_content_02 .index_pdts {
		margin-top: -15px;
	}
	
	#index_content_02 .index_pdts .swiper-slide a {
		display: block;
		padding: 15px;
	}

	#index_content_02 .index_pdts .swiper-slide .pdt_name {
		padding: 20px 20px 40px 20px;
		font-size: 22px;
		color: #3a3a3a;
	}

	#index_content_02 .title .ch {
		font-size: 36px;
	}

	.index_content_title {
		line-height: 140px;
		font-size: 36px;
	}

	#index_content_03 .ywym.ismob {
		padding-bottom: 30px;
	}

	#index_content_03 .ywym.ismob li {
		width: 100% !important;
		padding: 10px;
		margin-bottom: 30px;
		border-radius: 60px;
	}
	
	#index_content_03 .ywym.ismob li .iconfont {
		width: 100px;
		height: 100px;
		color: #fff;
		font-size: 54px;
	}
	
	#index_content_03 .ywym.ismob li:nth-child(2n) .iconfont {
		float: right;
	}
	#index_content_03 .ywym.ismob li:nth-child(2n) .info {
		text-align: right;
	}
	
	#index_content_03 .ywym.ismob li:nth-child(1) {
		background-image: -webkit-linear-gradient(left, #a7c9fe, #fff 90%);
	}
	#index_content_03 .ywym.ismob li:nth-child(1) .iconfont {
		background-color: #3484fd;
	}

	#index_content_03 .ywym.ismob li:nth-child(2) {
		background-image: -webkit-linear-gradient(right, #ffaf75, #fff 90%);
	}
	#index_content_03 .ywym.ismob li:nth-child(2) .iconfont {
		background-color: #ff994e;
	}
	
	#index_content_03 .ywym.ismob li:nth-child(3) {
		background-image: -webkit-linear-gradient(left, #fae59e, #fff 90%);
	}
	#index_content_03 .ywym.ismob li:nth-child(3) .iconfont {
		background-color: #f5cd43;
	}
	
	#index_content_03 .ywym.ismob li:nth-child(4) {
		background-image: -webkit-linear-gradient(right, #35ffab, #fff 90%);
	}
	#index_content_03 .ywym.ismob li:nth-child(4) .iconfont {
		background-color: #2ae076;
	}
	
	#index_content_03 .ywym.ismob li:nth-child(5) {
		background-image: -webkit-linear-gradient(left, #fe9ca5, #fff 90%);
	}
	#index_content_03 .ywym.ismob li:nth-child(5) .iconfont {
		background-color: #fc384c;
	}
	
	#index_content_03 .ywym.ismob li:nth-child(6) {
		background-image: -webkit-linear-gradient(right, #88daee, #fff 90%);
	}
	#index_content_03 .ywym.ismob li:nth-child(6) .iconfont {
		background-color: #23badf;
	}

	#index_content_03 .ywym.ismob li .info {
		height: 100px;
	}

	#index_content_03 .ywym.ismob li .info h3 {
		margin-bottom: 10px;
		font-size: 30px;
	}
	#index_content_03 .ywym.ismob li:nth-child(1) .info h3 {
		color: #3484fd;
	}
	#index_content_03 .ywym.ismob li:nth-child(2) .info h3 {
		color: #c16b2a;
	}
	#index_content_03 .ywym.ismob li:nth-child(3) .info h3 {
		color: #b5931d;
	}
	#index_content_03 .ywym.ismob li:nth-child(4) .info h3 {
		color: #119247;
	}
	#index_content_03 .ywym.ismob li:nth-child(5) .info h3 {
		color: #fc384c;
	}
	#index_content_03 .ywym.ismob li:nth-child(6) .info h3 {
		color: #047d9a;
	}
	#index_content_03 .ywym.ismob li .info p {
		font-size: 22px;
		color: #333;
	}

	#index_content_04 {
		padding-bottom: 70px;
	}

	#index_content_04 .case_list {
		height: 950px;
		flex-wrap: wrap;
		align-content: space-between;
	}

	#index_content_04 .case_list .first_case,
	#index_content_04 .case_list .cases {
		width: 100%;
		height: 49%;
	}

	#index_content_04 .case_list .cases li {
		width: 49%;
		height: 48%;
	}

	#index_content_05 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (min-width: 768px) {
	#index_content_01 {
		height: 250px; 
	}

	#index_content_01 .content .num {
		line-height: 90px;
		font-size: 66px;
	}

	#index_content_01 .content .num label {
		font-size: 38px;
	}

	#index_content_01 .content .title {
		line-height: 60px;
		font-size: 30px;
	}

	#index_content_02:before {
		height: 360px;
	}
	
	#index_content_02 .btns_title {
		height: 160px;
	}

	#index_content_02 .index_pdts {
		margin-top: -15px;
	}
	
	#index_content_02 .index_pdts .swiper-slide a {
		display: block;
		padding: 15px;
	}

	#index_content_02 .index_pdts .swiper-slide .pdt_name {
		padding: 15px 15px 40px 15px;
		font-size: 18px;
		color: #3a3a3a;
	}

	.index_content_title {
		line-height: 140px;
		font-size: 32px;
	}

	#index_content_03 .ywym li {
		padding-bottom: 60px;
	}

	#index_content_03 .ywym li .info p {
		font-size: 15px;
	}

	#index_content_04 {
		padding-bottom: 70px;
	}

	#index_content_04 .case_list {
		height: 366px;
		flex-wrap: nowrap;
	}

	#index_content_04 .case_list .first_case {
		width: 49%;
		height: 100%;
	}

	#index_content_04 .case_list .cases {
		height: 100%;
		width: 50%;
	}

	#index_content_04 .case_list .cases li {
		width: 49%;
		height: 48%;
	}

	#index_content_05 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#index_content_06 .news_list {
		padding-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	#index_content_01 {
		height: 350px; 
	}

	#index_content_01 .content .num {
		line-height: 110px;
		font-size: 76px;
	}

	#index_content_01 .content .num label {
		font-size: 45px;
	}

	#index_content_01 .content .title {
		line-height: 60px;
		font-size: 30px;
	}

	#index_content_02:before {
		height: 456px;
	}
	
	#index_content_02 .btns_title {
		height: 220px;
	}

	#index_content_02 .index_pdts .swiper-slide {
		width: 327px;
		height: 446px;
		margin-right: 30px;
	}
	
	#index_content_02 .index_pdts {
		margin-top: -15px;
	}
	
	#index_content_02 .index_pdts .swiper-slide a {
		display: block;
		padding: 15px;
	}

	#index_content_02 .index_pdts .swiper-slide .pdt_name {
		padding: 20px 20px 60px 20px;
		font-size: 18px;
		color: #3a3a3a;
	}

	.index_content_title {
		line-height: 180px;
		font-size: 32px;
	}

	#index_content_03 .ywym li {
		padding-bottom: 70px;
	}

	#index_content_03 .ywym li .info p {
		font-size: 18px;
	}

	#index_content_04 {
		padding-bottom: 90px;
	}

	#index_content_04 .case_list {
		height: 458px;
	}
}