#content{
    width: 1200px;
    margin: 30px auto;
}
#content>div{
    width: 100%;
}
.infomation_one{
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.one_image{
    width: 32% !important;
    position: relative;
    margin-bottom: 20px;
}
.one_image:nth-of-type(6n),.one_image:first-of-type{
    width: 66% !important;
}
.one_image img{
    width: 100%;
    height: 100%;
}
.hove_title{
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    line-height: 297px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    display: none;
    z-index: 100;
}
/* .one_image span{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 18px;
    background-color: black;
    color: white;
    padding: 5px 10px;
    z-index: 100;
} */
#infomation_one_bottom,#infomation_two_bottom{
    border: 2px solid #c4c3d4;
    border-radius: 5px;
    color: #c4c3d4;
}
#infomation_one_bottom p,#infomation_two_bottom p{
    width: 100%;
    text-align: center;
    padding: 10px;
    letter-spacing: 2px;
}
#two_header{
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 30px;
}
#two_header>img{
    width: 60%;
}
#two_header_list{
    width: 37%;
    font-size: 22px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
}
#two_header_list ul{
    width: 100%;
    margin-top:  50px;
}
#two_header_list ul li{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    letter-spacing: 2px;
    line-height: 35px;
}
.jiantou{
    display: inline-block;
    vertical-align: middle;
    /* margin-top: 6px; */
}
#two_content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#two_content img{
    width: 49%;
}
#two_content .title_tag{
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}
#three_header{
    background: url('../images/0000.png') no-repeat;
    color: white;
    width: 100%;
    display: flex;
    justify-content: space-around;
    /* padding: 20px 0 10px; */
    padding: 60px 0 40px;
}
.propertyTit{
	height: 70px;
	margin-top: 30px;
	border-bottom: 2px solid #F9EFE3;
	position: relative;
	line-height: 70px;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight:bold;
    color:#51508B;
	text-align: center;
}
.propertyTit img{
	position: absolute;
	bottom: -2px;
	left: 50%;
    margin-left: -40px;
}
.icon_title{
    width: 12%;
    margin: 50px 0;
    text-align: center;
    line-height: 40px;
}
#three_card{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.card{
    width: 18%;
    border: 2px solid #c8c8c8;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
}
.card p:first-of-type{
    font-size: 60px !important;
    font-weight: 600;
    letter-spacing: 5px;
}
.card p:nth-of-type(2),.card p:nth-of-type(3){
    font-weight: 600;
}
.card img{
    width: 30%;
    margin: 20px auto;
}
.card .last_desc_p{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
}
#swiper_list{
    width: 100%;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}
#swiper_list .swiper_fubox{
    width: 100%;
    position: relative;
}
#swiper_list .swiper_fubox .swiper-container{
    width: 90%;
    height: 340px !important;
}
#swiper_list img{
    width: 100%;
}
.swiper_tag{
    font-size: 22px;
    font-weight: 600;
    /* margin-left: 5%; */
    text-align: center;
    margin-bottom: 30px;
}