.page_wrap{max-width: 1500px;width: 92%;margin: auto;}
.page_btn a{font-family: WorkSans-Bold;font-size: 17px;line-height: 45px;color: #fff;background: #d71818;padding: 0 35px;box-sizing: border-box;display: inline-block;transition: all .3s;border:1px solid #d71818;}
.page_btn a:hover{background: transparent;color: #d71818}
.page_img_box{position: relative;padding-top: 100%}
.page_img_box img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
.page_title{font-size: 20px;line-height: 28px;color: #1a1a1a;font-family: WorkSans-Regular}
.page_subtitle{font-size: 22px;line-height: 24px;color: #1a1a1a;font-family: WorkSans-Bold;word-break: break-word;}
.page_big_title{font-size: 40px;color: #000;font-family: WorkSans-Bold;text-transform: uppercase;}
.page_color_title{font-size: 40px;color: #000;font-family: WorkSans-Bold;text-transform: uppercase;position: relative;display: inline-block;}
.page_color_title:after{content: '';position: absolute;height: 3px;width: 30%;background: #b61010;left: 0;bottom: -15px}
.page_content{font-size: 16px;line-height: 24px;color: #1a1a1a;font-family: WorkSans-Regular;word-break: break-word;}
.page_content.gray{color: #999999}
.page_big_content{font-size: 26px;color: #b61010;font-family: WorkSans-Regular}
.opacity{opacity: 0.5}
.center{text-align: center;}
.line{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.mob_show{display: none!important}


@media screen and (max-width:1280px){
	.page_subtitle{font-size: 18px}
	.page_title{font-size: 18px;line-height: 24px}
	.page_color_title{font-size: 32px}
}

@media screen and (max-width:768px){
	.pc_show{display: none!important}
	.mob_show{display: block!important}
	.page_title{font-size: 28px;line-height: 38px}
	.page_color_title{font-size: 46px;line-height: 50px}
	.page_content{font-size: 26px;line-height: 34px}
	.page_big_title{font-size: 46px}

	.page_btn a{font-size: 26px;line-height: 80px}
	.page_subtitle{font-size: 32px;line-height: 36px}
}
@media screen and (max-width:500px){
	.page_title{font-size: 16px;line-height: 24px}
	.page_color_title{font-size: 23px;line-height: 25px}
	.page_content{font-size: 14px;line-height:20px}
	.page_big_title{font-size: 23px}
	.page_btn a{font-size: 14px;line-height: 40px;padding: 0 20px}
	.page_subtitle{font-size: 18px;line-height: 18px}
	.page_color_title:after{bottom: -15px;height: 2px}
}