
@media (max-width:1000px) {
	.main {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}

	.m-title {
		width: 90%;
		height: 30px;
		margin: 20px auto;
		display: flex;
		justify-content: space-around;
		align-items: center;

	}

	.bor {
		width: 22%;
		height: 2px;
		background-color: gray;
	}

	.text {
		width: auto;
		line-height: 1.5;
		font-size: 18px;
		text-align: center;
		color: #000000;
	}

	.list1 {
		width: 100%;
		height: auto;
	}

	.l1-box {
		width: 100%;
		height: 200px;
		position: relative;

	}

	.l1-box img {
		width: 100%;
		height: 100%;
	}

	.l1-mb {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.4);
		/* display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center; */

	}

	.tp1 {
		width: 20%;
		height: 20px;
		margin: 10% auto 0;
		line-height: 1.5;
		padding: 3px 5px;
		background-color: #dd4c49;
		color: #FFFFFF;
		text-align: center;
		font-size: 15px;
	}

	.l1-mb p:nth-of-type(1) {
		margin: 20px auto 0;
		width: 90%;
		line-height: 1.5;
		font-size: 22px;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
	}

	.l1-box2 {
		width: 95%;
		height: auto;
		margin: 0 auto;

	}

	.lb2 {
		width: 100%;
		height: 150px;
		margin-top: 5px;
		position: relative;
	}

	.lb2 img {
		width: 100%;
		height: 100%;
	}

	.l1-mb2 {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.4);

	}

	.l1-mb2 p {
		width: 90%;
		line-height: 1.6;
		font-size: 16px;
		color: #FFFFFF;
		margin: 5px auto 0;
		text-align: center;
	}

	.list2 {
		width: 90%;
		margin: 0 auto;
		padding: 15px 0;
		border-bottom: 1px solid gainsboro;
	}

	.l2-box {
		width: 100%;
		height: auto;

	}

	.l2-box img {
		width: 100%;
		height: 200px;
	}

	.l2-text {
		padding: 10px 0 15px;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.l2-text p:nth-of-type(1) {
		color: #F31727;
		font-size: 14px;
		line-height: 1.8;

	}

	.l2-text p:nth-of-type(2) {
		width: 95%;
		margin: 0 auto;
		color: #000;
		font-size: 17px;
		line-height: 1.5;

	}

	.list3 {
		width: 100%;
		height: auto;
		padding: 15px 0;
	}
	.l3-flex {
		width: 100%;
		height: auto;
	}
	.l3-box {
		width: 100%;
		height: auto;
	}
	.l3-box img{
		width: 100%;
		height: 200px;
	}
	.l3-text {
		width: 85%;
		margin: 0 auto;
		padding: 10px 0;
		height: auto;
		text-align: center;
	}

	.tp2 {
		color: #F31727;
		text-align: center;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.8;
	}

	.l3-text p:nth-of-type(1) {
		width: 100%;
		line-height: 1.5;
		font-size: 26px;
		font-weight: 400;
		color: #000000;

	}
	.l3-text2{
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		
	}
	.l3-text2 p{
		width: 100%;
		line-height: 1.6;
		font-size: 14px;
		color: gray;
		
	}
	.btn{
		width: 150px;
		height: 35px;
		display: block;
		border: 1px solid #000000;
		font-size: 15px;
		background-color: #FFFFFF;
		margin-top: 10px;
	}
	.l3-box2{
		width: 90%;
		height: auto;
		margin: 0 auto;
		
	}
	.lbox3{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-top: 15px;
	}
	.lbox3 img{
		width: 35%;
		height: 100px;
	}
	.lbox3-text{
		width: 60%;
		height: auto;
		padding-left: 5%;
	}
	.tp3 {
		color: #F31727;
		/* text-align: center; */
		font-size: 13px;
		font-weight: 400;
		line-height: 1.8;
	}
	.lbox3-text p:nth-of-type(1){
		/* width: 90%; */
		margin: 0 auto;
		line-height: 1.5;
		font-size: 15px;
		color: #000000;
	}
	.lbox3-text p:nth-of-type(2){
		display: none;
	}
	.lbox3-text .btn{
		display: none;
	}
	.l3-right{
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
	}
	.lr-box{
		width: 100%;
		height: auto;
		background-color: #f2f2f2;
		padding: 20px 0;
	}
	.lr-box img{
		width: 160px;
		height: 160px;
		border-radius: 100%;
		margin: 0 auto;
		display: block;
	}
	.lr-text{
		width: 80%;
		height: auto;
		margin: 20px auto 0;
		text-align: center;
	}
	.lr-text p:nth-of-type(1){
		font-size: 18px;
		font-weight: 600;
		line-height: 2;
		color: #000000;
	}
	.lr-text p:nth-of-type(2){
		margin-top: 15px;
		color: gray;
		font-size: 16px;
		line-height: 1.5;
	}
	.lr-box2{
		width: 100%;
		margin: 20px auto 0;
		padding: 15px 0;
		
	}
	.lr-title{
		width: 100%;
		line-height: 30px;
		background-color: #000000;
		color: #FFFFFF;
		text-align: center;
		font-size: 15px;
	}
	.lrb-flex{
		width: 100%;
		height: auto;
		margin-top: 20px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.lrb-flex img{
		width: 35%;
		height: 80px;
	}
	.lf-text{
		width: 58%;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.5;
		color: #000000;
	}
}

@media (min-width:1000px) {
	.main {
		width: 1200px;
		margin: 0 auto;
		height: auto;
		padding: 10px 0;
	}
	
	.m-title {
		width: 50%;
		height: 30px;
		margin: 30px auto 15px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	
	.bor {
		width: 22%;
		height: 2px;
		background-color: gray;
	}
	
	.text {
		width: auto;
		line-height: 1.5;
		font-size: 18px;
		text-align: center;
		color: #000000;
	}
	
	.list1 {
		width: 90%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
	}
	
	.l1-box {
		width: 65%;
		height: 460px;
		position: relative;
		overflow: hidden;
		transform: 1s all liner 1s;
	
	}
	
	.l1-box img {
		width: 100%;
		height: 100%;
		transform: scale(1);
		transition: all 600ms cubic-bezier(.645, .045, .355, 1);
	}
	.l1-box:hover img{
		transform: scale(1.25);
	}
	
	.l1-mb {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.4);
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	
	}
	
	.tp1 {
		width: 20%;
		height: 20px;
		margin: 10% auto 0;
		line-height: 1.5;
		padding: 3px 5px;
		background-color: #dd4c49;
		color: #FFFFFF;
		text-align: center;
		font-size: 15px;
	}
	
	.l1-mb p:nth-of-type(1) {
		margin: 20px auto 0;
		width: 60%;
		line-height: 1.8;
		font-size: 27px;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
	}
	
	.l1-box2 {
		width: 30%;
		height: auto;
		margin-left: 5px;
	
	}
	.l1-box2 .lb2:nth-of-type(1){
		margin-top: 0;
	}
	.lb2 {
		width: 100%;
		height: 150px;
		margin-top: 5px;
		position: relative;
		overflow: hidden;
	}
	
	.lb2 img {
		width: 100%;
		height: 100%;
		transform: scale(1);
		transition: all 600ms cubic-bezier(.645, .045, .355, 1);
	}
	.lb2:hover img{
		transform: scale(1.25);
	}
	.l1-mb2 {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.4);
	
	}
	
	.l1-mb2 p {
		width: 90%;
		line-height: 1.6;
		font-size: 16px;
		color: #FFFFFF;
		margin: 5px auto 0;
		text-align: center;
	}
	
	.list2 {
		width: 90%;
		margin: 0 auto;
		padding: 15px 0 30px;
		border-bottom: 1px solid gainsboro;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	.l2-box {
		width: 30%;
		height: auto;
		margin-left: 20px;
	
	}
	.list2 .l2-box:nth-of-type(1){
		margin-left: 10px;
	}
	
	.l2-box img {
		width: 100%;
		height: 250px;
	}
	
	.l2-text {
		padding: 10px 0 15px;
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	.l2-text p:nth-of-type(1) {
		color: #F31727;
		font-size: 14px;
		line-height: 1.8;
	
	}
	
	.l2-text p:nth-of-type(2) {
		width: 95%;
		margin: 0 auto;
		color: #000;
		font-size: 17px;
		line-height: 1.5;
	
	}
	.l2-box:hover .l2-text p:nth-of-type(2){
		color: #F31727;
	}
	
	.list3 {
		width: 100%;
		height: auto;
		padding: 15px 0;
		display: flex;
		justify-content: flex-start;
		
	}
	.l3-flex {
		width: 65%;
		height: auto;
	}
	.l3-box {
		width: 100%;
		height: auto;
	}
	.l3-box:hover .l3-text p:nth-of-type(1){
		color: #F31727;
	}
	.l3-box img{
		width: 100%;
		height: 400px;
	}
	.l3-text {
		width: 85%;
		margin: 0 auto;
		padding: 10px 0;
		height: auto;
		text-align: center;
	}
	
	.tp2 {
		color: #F31727;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		line-height: 2;
	}
	
	.l3-text p:nth-of-type(1) {
		width: 100%;
		line-height: 1.5;
		font-size: 26px;
		font-weight: 400;
		color: #000000;
	
	}
	.l3-text2{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		
	}
	.l3-text2 p{
		width: 100%;
		line-height: 1.6;
		font-size: 14px;
		color: gray;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		color: gray
		
		
	}
	.btn{
		width: 120px;
		height: 35px;
		display: block;
		border: 1px solid #000000;
		font-size: 13px;
		background-color: #FFFFFF;
		margin-top: 10px;
	}
	.btn:hover{
		background-color: #F31727;
		color: #FFFFFF;
		border: none;
	}
	.l3-box2{
		width: 100%;
		height: auto;
		margin: 0 auto;
		
	}
	.lbox3{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-around;
		/* align-items: center; */
		margin-top: 15px;
	}
	.lbox3 img{
		width: 38%;
		height: 200px;
	}
	.lbox3-text{
		width: 60%;
		height: auto;
		padding-left: 5%;
	}
	.tp3 {
		color: #F31727;
		/* text-align: center; */
		font-size: 13px;
		font-weight: 600;
		line-height: 2;
	}
	.lbox3-text p:nth-of-type(1){
		/* width: 90%; */
		margin: 0 auto;
		line-height: 1.5;
		font-size: 20px;
		font-weight: 600;
		color: #000000;
	}
	.lbox3:hover .lbox3-text p:nth-of-type(1){
		color: #F31727;
	}
	.lbox3-text p:nth-of-type(2){
		display: block;
		font-size: 14px;
		line-height: 1.8;
		color: gray;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		
	}
	.lbox3-text .btn{
		display: block;
	}
	.lbox3-text .btn:hover{
		background-color: #F31727;
		color: #FFFFFF;
		border: none;
	}
	.l3-right{
		width: 30%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		position: relative;
	}
	.lr-box{
		width: 100%;
		height: auto;
		background-color: #f2f2f2;
		padding: 20px 0;
		
	}
	.lr-box img{
		width: 160px;
		height: 160px;
		border-radius: 100%;
		margin: 0 auto;
		display: block;
	}
	.lr-text{
		width: 80%;
		height: auto;
		margin: 20px auto 0;
		text-align: center;
	}
	.lr-text p:nth-of-type(1){
		font-size: 18px;
		font-weight: 600;
		line-height: 2;
		color: #000000;
	}
	.lr-text p:nth-of-type(2){
		margin-top: 15px;
		color: gray;
		font-size: 16px;
		line-height: 1.5;
	}
	.lr-box2{
		width: 100%;
		margin: 20px auto 0;
		padding: 15px 0;
		position: sticky;
		top: 20px;
		bottom: auto;
		z-index: 1;
		
	}
	.lr-title{
		width: 100%;
		line-height: 30px;
		background-color: #000000;
		color: #FFFFFF;
		text-align: center;
		font-size: 15px;
	}
	.lrb-flex{
		width: 100%;
		height: auto;
		margin-top: 20px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.lrb-flex img{
		width: 35%;
		height: 80px;
	}
	.lf-text{
		width: 58%;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.5;
		color: #000000;
	}
	.lrb-flex:hover .lf-text{
		color: #F31727;
	}
}
