@charset "utf-8";

/* =====================内页样式======================== */
.w12 {
	width: 1200px;
	margin: 0 auto;
	max-width: 85%;
}

.w1240 {
	width: 1240px;
	margin: 0 auto;
	max-width: 85%;
}

.pc_show{
	display: block;
}
.mb_show{
	display: none;
}



.dy_tit {
	text-align: center;
	color: #2c2c2c;
}

.dy_tit img {
	display: inline-block;
	margin-bottom: 15px;
}

.dy_tit h3 {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.3;
}

.dy_tit p,
.dy_tit span {
	font-size: 24px;
	font-weight: bold;
	margin-top: 9px;
	line-height: 1.3;
}

.dy_tit span {
	display: block;
	font-weight: normal;
	margin-top: 0;
}


.dy_con1 {
	padding: 100px 0;
}

.dy_con1 .dy_tit h3{
	text-shadow: rgb(12, 3, 6, .04) 7px 7px 3px;
}


.dy_con1 ul {
	padding: 80px 0 30px;
}

.dy_con1 ul li {
	float: left;
	width: 48%;
	padding: 4px 5px;
	height: 90px;
	line-height: 90px;
	margin-right: 4%;
	margin-bottom: 28px;
	border: 1px solid #a9a9d1;
	border-radius: 45px;
	overflow: hidden;
}

.dy_con1 ul li:nth-child(2n) {
	margin-right: 0;
}

.dy_con1 ul li .info {
	background-color: #a9a9d1;
	color: #1d1c1c;
	height: 100%;
	border-radius: 50px;
	line-height: 80px;
}

.dy_con1 ul li:nth-child(2) {
	border-color: #f4a8bc;
}

.dy_con1 ul li:nth-child(3) {
	border-color: #b7e3d4;
}

.dy_con1 ul li:nth-child(4) {
	border-color: #efe0ab;
}

.dy_con1 ul li:nth-child(2) .info {
	background-color: #f4a8bc;
}

.dy_con1 ul li:nth-child(3) .info {
	background-color: #b7e3d4;
}

.dy_con1 ul li:nth-child(4) .info {
	background-color: #efe0ab;
}

.dy_con1 ul li .info i {
	font-size: 40px;
	margin-left: 6%;
	display: inline-block;
	font-weight: bold;
}

.dy_con1 ul li .info p {
	font-size: 45px;
	margin-left: 5%;
	display: inline-block;
	font-weight: bold;
}

.dy_con1 .down {
	text-align: center;
}

.dy_con1 .down img {
	width: auto;
	max-width: 100%;
	display: inline-block;
}

.dy_con1 .bot {
	text-align: center;
	padding: 35px 2% 0;
	font-size: 30px;
	color: #4f4d4d;
}

.dy_con1 .bot img {
	display: inline-block;
	margin-top: 55px;
	width: auto;
	max-width: 100%;
}


.dy_con2 {}

.dy_con2 ul {
	padding-top: 100px;
}

.dy_con2 ul li {
	float: left;
	width: 48%;
	padding: 0 10px;
	margin-bottom: 45px;
	margin-right: 4%;
}

.dy_con2 ul li:nth-child(2n) {
	margin-right: 0;
}

.dy_con2 ul li .info {}

.dy_con2 ul li .info p {
	font-weight: bold;
	color: #303030;
	font-size: 36px;
	text-align: center;
	margin-bottom: -6px;
	line-height: 1;
}

.dy_con2 ul li .info img {
	width: 100%;
}

.dy_con2 .bot {
	padding-top: 70px;
	opacity: 0.4;
	color: #202020;
	text-align: center;
	font-weight: bold;
}

.dy_con2 .bot h3 {
	font-size: 50px;
	line-height: 1;
}

.dy_con2 .bot p {
	font-size: 18px;
	margin-top: 15px;
}

.dy_con3 {
	padding-top: 70px;
}

.dy_con3 ul {
	padding-top: 40px;
}

