@media (min-width: 648px) {
	#swiper-banner .swiper-slide .solutions_banner h2,
	#swiper-banner .swiper-slide .solutions_banner h3 {
		text-align: left;
	}

	#swiper-banner .swiper-slide .solutions_banner h2 {
		font-size: 48px;
	}

	#swiper-banner .swiper-slide .solutions_banner > ul li {
		line-height: 50px;
		font-size: 26px;
		color: rgba(255, 255, 255, .6);
	}

	#swiper-banner .swiper-slide .solutions_banner > ul li .iconfont {
		font-size: 26px;
	}

	#case_content_01 .title {
		justify-content: center;
	}

	#case_content_01 .case_desc {
		font-size: 24px;
		color: #000;
		text-align: center;
		margin-bottom: 40px;
	}

	#case_content_01 .solution_list,
	.product_list,
	#pdt_list,
	.case_list {
		flex-wrap: wrap;
	}

	#case_content_01 .solution_list > a {
		flex-basis: 50%;
		text-align: center;
		color: #3a3a3a;
		padding: 2%;
		line-height: 46px;
		font-size: 26px;
	}

	#case_content_01 .solution_list > a img {
		width: 100%;
	}

	#case_content_01 .solution_list > a,
	#case_content_01 .solution_list > a img,
	.product_list .item a,
	#pdt_main .cur_position > a,
	#pdt_cate li > a,
	#pager a {
		transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
	}

	#case_content_01 .solution_list > a:hover,
	#pdt_cate li > a:hover {
		color: #4299e1;
	}

	#case_content_01 .solution_list > a:hover img,
	.product_list .item a:hover {
		box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
	}

	#solution_detail,
	#pdt_cate_list {
		flex-direction: column;
	}

	#solution_detail > .img {
		width: 100%;
		padding: 0 15px 15px 0;
	}

	#solution_detail > .img img {
		width: 100%;
		box-shadow: 15px 15px #e5e5e5;
	}
	
	#solution_detail > .info {
		padding-top: 30px;
	}

	#solution_detail > .info .sd_title {
		color: #42a2dc;
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	#solution_detail > .info > ul {
		margin-bottom: 15px;
	}
	#solution_detail > .info > ul:last-child {
		margin-bottom: 0;
	}

	#solution_detail > .info > ul li {
		line-height: 38px;
		font-size: 22px;
	}

	.product_list .item {
		width: 50%;
		padding: 1.5%;
	}

	.product_list .item a {
		display: block;
		position: relative;
		overflow: hidden;
		border-radius: 10px;
	}

	.product_list .item a > img {
		width: 100%;
		position: relative;
		z-index: 1;
	}

	.product_list .item a > .box {
		flex-direction: column;
		justify-content: flex-end;
		width: 100%;
		height: 100%;
		padding: 8%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background-color: rgba(0,0,0,.2);
		color: #fff;
		text-shadow: 1px 1px #000;
		font-size: 26px;
	}

	.product_list .item a > .box:after {
		content: 'View New';
		font-size: 22px;
	}

	#pdt_main .cur_position {
		border-bottom: 2px solid #f2f2f2;
		font-size: 22px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#pdt_main .cur_position a {
		color: #000;
	}

	#pdt_main .cur_position > span {
		color: #a0a0a0;
	}

	#pdt_cate {	
		line-height: 46px;
		font-size: 26px;
		margin-bottom: 30px;
		padding: 0 2%;
	}

	#pdt_cate .first {
		color: #a0a0a0;
		margin-bottom: 12px;
	}

	#pdt_cate li > a {
		justify-content: space-between;
		align-items: center;
	}

	#pdt_cate li > a label {
		display: block;
		border-radius: 50%;
		background-color: #f2f2f2;
		color: #000;
		text-align: center;
		line-height: 36px;
		width: 36px;
		font-size: 20px;
	}
	#pdt_cate li > a.active label {
		background-color: #5593e0;
		color: #fff;
	}
	
	#pdt_list li,
	.case_list .box {
		width: 50%;
		padding: 0 1.5% 2% 1.5%;
		flex-direction: column;
		align-items: center;
	}
	
	#pdt_list li > img {
		width: 100%;
		border-radius: 10px 10px 0 0;
	}

	#pdt_list li > .pdt_name {
		color: #000;
		line-height: 56px;
		font-size: 24px;
	}

	.case_list .box {
		padding: 1%;
	}

	.case_list .box .thumb {
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 68%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}

	#customers {
		width: 100%;
		overflow: hidden;
		position: relative;
		padding-bottom: 60px;
	}

	#customers .swiper-slide,
	#customers .swiper-slide img {
		width: 100%;
	}

	#customers .pagination {
		position: absolute;
		bottom: 20px;
		justify-content: center;
	}
	
	#customers .pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		background-color: #a4a4a4;
		border: 3px solid #fff;
		margin: 0 10px;
		opacity: 1;
	}

	#customers .pagination .swiper-pagination-bullet-active {
		border-color: #000;
	}

	#customers_detail .case_title {
		line-height: 40px;
		font-size: 30px;
		color: #42a2dc;
	}
	#customers_detail .case_info {
		margin-bottom: 30px;
	}
	#customers_detail .case_info:last-child {
		margin-bottom: 0;
	}

	#case_content_02 {
		padding-bottom: 15%;
		position: relative;
	}

	#case_content_02 .btn {
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		color: #fff;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	#case_content_02 .btn:nth-child(2) {
		left: 50%;
	}

	#case_content_02 .btn:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, .3);
	}

	#case_content_02 span {
		position: relative;
		z-index: 10;
	}
	
	#case_content_02 span {
		font-size: 20px;
		text-shadow: 1px 1px #000;
	}

	#case_content_02 span.case_name {
		line-height: 44px;
		font-size: 28px;
	}

	#swiper-banner .swiper-slide .news_banner {
		padding-top: 0;
		justify-content: center;
	}

	#swiper-banner .swiper-slide .news_banner h2 {
		text-shadow: 4px 4px #464646;
	}

	#pager {
		justify-content: center;
		align-items: center;
	}

	#pager a {
		display: inline-flex;
		padding: 0 15px;
		height: 44px;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		color: #000;
		margin: 0 4px;
		border-radius: 5px;
	}
	#pager a.active {
		color: #fff;
		background-color: #42a2dc;
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	}

	.news_detail .news_title {
		line-height: 50px;
		font-size: 36px;
		color: #000;
	}

	.news_detail .news_time {
		line-height: 44px;
		font-size: 24px;
		color: #969696;
		padding-bottom: 15px;
		margin-bottom: 25px;
		border-bottom: 2px solid #e8e8e8;
	}

	#news_main {
		flex-direction: column;
	}
	#news_main .detail,
	#news_main .recommend {
		width: 100%;
	}
	
	#news_main .detail * {
		line-height: 44px;
		font-size: 28px;
		color: #000;
		margin-bottom: 20px;
	}
	
	#news_main .detail h1, #news_main .detail h2, #news_main .detail h3 {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	#swiper-banner .swiper-slide .solutions_banner h2 {
		font-size: 50px;
	}

	#swiper-banner .swiper-slide .solutions_banner > ul {
		width: 400px;
		margin-top: 20px;
	}
	
	#swiper-banner .swiper-slide .solutions_banner > ul li {
		width: 50%;
		line-height: 44px;
		font-size: 24px;
		float: left;
	}

	#swiper-banner .swiper-slide .solutions_banner > ul li .iconfont {
		font-size: 22px;
	}

	#case_content_01 .case_desc {
		font-size: 18px;
	}

	#case_content_01 .solution_list > a {
		flex-basis: 33.333%;
		padding: 1%;
		line-height: 48px;
		font-size: 22px;
	}

	#solution_detail,
	#pdt_cate_list {
		flex-direction: row;
	}

	#solution_detail > .img {
		width: 52%;
	}

	#solution_detail > .info {
		width: 48%;
		padding-top: 0;
		padding-left: 30px;
	}

	#solution_detail > .info .sd_title {
		line-height: 30px;
		font-size: 22px;
	}

	#solution_detail > .info > ul li {
		line-height: 26px;
		font-size: 16px;
	}

	.product_list .item {
		width: 25%;
		padding: 1%;
	}

	.product_list .item a > .box {
		line-height: 28px;
		font-size: 20px;
	}

	.product_list .item a > .box:after {
		font-size: 16px;
	}

	#pdt_main .cur_position {
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 40px;
	}

	#pdt_cate {
		width: 20%;
		font-size: 18px;
		line-height: 36px;
		padding: 0 1%;
	}

	#pdt_cate li:not(.first) {
		padding: 3px 0;
	}

	#pdt_cate li > a label {
		line-height: 26px;
		width: 26px;
		font-size: 14px;
	}

	#pdt_list {
		width: 80%;
		padding-left: 5%;
	}

	#pdt_list li {
		width: 33.33%;
	}

	#pdt_list li > .pdt_name {
		line-height: 40px;
		font-size: 16px;
	}

	.case_list .box {
		width: 33.33%;
	}

	#customers .swiper-slide {
		width: 70%;
		padding: 0 2%;
	}

	#customers .pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-width: 2px;
	}

	#customers_detail .case_title {
		line-height: 22px;
		font-size: 22px;
	}
	
	#case_content_02 span {
		font-size: 14px;
	}

	#case_content_02 span.case_name {
		line-height: 30px;
		font-size: 20px;
	}

	#pager {
		height: 64px;
	}

	#pager a {
		height: 34px;
		padding: 0 12px;
		font-size: 14px;
	}
	#pager a .iconfont {
		font-size: 14px;
	}
	
	.news_detail .news_title {
		font-size: 32px;
	}

	.news_detail .news_time {
		line-height: 36px;
		font-size: 14px;	
	}

	#news_main {
		flex-direction: row;
	}

	/*#news_main .detail {
		width: 73%;
		padding-right: 5%;
	}

	#news_main .recommend {
		width: 27%;
	}*/

	#news_main .detail * {
		line-height: 26px;
		font-size: 16px;
		margin-bottom: 12px;
	}

	#news_main .recommend > h2 {
		padding-bottom: 30px;
		font-size: 18px;
		color: #adadad;
	}
}

