/* p1p1p1p1p1 */
.p1 .banner .anniu { 
    position: relative;
}
.banner .anniu .anniu_left {
    position: absolute;
    top: 144px;
    left: 90px;
    width: 600px;
}

.anniu {
	width: 100%;
	height: 229px;
	margin: 0 auto;
	background: url(../images/bsfw-bg1.png) no-repeat left bottom / 100%, #fff;
	margin-top: 0px;
	position: relative;

}

.anniu_left_1 {
    float: left;
    margin-right: 80px;
}
.anniu_left_1 img,.anniu_right1 img{
    margin-right: 8px;
}

.anniu_left_1 a,.anniu_right1 a{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
}
.anniu_right1 {
    float: left;
    margin-right: 80px;
}
.banner .anniu .anniu_right {
    position: absolute;
    top: 64px;
    right: 15px;

}

/* p2p2p2p2p2 */
.bsfw_title1 {

}
.bsfw_title1 a {
    width: 120px;
    display: inline;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    color: #333333;
    line-height: 20px;
    font-size: 18px;
    margin-left: 0px;
	font-weight:600
}
.bsfw_title1 a.current{
	background-color: #2d8fff;
    color: #ffffff;
}
.bsfw_title1 a+a{
   margin-left: 10px;
}

.bmfw {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.bmfw div {
    width: 18%;
    text-align: center;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    background-size: 100% 100%;
    color: #333333;
    font-weight: bold;
    transition: 0.15s;
    min-height: 60px;
    margin-right: 23px;
}
.bmfw div a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bmfw div:hover {
    background: url(../images/current.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.bmfw div a:hover {
    color: #fff;
}
.p3images {
    margin-top: 15px;
}
.where {
    padding: 0 20px;
}
/* p3p3p3p3 */
.p3 {
    margin-bottom: 0px;
}
@media (min-width: 1200px) {
.p3 {
     height: auto; 
}

}
@media (max-width: 768px) {
    .zwfw1 {
        display: none;
    }
.bmfw div {
    width: 49%;
    margin-right: 3px;
}
.p3images img {
 width: 100%;
 margin-bottom: 10px;
}
.anniu {
    height: 150px;
    background: url(../images/bsfw-bg2.png) no-repeat left bottom / 100%, #fff;
}
.banner .anniu .anniu_left {
    position: absolute;
    top: 107px;
    left: 20px;
    width: 586px;
}
.anniu_left_1 {
    float: left;
    margin-right: 8px;
}
.anniu_left_1 img, .anniu_right1 img {
    margin-right: 0px;
    width: 15px;
}
.anniu_right1 {
    float: left;
    margin-right: 68px;
    background: rgba(114,177,255,0.8);
    width: 83px;
    padding: 3px 5px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
}
.anniu_left_1 a, .anniu_right1 a {
    font-size: 14px;

}
.anniu_left_1 {
    float: left;
    margin-right: 15px;
    background: rgba(114,177,255,0.8);
    width: 96px;
    padding: 3px 5px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
}
}

.anniu_left_1:hover img {
	animation: rotate 0.7s;
}
.anniu_right1:hover img {
	animation: rotate 0.7s;
}
@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes rotate {
	0% {
		transform: rotateY(0);
	}
	100% {
		transform: rotateY(360deg);
	}
}
.p3images img {transition: all 0.2s ease 0s;}
.p3images a:hover img { transform: scale(1.02); }

.p3 img {transition: all 0.3s ease 0s;}
.p3 a:hover img { transform: scale(1.03); }

@media(max-width:768px){
	.p2 .bsfw_title1{
	margin-bottom:10px
}
.p2 .bsfw_title1 a{
	display:block;
	float:left;
	width:48%
}
.p2 .bsfw_title1 a:nth-child(3),.p2 .bsfw_title1 a:nth-child(5){
	margin-left:0px
}
.p2 .bsfw_title1 a:nth-child(2),.p2 .bsfw_title1 a:nth-child(4){
	margin-left:2%
}
}