*{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none; 
    list-style-type: none;
}
html,body{
    width: 100%;
    height: auto;
}
header{
    width: 100%;
    height: 80px;
}
.head{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.head-left{
    width: 50%;
    height: 40px;
    margin: 20px 0;
}
.head-left img{
    width: auto;
    height: 100%;
}
.head-right{
    width: 50%;
    height: 40px;
    margin: 20px 0;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    color: #333333;
}
section{
    width: 100%;
    height: auto;
}
/* .select{
    padding-bottom: 5px;
    border-bottom: 2px solid #007CB7;
    color: #172738!important;
    font-weight: 500!important;
} */
.base{
    width: 100%;
    height: auto;
}
.base:last-child{
    padding-bottom: 50px;
}
.base .banner{
    position: relative;
}
 /*上下页按钮*/
 .base #leftBtn {
    /*样式隐藏*/
	display: none;
	position: absolute;
	left: 50px;
	height: 50px;
	top:calc(50%);
}
.base #rightBtn {
	display: none;
	position: absolute;
	height: 50px;
	right: 50px;
	top:calc(50%);
}
.base .points{
    position: absolute;
    bottom: 20px;
    left: calc(47%);
}
/* 按钮的样式 */
.base .points span{
	display:  block;
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 15px;
	border-radius: 25px;
	/* 设置圆角 */
}
.base .normal{
    background-color: #E7E6E6;
}
   /* 设置高亮样式 即被点击时 */
.base .shover{
	background-color: #44A6D5;
}
.center{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.title{
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items:center;
}
.title span{
    font-size: 26px;
    color: #000000;
    padding: 10px 0;
}
.title img{
   width: 300px; 
   padding: 10px 0;
}
.title p{
    font-size: 16px;
    color: #8F8F8F;
    padding: 10px 0;
}
.content{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding-bottom: 60px;
}
.content .yzsjjfa{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap ;
}
.content .yzsjjfa li{
    width: 33%;
    position: relative;
}
.content .yzsjjfa li .text{
    width: 310px;
    height: 130px;
    position: absolute;
    left: 28px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.content .yzsjjfa li .text p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.content .yzsjjfa li .text span{
    color: #858585;
    font-size: 16px;
}
.content .xmsz{
    display: flex;
}
.content .xmsz .xmsz-left{
    width: 27%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.content .xmsz .xmsz-left .zi{
    text-align: left;
    display: flex;
    flex-direction: column;
}
.content .xmsz .xmsz-left .zi p{
    font-size: 24px;
    font-weight: bold;
}
.content .xmsz .xmsz-left .zi img{
    width: 100px;
    margin-bottom: 10px;
}
.content .xmsz .xmsz-left .zi span{
    color: #858585;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
}
.content .xmsz .xmsz-center{
    width: 46%;
}
.content .xmsz .xmsz-center img{
    width: 95%;
    height: auto;
}
.base .fwlc{
    background-image: url(../images/kflcbj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.fwlc .content img{
    width: 100%;
    height: auto;
    position: relative;
}
.content .fwlc-div{
    display: flex;
    flex-direction: column;
    position: absolute;
}
.fwlc-div .fwlc-top{
    display: flex;
    text-align: left;
    position: relative;
}
.fwlc-div li{
    width: 350px;
    height: 100px;
    color: #ffffff;
    position: relative;
    top: 45px;
    left: 32px;
}
.fwlc-div li::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.lxfs input{
    width:70%;
    height: 50px;
    border: 2px solid #DEDEDE;
    border-radius: 5px;
	margin: 10px 0;
}
.lxfs button{
    background-color: #357BF0;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    -ms-border-radius: 10px 0 10px 0;
    -o-border-radius: 10px 0 10px 0;
	margin: 10px 0;
}
#word{
    font-size: 16px;
    padding-top: 5px;
}
footer{
    width: 100%;
    height: auto;
    color: #ffffff;
}
.footer1{
    width: 25%;
    text-align: left;
}
.footer1 p{
    font-size: 18px;
    margin-bottom: 20px;
}
.footer1 span{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}