@media (min-width: 1200px) {
	#case_content_01 .solution_list > a {
		font-size: 24px;
	}

	#solution_detail > .info {
		padding-left: 50px;
	}

	#solution_detail > .info .sd_title {
		font-size: 24px;
	}

	#solution_detail > .info > ul li {
		line-height: 30px;
		font-size: 18px;
	}

	.product_list .item a > .box {
		line-height: 32px;
		font-size: 24px;
	}

	.product_list .item a > .box:after {
		font-size: 18px;
	}

	#pdt_main .cur_position {
		font-size: 20px;
		margin-bottom: 50px;
	}

	#pdt_list li > .pdt_name {
		line-height: 60px;
		font-size: 18px;
	}

	#customers {
		padding-bottom: 78px;
	}

	#customers .swiper-slide {
		width: 60%;
	}

	#customers .pagination {
		bottom: 30px;
	}

	#customers_detail .case_title {
		line-height: 24px;
		font-size: 28px;
	}

	#customers_detail .case_info {
		margin-bottom: 35px;
		line-height: 34px;
		font-size: 18px;
	}

	#case_content_02 span.case_name {
		line-height: 36px;
		font-size: 24px;
	}

	.news_detail .news_title {
		font-size: 36px;
	}

	#news_main .detail * {
		line-height: 34px;
		font-size: 18px;
		margin-bottom: 10px;
	}
}