.head_nav ul li:nth-of-type(5)>a{border-bottom: 5px solid #DE0438;color: #DE0438;}
.title{font-size: 0.3rem;line-height: 0.55rem;color: #DE0438;text-align: center;padding: 1rem 0 0.95rem;}
.item{display: flex;width: 90%;margin: auto;}
.item .text{background: #efefef;text-align: center;width: 50%;}
.item .text .t-title{font-size: 0.3rem;padding: 1.65rem 0 0.35rem;}
.item .text .t-desc{font-size: 0.2rem;width: 60%;margin: auto;line-height: 0.35rem;}
.item .img{font-size: 0;width: 50%;}
.item .img img{width: 100%;}
.subtitle{font-size: 0.4rem;text-align: center;padding: 1rem 0 0.8rem;}
.img.mobile{display: none;}




@media screen and (max-width: 770px) {
	
	.title{font-size: 0.28rem;padding: 0.5rem 0;}
	.item{flex-direction: column;}
	.item .text,.item .img{width: 100%;}
	.item .text .t-title{padding: 0.5rem 0 0.24rem;font-size: 0.24rem;}
	.item .text .t-desc{width: 90%;}
	
	.subtitle{font-size: 0.32rem;padding: 0.8rem 0 0.24rem;}
	.img.mobile{display: block;}
	.img.pc{display: none;}
	
	@media screen and (max-width: 760px) {
		
		.title{font-size: 20px;width: 90%;margin:auto;}
		.item .text .t-title{font-size: 18px;}
		.title br{display: none;}
		.item .text .t-title{padding:50px 0 24px;}
		.item .text .t-desc{font-size: 16px;line-height: 25px;padding-bottom: 24px;}
		.subtitle{padding: 50px 0 24px;font-size: 20px;}
		.item .text .t-desc br{display: none;}
		.main :nth-of-type(3) .text .t-title,.main :nth-of-type(5) .text .t-title,.main :nth-of-type(10) .text .t-title{padding:24px 0 15px;}
		/*.item:nth-of-type(1) .text .t-title,.item:nth-of-type(2) .text .t-title,.item:nth-of-type(6) .text .t-title*/
		
		
	}
	
	
	
	
}












