.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: 60%;
	display: inline-block;
	text-align: left;
	font-size: 48px;
	font-family: arial;
	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: arial;
	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%;

}
.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: arial;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    padding-top: 10px;
}
.sjfw .sjfwcontent .sjfwxx ul li .sjfwinfo .bottsjfwinfo p{
	width: 100%;
	margin:0 auto;
	line-height: 30px;
}
.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: 70%;
	}
	.sjfw .sjfwcontent .sjfwtitle .sjfwtitlexx .smtitle {
	    width: 26%;
	}
	.sjfw .sjfwcontent .sjfwxx ul li {
	    margin-right: 16px;
	}
}
@media(max-width: 992px)
{
	.sjfw .sjfwcontent .sjfwtitle .sjfwtitlexx {
	    width: 100%;
	}
	.sjfw .sjfwcontent .sjfwtitle .sjfwtitlexx .bigtitle {
	    width: 100%;
    text-align: center;
	    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: 100%;
	}
	.sjfw .sjfwcontent .sjfwtitle .sjfwtitleline p {
	    width: 60%;
	}
	.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;
	}
	.sjfw .sjfwcontent .sjfwxx ul li .sjfwinfo .bottsjfwinfo {
		font-size: 1.4rem;
	    padding-bottom: 20px;
	}
	.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: 80%;
	display: inline-block;
	text-align: left;
	font-size: 48px;
	font-family: arial;
	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: arial;
	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;
}
.kfys .kfyscontent .kfysxx ul{
	width: 100%;
	padding: 0;
    margin: 0;
}
.kfys .kfyscontent .kfysxx ul li{
	width: 32%;
	float: left;
	display: inline-block;
	margin-right: 10px;

}
.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;
}
.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitlepic{
	width: 13%;
	display: inline-block;
}
.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitlepic img{
	width: 100%;
}
.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitletxt{
	width: 64%;
    height: 45px;
    display: inline-block;
    text-align: left;
    font-size: 24px;
    font-family: arial;
    font-weight: 400;
    color: #333333;
    line-height: 37px;
    padding-left: 10px;
    vertical-align: middle;
}
.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: arial;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-bottom: 30px;
	list-style-type: none;*/
	width: 100%;
    font-size: 16px;
    font-family: arial;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-bottom: 30px;
    list-style-type: none;
    height: auto;
}
.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo ul li:before {
    content: "\2022";     /*//圆点*/
    color: #333;       /*//颜色 */
    font-size: 24px;      /*   //大小*/
    padding-right: 10px;
}




@media(max-width: 1200px){
	.kfys {
	    margin-top: 0px;
	}
	.kfys .kfyscontent .kfystitle .kfystitlexx .bigtitle {
	    width: 100%;
	}
	.kfys .kfyscontent .kfystitle .kfystitlexx .smtitle {
	    width: 40%;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitletxt {
	    width: 100%;
	    text-align: center;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo {
	    width: 92%;
	}
	.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;
	    height: auto;
	}

	
	
}
@media(max-width: 992px)
{

	.kfys .kfyscontent .kfystitle .kfystitlexx {
	    width: 100%;
	}
	.kfys .kfyscontent .kfystitle .kfystitlexx .bigtitle {
	    width: 100%;
    	font-size: 3rem;
    	text-align: center;
	}
	.kfys .kfyscontent .kfystitle .kfystitlexx .smtitle {
    	width: 44%;
	    font-size: 1.6rem;
	}
	.kfys .kfyscontent .kfystitle .kfystitleline {
	    width: 100%;
	}
	.kfys .kfyscontent .kfystitle .kfystitleline p {
	    width: 60%;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle {
	    width: 100%;
	    margin-top: 40px;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitletxt {
	    width: 100%;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo ul li {
	    margin-bottom: 10px;
	    line-height: 25px;
	    height: auto;
	    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;
	}
	.kfys .kfyscontent .kfystitle .kfystitleline {
	    width: 100%;
	    display: none;
	}
	.kfys .kfyscontent .kfysxx ul li {
	    width: 100%;
	    float: left;
	    display: block;
	    margin-right: 10px;
	    padding:0;
	    margin-bottom: 30px;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle {
	    margin-top: 10px;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitlepic {
	    width: 6%;
	    display: inline-block;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysinfotitle .kfystitletxt {
	    width: 84%;
	    font-size: 1.8rem;
	    line-height: 46px;
	    text-align: left;
	}
	.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;
	    height: auto;
	    font-size: 1.4rem;
	}
	.kfys .kfyscontent .kfysxx ul li .kfysinfo .kfysxxinfo {
	    width: 90%;
	    margin: 0 auto;
	}
}





