/*ylist*/
.swn_ylist{padding: 40px 0 80px;position:relative;}
.swn_ylist .swny_left{width:100%;}
.swn_ylist .swny_left .swnyl_t{font-size:20px;color:var(--titleColor);}
.swn_ylist .swny_left .swnyl_ul{}
.swn_ylist .swny_left .swnyl_ul .swnyl_li{position:relative;border-left:1px solid #FFF;}
.swn_ylist .swny_left .swnyl_ul .swnyl_li:first-child{border-left:none;}
.swn_ylist .swny_left .swnyl_ul .swnyl_li .swnyl_tit{background:var(--backgroundColor);height:66px;border-bottom:1px solid #FFF;padding:0 30px;}
.swn_ylist .swny_left .swnyl_ul .swnyl_li .swnyl_tit p{line-height:1.5;font-size:16px;color:var(--fontColor);position:relative;}
.swn_ylist .swny_left .swnyl_ul .swnyl_li.on .swnyl_tit{background:var(--logoColor);}
.swn_ylist .swny_left .swnyl_ul .swnyl_li.on .swnyl_tit p{color:#FFF;}
.swn_ylist .swny_right{width:100%;padding-top:10px;}
.swn_ylist .swny_right .swnyr_con{width:calc(50% - 15px);margin-left:30px;margin-top:30px;}
.swn_ylist .swny_right .swnyr_con:nth-child(odd){margin-left:0;}
.swn_ylist .swny_right .swnyr_con .swnyr_btn{height:40px;padding:0 20px;background:var(--logoColor);border:1px solid var(--logoColor);color:#FFF;width:max-content;font-size:14px;position:relative;}
.swn_ylist .swny_right .swnyr_con .swnyr_btn:hover{background:#333;border-color:#333;color:#FFF;}
.swn_ylist .swny_right .swnyr_con .swnyr_app{position:relative;height:100%;}
.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_img{width:100%;padding-bottom:41.67%;position:relative;overflow:hidden;}
.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt{padding:25px 20px;background:var(--backgroundColor);}
.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt p{font-size:16px;color:var(--fontColor);line-height:1.5;}
.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt p:first-child{font-size:26px;margin-bottom:12px;line-height:normal;var(--titleColor);}
.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt .swnyr_btn{margin-top:28px;}
.swn_ylist .swny_right .swnyr_con .swnyr_ul{}
.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li{width:calc(50% - 12px);margin-left:24px;margin-top:32px;padding:20px;border:1px solid var(--borderColor);}
.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li:before{content:'';width:0;height:4px;background:var(--logoColor);position:absolute;right:0;bottom:0;}
.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li:nth-child(odd){margin-left:0;}
.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li .swnyr_pimg{width:100%;padding-bottom:75%;position:relative;overflow:hidden;}
.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li .swnyr_p{padding-top:24px;}
.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li .swnyr_p p{font-size:18px;color:var(--titleColor);margin-bottom:24px;text-align:center;}
.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li .swnyr_p .swnyr_b{}
.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li .swnyr_p .swnyr_b .swnyr_btn:last-child{margin-left:24px;border:1px solid #485460;background:transparent;color:var(--fontColor);}
.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li .swnyr_p .swnyr_b .swnyr_btn:last-child:hover{background:#333;border-color:#333;color:#FFF;}
.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li:hover{
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-box-shadow:0 0 15px rgba(0,0,0,.2);
	box-shadow:0 0 15px rgba(0,0,0,.2);
}
.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li:hover:before{width:100%;left:0;right:auto;}
.swn_ylist .swny_bottom{margin-top:80px;padding:84px 72px;position:relative;overflow:hidden;}
.swn_ylist .swny_bottom:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;
	background:-webkit-linear-gradient(3deg,#87B33C 0%,rgba(135,179,60,0.92) 30.29%,rgba(135,179,60,0.00) 76.27%);
	background:-moz-linear-gradient(3deg,#87B33C 0%,rgba(135,179,60,0.92) 30.29%,rgba(135,179,60,0.00) 76.27%);
	background:linear-gradient(87deg,#87B33C 0%,rgba(135,179,60,0.92) 30.29%,rgba(135,179,60,0.00) 76.27%);
}
.swn_ylist .swny_bottom .swnyb_img{position:absolute;width:100%;height:100%;left:0;top:0;z-index:0;}
.swn_ylist .swny_bottom .swnyb_txt{width:790px;z-index:2;position:relative;}
.swn_ylist .swny_bottom .swnyb_txt p{font-size:36px;color:#FFF;}
.swn_ylist .swny_bottom .swnyb_txt P:first-child{font-size:18px;margin-bottom:12px;}
.swn_ylist .swny_bottom .swnyb_txt .pb_btn{margin-top:40px;border-color:#333;background:#333;}

@media screen and (max-width:1599px){
	.swn_ylist{padding:30px 0 60px;}
	.swn_ylist .swny_left .swnyl_ul .swnyl_li .swnyl_tit{height:56px;padding:0 25px;}
	.swn_ylist .swny_left .swnyl_ul .swnyl_li .swnyl_tit p{font-size:15px;}
	.swn_ylist .swny_right{padding-top:5px;}
	.swn_ylist .swny_right .swnyr_con{width:calc(50% - 12px);margin-left:24px;margin-top:25px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt{padding:20px 16px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt p{font-size:15px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt p:first-child{font-size:22px;margin-bottom:10px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt .swnyr_btn{margin-top:20px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li{width:calc(50% - 10px);margin-left:20px;margin-top:25px;padding:15px 15px 25px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li:before{height:4px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li .swnyr_p{padding-top:20px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li .swnyr_p p{font-size:16px;margin-bottom:20px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li .swnyr_p .swnyr_b .swnyr_btn:last-child{margin-left:20px;}
	.swn_ylist .swny_bottom{margin-top:60px;padding:66px 50px;}
	.swn_ylist .swny_bottom .swnyb_txt{width:660px;}
	.swn_ylist .swny_bottom .swnyb_txt p{font-size:30px;}
	.swn_ylist .swny_bottom .swnyb_txt P:first-child{font-size:16px;margin-bottom:10px;}
	.swn_ylist .swny_bottom .swnyb_txt .pb_btn{margin-top:30px;}
}

@media screen and (max-width:1399px){
	.swn_ylist{padding:25px 0 40px;}
	.swn_ylist .swny_left .swnyl_ul .swnyl_li .swnyl_tit{height:48px;padding:0 20px;}
	.swn_ylist .swny_left .swnyl_ul .swnyl_li .swnyl_tit p{font-size:14px;}
	.swn_ylist .swny_right{padding-top:5px;}
	.swn_ylist .swny_right .swnyr_con{width:calc(50% - 10px);margin-left:20px;margin-top:20px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt{padding:16px 12px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt p{font-size:14px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt p:first-child{font-size:20px;margin-bottom:8px;font-weight:bold;}
	.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt .swnyr_btn{margin-top:15px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li{width:calc(50% - 8px);margin-left:15px;margin-top:20px;padding:10px 10px 20px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li:before{height:3px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li .swnyr_p{padding-top:15px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li .swnyr_p p{font-size:14px;margin-bottom:15px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li .swnyr_p .swnyr_b .swnyr_btn:last-child{margin-left:15px;}
	.swn_ylist .swny_bottom{margin-top:40px;padding:43px 35px;}
	.swn_ylist .swny_bottom .swnyb_txt{width:530px;}
	.swn_ylist .swny_bottom .swnyb_txt p{font-size:24px;}
	.swn_ylist .swny_bottom .swnyb_txt P:first-child{font-size:14px;margin-bottom:8px;}
	.swn_ylist .swny_bottom .swnyb_txt .pb_btn{margin-top:25px;}
}

@media screen and (max-width:1023px){
	.swn_ylist{padding:20px 0 30px;}
	.swn_ylist .swny_right{padding-top:5px;}
	.swn_ylist .swny_right .swnyr_con{width:100%;margin-left:0;margin-top:15px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt{padding:13px 10px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt p:first-child{font-size:18px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_app .swnyr_txt .swnyr_btn{margin-top:15px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li{width:calc(50% - 5px);margin-left:10px;margin-top:15px;padding:8px 8px 15px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li:before{height:2px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li .swnyr_p .swnyr_b .swnyr_btn:last-child{margin-left:10px;}
	.swn_ylist .swny_bottom{margin-top:30px;padding:30px 20px;}
	.swn_ylist .swny_bottom .swnyb_txt{width:50%;}
	.swn_ylist .swny_bottom .swnyb_txt p{font-size:20px;}
	.swn_ylist .swny_bottom .swnyb_txt .pb_btn{margin-top:20px;}
}

@media screen and (max-width:767px){
    .swn_ylist .swny_left .swnyl_ul .swnyl_li .swnyl_tit{padding:0 12px;}
    .swn_ylist .swny_left .swnyl_ul .swnyl_li .swnyl_tit p{text-align:center;}
	.swn_ylist .swny_right .swnyr_con{margin-top:15px;}
	.swn_ylist .swny_right .swnyr_con .swnyr_ul .swnyr_li{width:100%;margin-left:0;}
	.swn_ylist .swny_bottom{margin-top:20px;padding:20px 12px;}
	.swn_ylist .swny_bottom .swnyb_txt{width:100%;}
	.swn_ylist .swny_bottom .swnyb_txt p{font-size:18px;}
	.swn_ylist .swny_bottom .swnyb_txt .pb_btn{margin-top:15px;}
}