img{max-width: 100%;}
.daoyi .title{font-size: 34px;text-align: center;margin-top: 80px;margin-bottom: 40px;}
.daoyi .flex{display: flex;justify-content: space-between;align-items: center;}
.daoyi .l .l-1{margin-bottom: 24px;}
.daoyi .text{position: relative;}
.daoyi .text .t{position: absolute;width: 100%;height: 100%;top: 0;left: 0;padding: 27px 24px;line-height: 26px;font-size: 14px;}
.daoyi .text .t .yellow{width: 60%;height: 2px;background-color: #B6801F;margin-top: 10px;margin-bottom: 20px;}
.daoyi .text .t .desc{color: #999;margin-bottom: 8px;margin-top: 10px;}

.daoyi .w-2 {background: url(/assets/images/d-4.png) no-repeat;padding-bottom: 102px;padding-top: 83px;margin-top: 71px;background-size: cover;}
.daoyi .w-2 .title{margin-bottom: 11px;margin-top: 0;}
.daoyi .w-2 .flex{margin-top: 48px}
.daoyi .w-2 .flex>div{background-color: #fff;;padding: 50px 24px;text-align: center;border-radius: 10px;}
.daoyi .w-2 .flex>div:nth-child(2){margin: 0 27px;}
.daoyi .w-2 .flex>div h4{margin-top: 28px;margin-bottom: 12px;}
.daoyi .w-2 .flex>div p{color: #666;font-size: 15px;}

@media (max-width:768px) {
	.container{padding-left: 15px;padding-right: 15px;}
	.daoyi .w-2 .flex{display: block;}
	.daoyi .w-2 .flex>div{margin-bottom: 20px;}
	.daoyi .w-2 .flex>div:nth-child(2){margin: 0 0 20px 0;}
	.daoyi .title{font-size: 26px;}
	

}

@media (max-width:1208px) {
	.daoyi .container>.flex{display: block;}
	.daoyi .l {display: flex;justify-content: space-between;}
	.daoyi .l>div{width:49%;}
	.daoyi .l>div img{width:100%;}
	.daoyi .text img{display: none;}
	.daoyi .text .t{position: initial;background: url(/assets/images/d-3.png) no-repeat;background-size: cover;}
}