body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #000000;
}
p{
    margin: 0;
}
input{
    outline: none;
}
.hide{
    display: none !important;
}
.flex{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}
.flex_wrap{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.img100{
    display: block;
    width: 100%;
}
.pc_header_top{
    width: 100%;
    background: #F2F2F2;
    box-sizing: border-box;
    padding: 6px 0;
    border-bottom: 1px solid #dfdfdf;
}
.pc_header_top_content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.pc_header_top_content_left{
    width: 70%;
    display: flex;
    display: -webkit-flex;
}
.pc_header_top_content_left>a{
    font-size: 12px;
    color: #666;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 10%;
}
.pc_header_top_content_left>a>img{
    width: 20px;
    height: 20px;
    margin-right: 2px;
}
/*.pc_header_top_content_left>a:first-child::before{
    position: absolute;
    content: "";
    top:-2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/head_home.png") no-repeat center/100% 100%;
}
.pc_header_top_content_left>a:nth-child(2)::before{
    position: absolute;
    content: "";
    top:-2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/head_sq.png") no-repeat center/100% 100%;
}
.pc_header_top_content_left>a:nth-child(3)::before{
    position: absolute;
    content: "";
    top:-2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/head_job.png") no-repeat center/100% 100%;
}
.pc_header_top_content_left>a:nth-child(4)::before{
    position: absolute;
    content: "";
    top:-2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/head_love.png") no-repeat center/100% 100%;
}
.pc_header_top_content_left>a:nth-child(5)::before{
    position: absolute;
    content: "";
    top:-2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/head_house.png") no-repeat center/100% 100%;
}
.pc_header_top_content_left>a:nth-child(6)::before{
    position: absolute;
    content: "";
    top:-2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/head_phone.png") no-repeat center/100% 100%;
}*/
.pc_header_top_content_right{
    width: 30%;
}
.pc_header_top_content_right_login{
    display: flex;
    display: -webkit-flex;
    justify-content: right;
    align-items: center;
    font-size: 12px;
}
.pc_header_top_content_right_login>a{
    font-size: 12px;
    color: #666;
}
.pc_header_top_content_right_login>a:first-child{
    position: relative;
    padding-left: 22px;
    padding-right: 5px;
}
.pc_header_top_content_right_login>a:first-child::before{
    position: absolute;
    content: "";
    top:-2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/head_user.png") no-repeat center/100% 100%;
}
.pc_header_top_content_right_login>a:last-child{
    padding-left: 5px;
}
.pc_header_mid{
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 12px 0;
}
.pc_header_mid_content{
    width: 1200px;
    margin: 0 auto;
}
.pc_header_mid_content_info{
    display: block;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.pc_header_mid_content_info_left{
    width: 380px;
    display: block;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.pc_header_mid_content_info_left>img{
    width: 38%;

}
.pc_header_mid_content_info_left>div{
    width: 60%;
    box-sizing: border-box;
    border-left: 1px solid #cfcfcf;
    padding-left: 8px;
}
.pc_header_mid_content_info_left>div>div{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.pc_header_mid_content_info_left>div>div>img{
    width: 10%;
    margin-right: 4px;
}
.pc_header_mid_content_info_left>div>div>span{
    color:#D51938;
    font-size: 20px;
    font-weight: bolder;
}
.pc_header_mid_content_info_left>div>p{
    color: #666;
    font-size: 14px;
    margin-top: 4px;
}
.pc_header_mid_content_info_mid{
    width: 530px;
    display: flex;
    display: -webkit-flex;
    height: 36px;
    border:2px solid #D51938;
    font-size: 14px;
    background:#D51938;
}
.pc_header_mid_content_info_mid>select{
    width: 15%;
    border: none;
    background: #f9f9f9;
    padding-left: 14px;
    outline:none;
}
.pc_header_mid_content_info_mid>input{
    width: 70%;
    border: none;
    padding-left: 14px;
    outline:none;
}
.pc_header_mid_content_info_mid>a{
    width: 15%;
    height: 36px;
    line-height: 36px;
    background:#D51938;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}
.pc_header_mid_content_info_right{
    width: 200px;
}
.pc_header_mid_content_info_right>img{
    width: 100%;
}
.pc_footer{
    width: 100%;
    background: #eee;
    box-sizing: border-box;
    padding: 26px 0;
}

.pc_header_nav{
    width: 100%;
    background: #D51938;
    height: 40px;
}
.pc_header_nav_content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.pc_header_nav_content>a{
    height: 100%;
    line-height: 40px;
    padding: 0 18px;
    color: #FFFFFF;
    font-size: 16px;
}
.pc_header_nav_content>a.on{
    background: #AA142D;
}
.tonglan_adv_container{
    width: 1200px;
    margin: 0 auto;
}
.tonglan_adv{
    display: block;
    width: 100%;
    position: relative;
}
.tonglan_adv:not(:last-child){
    margin-bottom: 2px;
}
.tonglan_adv>img{
    width: 100%;
    height: 60px;
}
.tonglan_adv>span{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 26px;
    height: 16px;
    z-index: 12;
    background: url("../img/adv_label.png") 100% 0% no-repeat;
}
.container{
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;

}
.santonglan_adv_container{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.santonglan_adv{
    width: 325px;
    margin-bottom: 10px;
    margin-right: 8.33px;
    position: relative;
    box-sizing: border-box;
}
.santonglan_adv:nth-child(3n+3){
    margin-right: 0;
}
.santonglan_adv>img{
    width: 325px;
    height: 60px;
}
.santonglan_adv>span{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 26px;
    height: 16px;
    z-index: 12;
    background: url("../img/adv_label.png") 100% 0% no-repeat;
}
.layui-layer{
    top:40% !important;
}
.nav_top{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.nav_top>a{
    color: #808080;
    font-size: 12px;
    line-height: 50px;
    margin-right: 4px;
}
.pop{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.pop_box{
    width: 476px;
    border: 2px solid #dfdfdf;
    box-sizing: border-box;
    padding: 20px 10px 30px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 15%;
    position: relative;
}
.pop_del{
    position: absolute;
    top:10px;
    right: 10px;
    width: 21px;
    height: 21px;
}
.pop_box_title{
    font-size: 24px;
    color: #666;
    text-align: center;
}
.pop_box_item{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}
.pop_box_item>span{
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
}
.pop_box_item>input{
    width: 230px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
}
.pop_box_sub{
    width: 230px;
    height: 44px;
    line-height: 44px;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: #fc730e;
    text-align: center;
    font-size: 14px;
    display: block;
}
.pop_box_tip{
    font-size: 14px;
    color: #666;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.hide{
    display: none;
}
.adv_1200{
    width: 100%;
}
.adv_1200>a{
    display: block;
}
.adv_1200>a:not(:last-child){
    margin-bottom: 5px;
}
.adv_1200>a>img{
    width: 100%;
}
.guide_part{
    position: fixed;
    bottom: 200px;
    left: 50%;
    margin-left: 605px;
    z-index: 1000;
}
.guide_item{
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    background: #F4F4F4;
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
}
.guide_item:not(:last-child){
    margin-bottom: 5px;
}
.guide_item1{
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}
.guide_item4{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
}
.guide_item4>a{
    background:#D51938;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.guide_item2{
    width: 268px;
    height: 268px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.guide_item2>p{
    background:#D51938;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.guide_item3{
    background: #ffffff;
    border: 1px solid #DDDDDD;
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
}
.guide_item3::before{
    display: inline-block;
    height: 18px;
    width: 13px;
    border-left: 1px solid #ffffff;
    background: url("../img/icon_right.png") no-repeat center/100% 100%;
    position: absolute;
    right: -13px;
    top: 20px;
    content: "";
    box-sizing: border-box;
}
.guide_item3>img{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.guide_item3>p{
    text-align: center;
    font-size: 14px;
    color: #000;
    width: 130px;
    height: 14px;
    margin: 0 auto;
}
.nav_txt{
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.nav_txt>div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    height: 40px;
}
.nav_txt>div>a{
    color: #666;
}
.nav_txt.no_border{
    border-bottom: none !important;
    margin-bottom: 0 !important;
}
.hxypager {
    padding: 30px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}
.hxypager a{
    border: #eee 1px solid; padding: 10px;text-decoration: none;
}
.hxypager a:not(:last-child){
    margin-right: 5px;
}
.hxypager a:hover {
    border: #999 1px solid;
}
.hxypager a:active {
    border: #999 1px solid; COLOR: #666;
}
.hxypager .current {
    border: none;  padding: 10px;color: #fff;background: #DE0F1F;margin-right: 5px;
}
.hxypager .disabled {
    border: #eee 1px solid; COLOR: #ddd; padding: 10px;margin-right: 5px;
}
.hxypager input{
    padding:0;
    width: 30px;
    border: 1px solid #ccc;
}
.esf_header_nav{
    width: 100%;
    background: #D51938;
    height: 60px;
    box-sizing: border-box;
}
.esf_header_nav_content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.esf_header_nav_content_left{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.esf_header_nav_content_left>a{
    height: 100%;
    line-height: 60px;
    padding: 0 18px;
    color: #FFFFFF;
    font-size: 16px;
}
.esf_header_nav_content_left>a:first-child{
    padding-left: 0;
}
.esf_header_nav_content_left>a>img{
    height: 60px;
}
.esf_header_nav_content_left>a.on{
    background: #AA142D;
}
.esf_header_nav_content_right_login{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    color: #FFFFFF;
    padding-right: 16px;
}
.esf_header_nav_content_right_login>a{
    color: #FFFFFF;
    font-size: 14px;
}
.esf_header_nav_content_right_user{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    color: #FFFFFF;
    padding-right: 16px;
}
.esf_header_nav_content_right_user>img{
    width: 30px;
    border-radius: 50%;
    border: 1px solid #ffffff;
}
.esf_header_nav_content_right_user>a{
    color: #FFFFFF;
    font-size: 14px;
}
