.banner{
	width: 100%;
	float: left;
}
.banner img{
	width: 100%;
}





.sjfw{
	width: 100%;
	float: left;
	clear:both;
	margin-top: 60px;
	padding-bottom: 60px;
}
.sjfw .sjfwcontent{
	width: 100%;
	margin:0 auto;
}
.sjfw .sjfwcontent .sjfwtitle{
	width: 100%;
	float: left;
}
.sjfw .sjfwcontent .sjfwtitle .sjfwtitlexx{
	width: 60%;
	text-align: left;
}
.sjfw .sjfwcontent .sjfwtitle .sjfwtitlexx .bigtitle{
	width: 30%;
	display: inline-block;
	text-align: left;
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	/*margin-right:40px;*/
}
.sjfw .sjfwcontent .sjfwtitle .sjfwtitlexx .smtitle{
	width: 22%;
	display: inline-block;
	text-align: right;
	line-height: 36px;
	margin-right:40px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
}
.sjfw .sjfwcontent .sjfwtitle .sjfwtitleline{
	width: 16%;
	float: left;
	text-align: left;
	text-align:center;
}
.sjfw .sjfwcontent .sjfwtitle .sjfwtitleline p{
	border-top: #2C8DE5 solid 5px;
}
.sjfw .sjfwcontent .sjfwtitle .sjfwtitleline p {
    width: 25%;
    margin: 0 auto;
    border-top: #2C8DE5 solid 5px;
    text-align: center;
}
.sjfw .sjfwcontent .sjfwxx{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.sjfw .sjfwcontent .sjfwxx ul{
	width: 100%;
	margin: 0;
	padding:0;
	list-style: none;
}
.sjfw .sjfwcontent .sjfwxx ul li{
	width: 32%;
	float: left;
	margin-right: 20px;
}
.sjfw .sjfwcontent .sjfwxx ul li:nth-child(3n){
	float: right;
	margin-right: 0px;
}
.sjfw .sjfwcontent .sjfwxx ul li .sjfwinfo{
	width: 100%;
	float: left;
}
.sjfw .sjfwcontent .sjfwxx ul li .sjfwinfo .topsjfwinfo{
	width: 100%;
	
	position:relative;/*20240812*/

}
.sjfw .sjfwcontent .sjfwxx ul li .sjfwinfo .topsjfwinfo img{
	width: 100%;
	
}
/*
.sjfw .sjfwcontent .sjfwxx ul li .sjfwinfo .bottsjfwinfo{
	width: 100%;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    padding-top: 10px;
}*/

/*20240812*/
.sjfw .sjfwcontent .sjfwxx ul li .sjfwinfo .bottsjfwinfo {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    padding-top: 10px;
    position: absolute;
    /*border: #f00 solid 1px;*/
    bottom: 0;
    color: #fff;
    background: rgba(28 28 28 / 70%);
	padding-top: 0px;
}
.sjfw .sjfwcontent .sjfwxx ul li .sjfwinfo .bottsjfwinfo p{
	/*width: 60%;*/
	margin:0 auto;
	/*line-height: 30px;*/
	
	line-height: 60px;
	width: 100%;
}
.sjfw .sjfwcontent .sjfwxx ul li .sjfwinfo .bottsjfwinfo p span{
	width: 100%;
	text-align:center;
	font-size: 20px;
}


@media(max-width: 1200px){
	.sjfw .sjfwcontent .sjfwtitle .sjfwtitlexx .bigtitle {
	    width: 36%;
	}
	.sjfw .sjfwcontent .sjfwtitle .sjfwtitlexx .smtitle {
	    width: 26%;
	}
	.sjfw .sjfwcontent .sjfwxx ul li {
	    margin-right: 16px;
	}
}
@media(max-width: 992px)
{
	.sjfw .sjfwcontent .sjfwtitle .sjfwtitlexx .bigtitle {
	    width: 30%;
	    text-align: left;
	    font-size: 3rem;
	}
	.sjfw .sjfwcontent .sjfwtitle .sjfwtitlexx .smtitle {
	    width: 30%;
	    text-align: left;
	    font-size: 1.6rem;

	}
	.sjfw .sjfwcontent .sjfwxx ul li {
	    margin-right: 12px;
	}
	.sjfw .sjfwcontent .sjfwtitle .sjfwtitleline {
	    width: 12%;
	}
	.sjfw .sjfwcontent .sjfwxx ul li .sjfwinfo .bottsjfwinfo {
	    font-size: 1.875rem;
	    font-weight: 400;
	    line-height: 30px;
	}

}
@media (max-width: 767px){
	.sjfw {
	    margin-top: 22px;
	    padding-bottom: 20px;
	}
	.sjfw .sjfwcontent .sjfwxx {
	    margin-top: 10px;
	}
	.sjfw .sjfwcontent .sjfwtitle .sjfwtitlexx {
	    width: 100%;
	    text-align: center;
	}


	.sjfw .sjfwcontent .sjfwtitle .sjfwtitlexx .bigtitle {
	    width: 100%;
	    text-align: center;
	    font-size: 2.4rem;
	    line-height: 0px;
	    padding-top: 20px;
	}
	.sjfw .sjfwcontent .sjfwtitle .sjfwtitlexx .smtitle {
	    width: 100%;
	    text-align: center;
	    font-size: 1.4rem;
	}
	.sjfw .sjfwcontent .sjfwtitle .sjfwtitleline {
	    display: none;
	}
	.sjfw .sjfwcontent .sjfwxx ul li {
	    width: 100%;
	    float: left;
	    margin-right: 0px;
		margin-bottom: 20px;/*20240812*/
	}
	.sjfw .sjfwcontent .sjfwxx ul li .sjfwinfo .bottsjfwinfo {
		font-size: 1.4rem;
	    /*padding-bottom: 20px;*/
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.sjfw .sjfwcontent .sjfwxx ul li .sjfwinfo .bottsjfwinfo p{
		font-size: 1.4rem;
		line-height:20px;
	    
	}
	.sjfw .sjfwcontent .sjfwxx ul li .sjfwinfo .bottsjfwinfo  p span{
		font-size: 1.4rem;
	
	}

}














.kfys{
	width: 100%;
	float: left;
	clear:both;
	margin-top: 0px;
	padding-bottom: 60px;
}
.kfys .kfyscontent{
	width: 100%;
	margin:0 auto;
}
.kfys .kfyscontent .kfystitle{
	width: 100%;
	float: left;
}
.kfys .kfyscontent .kfystitle .kfystitlexx{
	width: 60%;
	text-align: left;
}
.kfys .kfyscontent .kfystitle .kfystitlexx .bigtitle{
	width: 30%;
	display: inline-block;
	text-align: left;
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	/*margin-right:40px;*/
}
.kfys .kfyscontent .kfystitle .kfystitlexx .smtitle{
	width: 32%;
	display: inline-block;
	text-align: right;
	line-height: 36px;
	margin-right:40px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
}
.kfys .kfyscontent .kfystitle .kfystitleline{
	width: 16%;
	float: left;
	text-align: left;
	text-align:center;
}
.kfys .kfyscontent .kfystitle .kfystitleline p{
	border-top: #2C8DE5 solid 5px;
}
.kfys .kfyscontent .kfystitle .kfystitleline p {
    width: 25%;
    margin: 0 auto;
    border-top: #2C8DE5 solid 5px;
    text-align: center;
}
.kfys .kfyscontent .kfysxx{
	width: 100%;
	float: left;
	
	margin-top:40px;
}
@media(max-width:767px){
	.kfys .kfyscontent .kfysxx {
		margin-top: 10px;
	}
}
.kfys .kfyscontent .kfysxx ul{
	width: 100%;
}
.kfys .kfyscontent .kfysxx ul li{
	width: 32%;
	float: left;
	display: inline-block;
	margin-right: 10px;
	
	margin-right: 22px;
	
}
@media (max-width:1200px){
	.kfys .kfyscontent .kfysxx ul li{
		margin-right:18px;
	}
}
@media (max-width:950px){
	.kfys .kfyscontent .kfysxx ul li{
		margin-right:16px;
	}
}
@media(max-width:830px){
	.kfys .kfyscontent .kfysxx ul li {
		margin-right: 14px;
	}
}
.kfys .kfyscontent .kfysxx .ysitem{
	background: linear-gradient(210deg, #2C8DE5 0%, #4BA5F7 100%);
	box-shadow: 0px 5px 9px 0px rgba(180,180,180,0.47);
	padding: 20px 35px;
    height: 400px;
}

@media(max-width:767px){
	.kfys .kfyscontent .kfysxx .ysitem {
		background: linear-gradient(210deg, #2C8DE5 0%, #4BA5F7 100%);
		box-shadow: 0px 5px 9px 0px rgba(180,180,180,0.47);
		padding: 20px 35px 40px;
		height: auto; 
		margin-bottom: 20px;
	}
}
.kfys .kfyscontent .kfysxx ul li:nth-child(3n){
	float: right;
	margin-right:0px;
}
.kfys .kfyscontent .kfysxx ul li .kfysinfo{
	width: 100%;
	float: left;
}
.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle{
	width: 100%;
	margin-top: 60px;
	text-align: center;
	margin-bottom: 45px;
	
    margin-top: 20px;
    margin-bottom: 10px;
}
.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitlepic{
	width: 13%;
	display: inline-block;
	
	width:19%;
}
.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitlepic img{
	width: 100%;
}
.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitletxt{
	width: 32%;
    height: 45px;
    display: inline-block;
    text-align: left;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 37px;
    padding-left: 10px;
    vertical-align: middle;
	
	width:100%;
	text-align:center;
	margin-top: 20px;
	color:#fff;
}
.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo{
	width: 100%;
}
.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo ul{
	width: 100%;

}
.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo ul li{
	/*width: 100%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-bottom: 30px;
	list-style-type: none;*/
	width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-bottom: 30px;
    list-style-type: none;
    height: 40px;
	color:#fff;
}
.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo ul li:before {
    content: "\2022";     /*//圆点*/
    color: #333;       /*//颜色 */
    font-size: 24px;      /*   //大小*/
    padding-right: 10px;
	
	color: #fff; 
}




@media(max-width: 1200px){
	.kfys {
	    margin-top: 0px;
	}
	.kfys .kfyscontent .kfystitle .kfystitlexx .bigtitle {
	    width: 36%;
	}
	.kfys .kfyscontent .kfystitle .kfystitlexx .smtitle {
	    width: 40%;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitletxt {
	    width: 38%;
		
		width:100%;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo {
	    width: 92%;
		
		width:100%;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo ul {
	    width: 100%;
	    padding: 0;
	    margin: 0;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo ul li {
	    margin-bottom: 10px;
	    line-height: 30px;
		
		/*20240812*/
		margin-bottom: 10px;
		line-height: normal;
		float: left;
		height: auto;
	}

	
	
}
@media(max-width: 992px)
{

	.kfys .kfyscontent .kfystitle .kfystitlexx {
	    width: 62%;
	}
	.kfys .kfyscontent .kfystitle .kfystitlexx .bigtitle {
	    width: 28%;
	    font-size: 3rem;
	}
	.kfys .kfyscontent .kfystitle .kfystitlexx .smtitle {
    	width: 44%;
	    font-size: 1.6rem;
	}
	.kfys .kfyscontent .kfystitle .kfystitleline {
	    width: 12%;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle {
	    width: 100%;
	    margin-top: 40px;
	    text-align: center;
	    margin-bottom: 20px;
		
		margin-top: 15px;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitletxt {
	    width: 50%;
		
		width: 100%;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo ul li {
	    margin-bottom: 10px;
	    line-height: 25px;
	    font-size: 1.6rem;
	}
}
@media(max-width: 767px){
	.kfys {
	    width: 100%;
	    float: left;
	    clear: both;
	    margin-top: 0px;
	    padding-bottom: 20px;
	}
	.kfys .kfyscontent .kfystitle .kfystitlexx {
	    width: 100%;
	    text-align: center;
	}
	.kfys .kfyscontent .kfystitle .kfystitlexx .bigtitle {
	    width: 100%;
	    text-align: center;
	    font-size: 2.4rem;
	    /*line-height: 0px;*/
	}
	.kfys .kfyscontent .kfystitle .kfystitlexx .smtitle {
	    width: 100%;
	    font-size: 1.6rem;
	    text-align: center;
		
		margin-right: 0;
		margin-top: -10px;
	}
	.kfys .kfyscontent .kfystitle .kfystitleline {
	    width: 100%;
	    display: none;
	}
	.kfys .kfyscontent .kfysxx ul li {
	    width: 100%;
	    float: left;
	    display: block;
	    margin-right: 10px;
	    padding:0;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle {
	    margin-top: 10px;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitlepic {
	    width: 6%;
	    display: inline-block;
		
		width: 18%;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitletxt {
	    width: 50%;
	    font-size: 1.8rem;
	    line-height: 46px;
		
		
		width: 100%;
		margin-top: 0px;
		padding-left: 0;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo {
	    width: 60%;
	    margin: 0 auto;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo ul li {
	    margin-bottom: 10px;
	    line-height: 25px;
	    font-size: 1.4rem;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo {
	    width: 90%;
	    margin: 0 auto;
		
		width: 100%;
	}
}