.dy_con3 ul li {
	position: relative;
	width: 48%;
	float: left;
	margin-right: 4%;
}

.dy_con3 ul li:nth-child(2n) {
	margin-right: 0;
}

.dy_con3 ul li .info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 80px 9% 0;
	color: #303030;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.dy_con3 ul li .info h4 {
	font-size: 44px;
	font-weight: bold;
	text-align: center;
}

.dy_con3 ul li .info h4 i {
	display: inline-block;
	font-size: 40px;
}

.dy_con3 ul li .info p {
	font-size: 24px;
	line-height: 32px;
	margin-top: 15px;
}

.dy_con4 {
	margin-top: 170px;
	padding-bottom: 80px;
}

.dy_con4 .w1240 {
	background-color: #efefef;
	padding: 0 20px;
}

.dy_con4 .dy_tit {
	padding-top: 45px;
}

.dy_con4 ul {
	padding: 140px 0 90px;
}

.dy_con4 ul li {
	position: relative;
	float: left;
	width: 23.75%;
	margin-right: calc(5% / 3);
}

.dy_con4 ul li:nth-child(4n) {
	margin-right: 0;
}

.dy_con4 ul li .tit {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -97.5px;
	margin-left: -97.5px;
	width: 195px;
	height: 195px;
	background: url(../images/douyin_ms_tit.png) no-repeat center;
	background-size: 100% auto;
	font-size: 34px;
	line-height: 40px;
	color: #641496;
	/* font-weight: bold; */
	text-align: center;
	border-radius: 50%;
	background-color: #efefef;
	text-shadow: rgb(12, 3, 6, .14) 2px 2px 3px
}

.dy_con4 ul li .info {
	border: 3px solid #cbd7ec;
	padding: 110px 10% 0;
	height: 245px;
	font-size: 18px;
	line-height: 1.8;
	color: #303030;
	text-align: justify;
}

.dy_con5 {
	padding: 0 0 70px 0;
}

.dy_con5 .tit {
	text-align: center;
}

.dy_con5 .tit h3 {
	position: relative;
	font-size: 65px;
	line-height: 1;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #dd6c08, #e81970);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: rgb(12, 3, 6, .04) 7px 7px 3px;
}

/* .dy_con5 .tit h3[data-content]::after {
	content: attr(data-content);
	display: block;
	position: absolute;
	color: yellow;
	left: 0;
	top: 0;
	z-index: 2;
	-webkit-mask-image: -webkit-gradient(linear, 00, 0bottom, from(yellow), to(rgba(0, 0, 255, 0)));
}
 */
.dy_con5 .tit p {
	font-size: 14px;
	line-height: 1;
	color: rgb(100, 20, 150, .3);
	letter-spacing: 20px;
	margin-top: 20px;
}

.dy_con5 .con {
	padding-top: 50px;
}

.dy_con5 .con .fl {
	width: 50%;
	text-align: center;
}

.dy_con5 .con .fl img {
	max-width: 100%;
	display: inline-block;
}

.dy_con5 .con .fr {
	width: 50%;
	padding-top: 30px;
	text-align: center;
}

.dy_con5 .con .fr .wx {}

.dy_con5 .con .fr .wx img {
	max-width: 100%;
	display: inline-block;
}

.dy_con5 .con .fr h4 {
	margin-top: 20px;
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	color: #545455;
}

.dy_con5 .con .fr p {
	display: inline-block;
	color: #641496;
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
	padding: 10px 18px;
	border: 1px solid #641496;
	margin: 10px 0 12px;
}

.dy_con5 .con .fr span {
	display: block;
	font-size: 22px;
	letter-spacing: 14px;
	color: #641496;
	line-height: 1;
	text-align: center;
}

