.sec1 .jjfa-more {position: absolute;right: 10px;top: 30px;font-size: 18px;font-family: SourceHanSansSC;font-weight: bold;color: #AACD06;}
.sec1 .jjfa-more span {display: inline-block;width: 32px;height: 14px;background: url("../images/jiantou-s.png")no-repeat;margin-left: 5px;}


.sec1{background: url(../images/sec1_bg.jpg) center/cover;padding-top: 50px;}
.sec1_list{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 30px 0 30px;}
.sec1_item{width: calc(25% - 16px);padding: 25px;box-sizing: border-box;background: rgba(255,255,255,.5);margin-bottom: 20px;}
.sec1_item .img{overflow: hidden;background: #fff;padding: 40px 0;}
.sec1_item .img img{width: 100%;transition: .5s;}
.sec1_item p{font-size: 18px;color: #333333;line-height: 30px;text-align: center;display: block;margin-top: 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sec1_item:hover img{transform: scale(1.05);}

.sec2{background: #002870;margin-top: 30px;overflow: hidden;}
.sec2_box{display: flex;align-items: center;padding: 0;}
.sec2_box .sec2_desc{width: 50%;}
.sec2_box .sec2_img{width: 50%;}
.sec2_box .sec2_img img{width: 100%;max-width: 480px;margin: 0 auto;}
.sec2_box .sec2_desc p{max-width: 600px;display: block;margin-left: auto;margin-right: auto;height: 50px;line-height: 50px;border-radius: 19px;background: #FFFFFF;text-align: center;font-size: 26px;color: #002870;}
.sec2_box .sec2_desc p+p{margin-top: 15px;}
.sec2_box .sec2_desc p b{font-weight: bold;color: #ACCE22;}



@media screen and (max-width:1199px) {
	.sec1 .w-1600,.sec2 .w-1600{padding: 0 20px;box-sizing: border-box;}
	.sec2_box .sec2_desc p{font-size: 20px;}
}
@media screen and (max-width:899px) {
	.sec1 .w-1600,.sec2 .w-1600{padding: 0 10px;}
	.sec2_box{display: block;padding: 20px 0;}
	.sec2_box .sec2_desc{width: 100%;}
	.sec2_box .sec2_img{width: 100%;max-width: 400px;margin: 0 auto;}
	.sec2_box .sec2_desc p{height: 45px;line-height: 45px;font-size: 16px;}
	.sec2_box .sec2_desc p+p{margin-top: 10px;}
	.sec1_item{padding: 10px 10px 20px;width: calc(50% - 5px);margin-bottom: 10px;}
	.sec1_item p{font-size: 14px;line-height: 24px;height: 24px;}
	
}
@media screen and (max-width:355px) {
	.sec2_box .sec2_desc p{font-size: 14px;}
}

