.bread .area{
    height: 60px;
    display: flex;
    align-items: center;
}
.bread .area img{
    margin-right: 10px;
}
.bread{
    border-bottom: 1px solid #d5d5d5;
    color: #666666;
}
.yyfa{
    margin-top: 60px;
    overflow-x: hidden;
}
.faitem .block{
    cursor: pointer;
    width: 32%;
    border: solid 2px #f0f0f0;
    transition: all .3s;
    margin: 0 .647%;
    margin-top: 26px;
}
.faitem .block .desc{
    padding: 36px 29px;
}
.faitem .block .desc .tit{
    font-size: 18px;
	line-height:18px;
	letter-spacing: 1px;
	color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faitem .block .desc h4{
    font-weight: bold;
    transition: all .3s;
}
.faitem .block .desc .icon{
    font-size: 27px;
    transition: all .3s;
}
.faitem .block .desc .line{
    width: 100%;    
    height: 2px;
	background-color: #f0f0f0;
    margin-top: 20px;
    margin-bottom: 18px;
}
.faitem .block .desc .ywbt{
    font-size: 14px;
    line-height: 14px;
    transition: all .3s;
	color: #666666;
}
.faitem .block .img{
    max-height: 315px;
}
.faitem .block .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.faitem .block:hover .desc h4,.faitem .block:hover .desc .ywbt,.faitem .block:hover .desc .icon{
    color: #00428e;
}
.yyfa .faitem{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px;
}
.faitem .block:hover{
    transform: translateY(-8px);
}
.facontent {
    margin-top: 60px;
}
.facontent .xqtit h4{
    font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	color: #1d2e5c;
}
.facontent .xqtit{
    padding-bottom: 33px;
    border-bottom: 1px solid #bfbfbf;
}
.listxq .bt{
    display: flex;
    align-items: center;
}
.listxq .bt h5{
    font-size: 17px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #333333;
}
.listxq .yd{
    width: 7px;
	height: 7px;
    border-radius: 100%;
    margin-right: 7px;
	background-color: #00428e;
}
.facontent .listxq{
    padding-top: 36px;
}
.facontent .listxq .p1{
    font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #333333;
    margin-top: 15px;
}
.facontent .listxq .item{
    margin-bottom: 50px;
    overflow: hidden;
}
.facontent .boxinit{
    display: flex;
    margin: 0 -1.25%;
    margin-top: 25px;
}    
.facontent .boxinit .xbox {
    transition: all .3s;
    margin: 0 1.25%;
    width: 22.5%;
    cursor: pointer;
}

.facontent .boxinit .xbox .img{
    padding: 32px 35px;
    border: solid 1px #f0f0f0;
    max-height: 254px;
}
.facontent .boxinit .text{
    font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #333333;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
	box-shadow: 0px 1px 7px 0px 
		rgba(0, 0, 0, 0.05);
        transition: all .3s;
}
.facontent .listxq .xbox:hover{
    background-color: #00428e;
}
.facontent .listxq .xbox:hover .img{
    border-bottom: 2px solid #fff;
}
.facontent .listxq .xbox:hover .text{
    background-color: #00428e;
    color: #ffffff;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .faitem .block .desc {
        padding: 30px 25px;
    }
    .yyfa {
        margin-top: 50px;
        overflow-x: hidden;
    }
    .faitem .block{
        margin-top: 15px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .faitem .block .desc {
        padding: 25px 15px;
    }
    .yyfa{
        margin-top: 45px;
    }
    .faitem .block{
        margin-top: 15px;
    }
    .faitem .block .desc .line {
        margin-top: 16px;
        margin-bottom: 12px;
    }
    .facontent .boxinit .xbox .img {
        padding: 10px;
        border: solid 1px #f0f0f0;
        max-height: 214px;
    }
    .facontent .boxinit .text{
        font-size: 14px;
        line-height: 14px;;
        height: 45px;
    }
    .facontent .listxq .item{
        margin-bottom: 40px;
    }
    .facontent .xqtit h4 {
        font-size: 22px;
        line-height: 22px;
    }
    .facontent .xqtit {
        padding-bottom: 20px;;
    }
    .facontent {
        margin-top: 45px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .faitem .block .desc {
        padding: 16px 10px;
    }
    .yyfa{
        margin-top: 30px;
    }
    .faitem .block{
        width: 48.5%;
        margin: unset;
        margin-top: 15px;
    }
    .faitem .block .desc .line {
        margin-top: 16px;
        margin-bottom: 12px;
    }
    .yyfa .faitem{
        margin: unset;
        justify-content: space-between;
    }
    .faitem .block .desc .icon {
        font-size: 20px;
        transition: all .3s;
    }
    .faitem .block .desc .tit{
        font-size: 16px;
        line-height: 16px;
    }
    .bread .area{
        height: 45px;
    }
    .bread span,.faitem .block .desc .ywbt{
        font-size: 12px;
    }
    .faitem .block .desc h4{
        font-size: 14px;
    }
    .facontent .boxinit{
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: space-between;
    }
    .facontent .listxq{
        padding-top: 20px;
    }
    .facontent .listxq .item{
        margin-bottom: 20px;
    }
    .facontent .boxinit .xbox{
        width: 47.5% !important;
        margin: unset !important;
        margin-bottom: 10px;
    }
    .facontent .boxinit .xbox .img{
        padding: 10px;
    }
    .facontent .boxinit .text {
        font-size: 12px;
        line-height: 12px;
        height: 40px;
    }
    .facontent .xqtit h4 {
        font-size: 18px;
        line-height: 18px;
    }
    .facontent .xqtit {
        padding-bottom: 15px;;
    }
    .facontent {
        margin-top: 30px;
    }
    .mybanner img{
        display: none;
    }
    .mybanner {
        height: 210px;
        background-position: 20%;
        background-repeat: no-repeat;
        background-size: cover;
    }
}