/* -------------------------抖音团购--------------------------- */
/* flex布局 */
.flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/*默认 主轴为水平方向，起点在左端*/
.f-dr {-webkit-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;}
/*主轴为水平方向，起点在右端*/
.f-dr-r {-webkit-box-orient: horizontal;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
/*主轴为垂直方向，起点在上沿*/
.f-dc {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
/*主轴为垂直方向，起点在下沿*/
.f-dc-r {-webkit-box-orient: vertical;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}

/* 交叉轴的起点对齐 */
.f-as {-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}
/* 交叉轴的中点对齐 */
.f-ac {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
/* 交叉轴的终点对齐 */
.f-ae {-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;}

/* 项目的第一行文字的基线对齐 */
.f-ab {-webkit-box-align: baseline;-webkit-align-items: baseline;-ms-flex-align: baseline;align-items: baseline;}
/* 交叉轴拉伸对齐 */
.f-ast {-webkit-align-items: stretch;-moz-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}
/* 左对齐 */
.f-js {-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}
/* 居中 */
.f-jc {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/* 右对齐 */
.f-je {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}

/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {-webkit-box-pack: distribute;-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around;}

/* 换行，第一行在上方 */
.f-warp {-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
/* 换行，在第一行的下方 */
.f-warp-r {-webkit-flex-wrap: wrap-reverse;-moz-flex-wrap: wrap-reverse;-ms-flex-wrap: wrap-reverse;-o-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}

/* 限制一行 */
.linelimit {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
/* 【常用】限制多行 修改行数-webkit-line-clamp: 2;【兼容必须限高】 */
.linelimit-2 {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.linelimit-3 {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}

.w15{
	width: 1520px;
	max-width: 92%;
	margin: 0 auto;
}

.dy_banner img{
	width: 100%;
}

.dy_tit2{
	text-align: center;
	margin-bottom: 0.55rem;
}
.dy_tit2 h3{
	position: relative;
	font-size: 0.4rem;
	line-height: 1.5;
	font-weight: 700;
	color: #282423;
	padding-bottom: 0.3rem;
}
.dy_tit2 h3::after,.dy_tit2 h3::before{
	position: absolute;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.dy_tit2 h3::after{
	width: 0.96rem;
	height: 0.04rem;
	background-color: #29bc95;
	bottom: 0;
}
.dy_tit2 h3::before{
	width: 4.7rem;
	height: 0.02rem;
	bottom: 1px;
	background-color: #9ec3b6;
}

/* 运营方案 s */
.dy_group1{
	padding-top: 1rem;
}
.dy_group1 ul{
	
}
.dy_group1 ul li{
	width: 50%;
	padding: 0.3rem 0.55rem 0.2rem 0.1rem;
}
.dy_group1 ul li:nth-child(2n){
	padding: 0.3rem 0.1rem 0.2rem 0.55rem;
	-webkit-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;
}
.dy_group1 ul li:nth-child(3),.dy_group1 ul li:nth-child(4){
	background-color: #f8f8f8;
}
.dy_group1 ul li .fr{
	text-align: right;
}
.dy_group1 ul li:nth-child(2n) .fr{
	text-align: left;
}
.dy_group1 ul li .fl{
	margin-left: 0.3rem;
}
.dy_group1 ul li .fl .ico{
	width: 1.34rem;
	text-align: center;
}

.dy_group1 ul li:nth-child(2n) .fl{
	margin-right: 0.3rem;
	margin-left: 0;
}
.dy_group1 ul li .fl .ico img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.dy_group1 ul li .fl .ico:hover img{
	transform: rotateY(180deg);
}
.dy_group1 ul li .fl p{
	font-size: 0.2rem;
	margin-top: 0.2rem;
	color: #333333;
	text-align: center;
}
.dy_group1 ul li .fr{
	flex: 1;
	padding-top: 0.25rem;
}
.dy_group1 ul li .fr h4{
	font-size: 0.24rem;
	color: #29bc95;
}
.dy_group1 ul li .fr .text{
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	margin-top: 0.15rem;
}
/* 运营方案 e */

/* 6大好处 s */
.dy_group2{
	padding-top: 1rem;
}
.dy_group2 ul{}
.dy_group2 ul li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	box-shadow: 0 0 16px #8edcc7;
	margin-bottom: 0.6rem;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.dy_group2 ul li:hover{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.dy_group2 ul li:nth-child(3n){
	margin-right: 0;
}
.dy_group2 ul li .pic{
	position: relative;
	overflow: initial;
}
.dy_group2 ul li .pic>img{
	width: 100%;
}
.dy_group2 ul li .pic i{
	position: absolute;
	left: 0.3rem;
	top: 100%;
	margin-top: -0.375rem;
	width: 0.75rem;
	height: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
	background-color: white;
	border-radius: 50%;
	z-index: 2;
}
.dy_group2 ul li .pic i img{
	display: inline-block;
	max-width: 60%;
	max-height: 60%;
}
.dy_group2 ul li .info{
	padding: 0.8rem 0.3rem 0.4rem;
	background: -webkit-linear-gradient(#f7fcfb 10%, #dcf4ed 100%);
}
.dy_group2 ul li .info h4{
	font-size: 0.24rem;
	line-height: 1.5;
	font-weight: 700;
	color: #030303;
}
.dy_group2 ul li .info p{
	font-size: 0.16rem;
	color: #888888;
	line-height: 1.5;
	height: 0.9rem;
	margin-top: 0.12rem;
}
/* 6大好处 e */

/* 投放服务 s */
.dy_group3{
	padding: 0.5rem 0 1rem;
}
.dy_group3 .con{}
.dy_group3 .fl{
	width: 55%;
}
.dy_group3 .fl ul{}
.dy_group3 .fl ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	background-color: #29bc95;
	border-radius: 10px;
	padding: 0.65rem 2%;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.dy_group3 ul li:hover{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.dy_group3 .fl ul li:nth-child(3n){
	margin-right: 0;
}
.dy_group3 .fl ul li .ico{
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	margin: 0 auto;
}
.dy_group3 .fl ul li .ico img{
	display: inline-block;
	max-width: 95%;
	max-height: 95%;
}
.dy_group3 .fl ul li .info{
	font-size: 0.2rem;
	line-height: 1.6;
	color: white;
	margin-top: 0.3rem;
	text-align: center;
}
.dy_group3 .fr{
	width: 44%;
}
.dy_group3 .fr img{}
/* 投放服务 e */



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
	/* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
	/* 1152 × (864) */
}

@media all and (max-width:1151px) {
	/* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
	/* 平板设备 720 适配 */
	.dy_tit h3{
		font-size: 36px;
	}
	.dy_tit p, .dy_tit span{
		font-size: 18px;
	}
	
	.dy_con1{
		padding: 60px 0;
	}
	.dy_con1 ul{
		padding: 50px 0 20px;
	}
	.dy_con1 ul li{
		height: 70px;
		line-height: 70px;
		margin-bottom: 20px;
	}
	.dy_con1 ul li .info{
		line-height: 60px;
	}
	.dy_con1 ul li .info i{
		font-size: 28px;
	}
	.dy_con1 ul li .info p{
		font-size: 32px;
	}
	.dy_con1 .bot{
		padding-top: 20px;
		font-size: 24px;
	}
	.dy_con1 .bot img{
		margin-top: 30px;
	}
	
	.dy_con2 ul{
		padding-top: 60px;
	}
	.dy_con2 ul li{
		margin-bottom: 30px;
	}
	.dy_con2 ul li .info p{
		font-size: 26px;
	}
	.dy_con2 .bot{
		padding-top: 40px;
	}
	.dy_con2 .bot h3{
		font-size: 32px;
		line-height: 1;
	}
	.dy_con2 .bot p{
		font-size: 16px;
	}
	
	.dy_con3{
		padding-top: 40px;
	}
	.dy_con3 ul{
		padding-top: 25px;
	}
	.dy_con3 ul li .info{
		padding-top: 70px;
	}
	.dy_con3 ul li .info h4{
		font-size: 32px;
	}
	.dy_con3 ul li .info h4 i{
		font-size: 30px;
	}
	.dy_con3 ul li .info p{
		font-size: 18px;
		line-height: 1.5;
		margin-top: 10px;
	}
	
	
	.dy_con4{
		margin-top: 100px;
		padding-bottom: 60px;
	}
	.dy_con4 .dy_tit{
		padding-top: 30px;
	}
	.dy_con4 ul{
		padding: 120px 0 60px;
	}
	.dy_con4 ul li .tit{
		width: 150px;
		height: 150px;
		margin-left: -75px;
		margin-top: -75px;
		font-size: 24px;
		line-height: 1.3;
	}
	.dy_con4 ul li .info{
		padding: 90px 8% 0;
		font-size: 16px;
		line-height: 1.6;
	}
	
	.dy_con5{
		padding: 60px 0;
	}
	.dy_con5 .tit h3{
		font-size: 42px;
	}
	.dy_con5 .tit p{
		margin-top: 15px;
	}
	.dy_con5 .con{
		padding-top: 30px;
	}
	.dy_con5 .con .fr h4{
		font-size: 30px;
		margin-top: 15px;
	}
	.dy_con5 .con .fr p{
		font-size: 28px;
	}
	.dy_con5 .con .fr span{
		font-size: 18px;
	}
	
	.dy_tit2 h3{
		font-size: 0.4rem;
	}
}

@media only screen and (max-width: 991px){
	/* .mt{
		margin-top: 0;
	} */
	.dy_tg_body .mb_banner{
		display: none;
	}
	.dy_tg_body .path_bar,.dy_tg_bod .path_bar a{
		line-height: 0.8rem;
	}
	.dy_tg_body .path_bar .path-tit{
		font-size: 0.28rem;
	}
}

@media all and (max-width:768px) {
	/* 移动终端以上 360 适配 */
	.pc_show{
		display: none;
	}
	.mb_show{
		display: block;
	}
	
	.dy_con1 ul li{
		width: 100%;
		margin-right: 0;
	}
	
	.dy_con2 ul li{
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.dy_con2 ul li .info img{
		display: inline-block;
		max-width: 100%;
		width: auto;
	}
	
	.dy_con3 ul li,.dy_con3 ul li:nth-child(2n){
		width: 100%;
		max-width: 523px;
		margin: 0 auto 20px;
		float: none;
	}
	
	/* .dy_con3 ul li .info{
		width: auto;
		max-width: 500px;
		margin: 0 auto;
	} */
	
	.dy_con4 ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 100px;
	}
	.dy_con4 ul li:nth-child(2n){
		margin-right: 0;
	}
	.dy_con4 ul li:nth-child(3),.dy_con4 ul li:nth-child(4){
		margin-bottom: 0;
	}
	.dy_con5 .tit p{
		letter-spacing: 10px;
	}
	.dy_con5 .con .fl,.dy_con5 .con .fr{
		float: none;
		width: 100%;
	}
	.dy_con5 .con .fr{
		padding-top: 20px;
	}
	
	.dy_group1 ul li{
		width: 100%;
		padding: 0.4rem 0.3rem 0.3rem 0.6rem !important;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		background-color: white !important;
	}
	.dy_group1 ul li:nth-child(2n){
		background-color: #f8f8f8 !important;
	}
	.dy_group1 ul li .fr{
		text-align: left;
		padding-top: 0.1rem;
	}
	.dy_group1 ul li .fl{
		margin-left: 0 !important;
		margin-right: 0.4rem !important;
	}
	.dy_group1 ul li .fr h4{
		font-size: 0.3rem;
	}
	
	.dy_group2 ul li{
		width: 100%;
		margin-right: 0;
	}
	.dy_group2 ul li .pic i{
		width: 0.9rem;
		height: 0.9rem;
		line-height: 0.9rem;
		margin-top: -0.45rem;
		text-align: center;
	}
	.dy_group2 ul li .info{
		padding-bottom: 0.6rem;
	}
	.dy_group2 ul li .info h4{
		font-size: 0.32rem;
	}
	.dy_group2 ul li .info p{
		font-size: 0.26rem;
		height: auto;
		margin-top: 0.2rem;
	}
	
	.dy_group3 .con{
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.dy_group3 .fr,.dy_group3 .fl{
		width: 100%;
	}
	.dy_group3 .fl{
		margin-top: 0.4rem;
	}
	.dy_group3 .fl ul li .info{
		font-size: 0.28rem;
	}
	
}

@media all and (max-width:640px) {
	/* 移动终端以上 360 适配 */
	
}

@media all and (max-width:420px) {
	.dy_tit h3{
		font-size: 24px;
	}
	.dy_tit p, .dy_tit span{
		font-size: 16px;
		line-height: 1.5;
		margin-top: 5px;
	}
	
	.dy_con1{
		padding: 40px 0;
	}
	.dy_con1 ul{
		padding: 30px 0 10px;
	}
	.dy_con1 ul li{
		height: 50px;
		line-height: 50px;
		margin-bottom: 10px;
		padding: 3px 4px;
	}
	.dy_con1 ul li .info{
		line-height: 42px;
	}
	.dy_con1 ul li .info i{
		font-size: 18px;
		margin-left: 5%;
	}
	.dy_con1 ul li .info p{
		font-size: 18px;
		margin-left: 3%;
	}
	.dy_con1 .down img{
		width: 30px;
	}
	.dy_con1 .bot{
		padding-top: 15px;
		font-size: 16px;
	}
	.dy_con1 .bot img{
		margin-top: 20px;
	}
	
	
	.dy_con2 .dy_tit img{
		height: 50px;
		margin-bottom: 8px;
	}
	.dy_con2 ul{
		padding-top: 40px;
	}
	.dy_con2 ul li{
		margin-bottom: 20px;
	}
	.dy_con2 ul li .info p{
		font-size: 20px;
	}
	.dy_con2 .bot{
		padding-top: 25px;
	}
	.dy_con2 .bot h3{
		font-size: 24px;
	}
	.dy_con2 .bot p{
		font-size: 14px;
		margin-top: 10px;
	}
	
	.dy_con3{
		padding-top: 30px;
	}
	.dy_con3 ul{
		padding-top: 18px;
	}
	.dy_con3 ul li .info{
		padding: 60px 6% 0;
	}
	.dy_con3 ul li .info h4 i{
		font-size: 24px;
	}
	.dy_con3 ul li .info h4{
		font-size: 26px;
	}
	.dy_con3 ul li .info p{
		font-size: 16px;
	}
	
	.dy_con4{
		margin-top: 60px;
		padding-bottom: 40px;
	}
	.dy_con4 .dy_tit{
		padding-top: 20px;
	}
	.dy_con4 ul{
		padding: 80px 0 40px;
	}
	.dy_con4 ul li,.dy_con4 ul li:nth-child(3), .dy_con4 ul li:nth-child(4){
		width: 100%;
		margin-right: 0;
		margin-bottom: 80px;
	}
	.dy_con4 ul li:last-child{
		margin-bottom: 0;
	}
	.dy_con4 ul li .tit{
		width: 120px;
		height: 120px;
		margin-left: -60px;
		margin-top: -60px;
		font-size: 20px;
	}
	.dy_con4 ul li .info{
		padding: 70px 6%;
		height: auto;
		font-size: 14px;
		border-width: 2px;
	}
	
	.dy_con5{
		padding: 40px 0;
	}
	.dy_con5 .tit h3{
		font-size: 28px;
		letter-spacing: 4px;
	}
	.dy_con5 .con .fr h4{
		margin-top: 10px;
		font-size: 24px;
	}
	.dy_con5 .con .fr p{
		margin: 6px 0;
		padding: 6px 10px;
		font-size: 18px;
	}
	.dy_con5 .con .fr span{
		font-size: 14px;
		letter-spacing: 6px;
	}
	.dy_group1 ul li .fl p{
		font-size: 0.24rem;
	}
	.dy_group1 ul li .fr .text{
		font-size: 14px;
		margin-top: 0;
	}
}

@media all and (max-width:376px) {
	
}
