body,p,dl,dd,ul,ol,li,div,h1,h2,h3,h4,h5,h6,form,input,table,tr,td{
	margin:0;
	padding:0;
}
body,html{
    overflow-x: hidden;
}
body{
	font-family: "微软雅黑",Arial;
    background-color: #f7f7f7;
}
ul,ol{
	list-style:none;
}
img{
	border: 0;
}
a{
	text-decoration: none;
}
/* header */
header{
    width: 100%;
    position: relative;
}
.nav{
    width: 100%;
    height: 156px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 3;
}
.nav .a{
    width: 300px;
    height: 50px;
}
.nav_title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_title li{
    margin-left: 35px;
}
.nav_title li a{
    color:white;
    /* border-bottom:2px solid red; */
    display: inline-block;
    padding-bottom:5px;
}
.nav_title li:nth-child(1) a{
    border-bottom:2px solid red !important;
}
.nav2{
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 2;
    background-color: #D24351;
    opacity: 0;
}
.nav2 .aa{
    width: 300px;
    height: 50px;
}
.nav2_title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav2_title li{
    margin-left: 35px;
}
.nav2_title li a{
    color:white;
    /* border-bottom:2px solid red; */
    display: inline-block;
    padding-bottom:5px;
}
.nav2_title li:nth-child(1) a{
    border-bottom:2px solid red !important;
}
.hide{
    position: relative;
    display: none;
}
.hide_smile{
    position: absolute;
    top: 30px;
    right: 15px;
    /* background-color: #8995a2; */
    display: none;
}
.nav3_title{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width:100px;
    height: 125px;
}
.nav3_title li{
    margin-left: 35px;
}
.nav3_title li a{
    color:white;
    /* border-bottom:2px solid red; */
    display: inline-block;
    padding-bottom:5px;
}
.nav3_title li:nth-child(1) a{
    border-bottom:2px solid red !important;
}
.yes2{
    position: absolute;
    top: 0;
    right:0;
    display: none;
}
.yes4{
    position: absolute;
    top: 0;
    right:0;
    display: none;
}
.hs2{
    /* background-color:rgba(3, 3, 3, 0.2); */
    z-index: 3;
}
/* leads */
.leads{
    width:71.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 170px;
}
.leads p{
    font-size: 54px;
    color:#de0e19;
    font-family:宋体;
    font-style: italic;
}
.leads_a{
    width: 230px;
    height: 5px;
    background-color:#de0e19;
    border-radius:2px;
}
/* offer */
.offer{
    width:71.5%;
    margin: 0 auto;
}
.offer_title{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.title_one{
    margin-bottom: 80px;
}
.offer_title span{
    font-size: 48px;
    color:#E11F26;
}
.white_span span{
    color:white;
}
.offer_title p{
    width: 90px;
    height: 4px;
    background-color: #3c464f;
    border-radius:2px;
    margin-top: 20px;
}
.offer_center{
    width:100%;
    /* height: 500px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.house{
    width: 29.4%;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.house li:nth-child(2){
    font-size:22px;
    color:black;
    line-height: 40px;
}
.house li:nth-child(3){
    font-size:16px;
    color:#292929;
    line-height: 30px;
}
.house li:nth-child(4){
    font-size:16px;
    color:#292929;
    line-height: 30px;
}
.house li:nth-child(5){
    font-size:16px;
    color:#292929;
    line-height: 30px;
}
/* about */
.about{
    width: 100%;
    height: 750px;
    margin: 110px auto 0;
    background: url(../img/aboutbackground.png);
    padding-top: 170px;
}
.text{
    width:100%;
    text-align: center;
    margin-top: 90px;
}
.text li{
    font-size: 14px;
    color:#FFFFFF;
    line-height: 30px;
}
.about_center{
    width:55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:160px auto 0;
}
.red_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.red{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0px 0px 5px 3px #d4d3d3; */
}
.red li:nth-child(2){
    font-size:16px;
    color:white;
    font-weight: 600;
    line-height: 50px;
    margin-top: 10px;
}
.red li:nth-child(3){
    font-size:14px;
    color:white;
    line-height: 28px;
}
.red li:nth-child(4){
    font-size:14px;
    color:white;
    line-height: 28px;
}
.red li:nth-child(5){
    font-size:12px;
    color:white;
    line-height: 22px;
}
/* event */
/* .craig{
    width: 100%;
    height: 800px;
} */
.event{
    width: 74.1%;
    margin: 110px auto 0;
}
.event_banner{
    width: 100%;
    height: 400px;
    /* background-color: #e0e1e4; */
    display: flex;
    justify-content: center;
    align-items: center;
}
/* contact */
.contact{
    width:100%;
    height: 400px;
    background: url(../img/HomeContact.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.con_cen{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.con_cen li:nth-child(1){
    /* font-weight: 600; */
    font-size: 50px;
    color:white;
}
.con_cen li:nth-child(2){
    font-size: 20px;
    color:white;
    margin-top: 15px;
}
.con_cen li:nth-child(3){
    width: 255px;
    height: 52px;
    background-color: #de0e19;
    border-radius:5px;
    text-align: center;
    line-height: 52px;
    margin-top: 35px;
    background-image: linear-gradient(to right, #ec0a7d , #e4ab71);
}
.con_cen li:nth-child(3) a{
    font-size: 24px;
    /* font-weight: 600; */
    color: white;
}
/* footer */
footer{
    width: 100%;
    height: 200px;
   /* background-color: #1f2227; */
    border-top:1px solid #44474b;
    border-bottom:1px solid #44474b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_box{
    width:71.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box_left li img{
    width: 200px;
}
.box_left li:nth-child(2){
    font-size: 14px;
    color:#9e9fa0;
    margin-top: 10px;
}
.box_footer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_middle{
    margin-right: 100px;
}
.box_middle li{
    line-height: 35px;
}
.box_middle li a{
    font-size: 14px;
    color:#8995a2;
}
.box_right li{
    width: 140px;
    line-height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box_right li img{
    width: 15px;
    height: 15px;
}
.box_right li span{
    font-size: 14px;
    color:#8995a2;
}
.box_right li:nth-child(1) span{
    display: inline-block;
    margin-right: 40px;
}
.box_right li:nth-child(2) span{
    display: inline-block;
    margin-right: 43px;
}
.box_right li:nth-child(3) span{
    display: inline-block;
    margin-right: 60px;
}
.box_right li:nth-child(4) span{
    display: inline-block;
    margin-right: 50px;
}
/* swiper */
.swiper1 img{
    width: 100%;
}
.swiper2 .enen{
    width: 80%;
    height: 320px;
}
.swiper2{
    display:flex;
    justify-content: space-around;
    align-items: center;
    width: 1500px;
    padding-left: 4.6% !important;
}
.box_big{
    width: 88%;
    text-align: center;
    /* position: relative; */
    margin-top: -21px;
    /* box-shadow: 0px -3px 0px 2px #afadad; */
}
.box_big_img{
    width: 19px;
    height: 12px;
    margin-right: 20px;
}
.bbi2{
    margin-left: 65px;
}
.swiper_box{
    width: 91%;
    height: 50px;
    background-color: rgb(214, 212, 212);
    margin-top: -4px;
    text-align: center;
    line-height: 50px;
    color:#464343;
    font-size: 14px;
}
.box_big p{
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
.swiper2 .swiper-wrapper{
    margin:0 32px;
}
.swiper3{
    width: 90%;
    margin: 0 auto;
    display: none;
}
.swiper-slide{
    width: 100%;
}
.swiper3 .pic{
    width: 100%;
    height: 320px;
}
.swiper3_box{
    width: 114%;
}
@media all and (max-width: 1700px){
    .offer_center{
        display: flex;
        flex-direction: column;
    }
    .house{
        width: 60%;
        margin-bottom: 30px;
    }
    .house:nth-of-type(3){
        margin-bottom: 0px;
    }
}
@media all and (max-width: 1600px){
    .about_center{
        display: flex;
        flex-direction: column;
    }
}
@media all and (max-width: 1100px){
    .leads{
        width: 90%;
    }
    .offer{
        width:90%;
    }
    .about{
        width: 90%;
    }
    .footer_box {
        width: 90%;
        display: flex;
        justify-content: space-between;
    }
    .red{
        width: 40%;
    }
}
@media all and (max-width: 1000px){
    .leads_a{
        display: none;
    }
    .leads{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .red_box{
        display: flex;
        flex-direction: column;
    }
    .red{
        margin-bottom: 50px;
    }
    .con_cen{
        width: 90%;
    }
}
@media all and (max-width: 700px){
    .even_title{
        margin-top: 30px;
    }
    .about_center{
        width: 100%;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .offer{
        width: 100%;
    }
    .house{
        width:80%;
    }
    .leads{
        width: 100%;
    }
    .offer{
        width:100%;
    }
    .about{
        width: 100%;
        height: auto;
        padding-top: 30px;
        background: url(../img/small.png);
        margin: 50px auto 0;
    }
    .leads p{
        font-size: 46px;
    }
    .offer_title{
        margin-bottom: 20px;
    }
    .offer_title span{
        font-size: 34px;
    }
    .con_cen li:nth-child(1) {
        font-weight: 600;
        font-size: 34px;
        color: white;
    }
    .con_cen li:nth-child(3) {
        width: 190px;
        height: 45px;
        background-color: #de0e19;
        border-radius: 5px;
        text-align: center;
        line-height: 45px;
        margin-top: 35px;
    }
    .con_cen li:nth-child(3) a{
        font-size: 18px;
        font-weight: 600;
        color: white;
    }
    .nav_title{
        display: none;
    }
    .nav2_title{
        display: none;
    }
    .title_one{
        margin: 50px auto 0px;
    }
}
@media all and (max-width: 600px){
    footer{
        height: 300px;
    }
    .footer_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media all and (max-width: 530px){
    .leads p {
        font-size: 26px;
    }
    .offer_title span {
        font-size: 26px;
    }
    .leads {
        height: 100px;
    }
    .red {
        width: 80%;
    }
    .house {
        width: 90%;
    }
    .box_footer{
        display: none;
    }
    footer {
        height: 100px;
    }
    .contact{
        height: 250px;
    }
    .swiper2{
        display: none;
    }
    .swiper3{
        display: block;
    }
    .event{
        width: 100%;
        margin-top: 0;
    }
    .nav{
        height: 70px;
    } 
    .nav2{
        height: 70px;
    } 
    .nav .a{
        width: 150px;
        height: auto;
    }
    .box_left li img {
        width: 150px;
        height: auto;
    }
    .nav2 .aa{
        width: 245px;
        height: 40px;
    }
    .text{
        width: 95%;
        margin: 0 auto;
    }
    .hide{
        display: block;
    }
    .house {
        height: 280px;
        margin-bottom: 0px;
    }
    .house li:nth-child(2){
        font-size:18px;
        color:#de0e19;
        line-height: 40px;
    }
    .house li:nth-child(3){
        font-size:14px;
        color:#292929;
        line-height: 30px;
    }
    .house li:nth-child(4){
        font-size:14px;
        color:#292929;
        line-height: 30px;
    }
    .house li:nth-child(5){
        font-size:14px;
        color:#292929;
        line-height: 30px;
    }
    .con_cen li:nth-child(2) {
        font-size: 14px;
        color: #aeafb3;
        margin-top: 10px;
    }
    .nav2{
        display: none !important;
    }
    .red{
        margin-bottom: 20px;
    }
    .red li:nth-child(3){
        font-size:15px;
    }
    .red li:nth-child(4){
        font-size:15px;
    }
    .red li:nth-child(5){
        font-size:15px;
    }
    .text li {
        font-size: 15px;
    }
    .event_banner{
        margin: 20px auto;
    }
}
@media all and (max-width: 360px){
    .house{
        width: 94%;
    }
}

