.advert_type1{
    width: 1200px;
    height: 300px;
    margin-bottom: 5px;
}
.advert_type2{
    width: 1200px;
    height: 55px;
    margin-bottom: 5px;
}
.advert_type3{
    width:230px;
    height:172px;
    border-radius:4px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
.advert{
    position: relative;
}
.advert img{
    width: 100%;
    height: 100%;
    font-size: 0;
}

.advert i{
    color: #ffffff;
    background-color: rgba(0,0,0,0.4);
    font-size: 12px;
    width:40px;
    height:20px;
    display: block;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.advert_type1 .close{
    color: #ffffff;
    font-size: 12px;
    background-color: #EE4433;
    width:18px;
    height:55px;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    display: none;
}
#lamu{
    height: 0;
    overflow: hidden;
}
#lamu img{
    height: 300px;
    width: 1200px;
}
.replay{
    color: #ffffff;
    font-size: 12px;
    background-color: #EE4433;
    width: 18px;
    height: 55px;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    left: 50%;
    margin-left: 600px;
    cursor: pointer;
    display: none;
}
.close_lamu{
    color: #ffffff;
    font-size: 12px;
    background-color: #EE4433;
    width: 18px;
    height: 55px;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    left: 50%;
    margin-left: 600px;
    cursor: pointer;
    display: none;
}
.block1 .logo{
    width: 225px;
    height: 65px;
    vertical-align: middle;
    font-size: 0;
}
.search_block{
    display: inline-block;
    border: 1px solid #EE4433;
    height:50px;
    border-radius: 4px;
    vertical-align: middle;
    overflow: hidden;
}
.search_block > div{
    float: left;
    height: 50px;
}
.search_block .search_1{
    border-right: 1px solid #EE4433;
    background-color: #ffffff;
    line-height: 50px;
    width: 121px;
    text-align: center;
    font-size: 16px;
    color: #EE4433;
    cursor: pointer;
}
.search_block .search_1 i{
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 5px solid #EE4433;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.search_block .search_2 input{
    width: 300px;
    height: 50px;
    padding: 0 15px;
}
.search_block .search_3{
    width:120px;
    height:50px;
    background-color: #EE4433;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
}
.dtzf{
    display: inline-block;
    width:120px;
    height:50px;
    background:rgba(51,148,238,1);
    border-radius:4px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    margin-left: 5px;
}
.dtzf span{
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    padding-left: 4px;
    vertical-align: middle;
}
.qrcode{
    display: inline-block;
    vertical-align: middle;
    margin-left: 88px;
}
.qrcode img{
    width: 94px;
    height: 94px;
}
.qrcode ul{
    padding-top: 10px;
    padding-right: 7px;
}
.qrcode ul li{
    font-size: 14px;
    color: #999999;
    padding-bottom: 8px;
}
.qrcode ul li.on{
    color: #EE4433;
}
.block2{
    margin-top: 20px;
    position: relative;
    background:linear-gradient(0deg,rgba(238,68,51,1) 0%,rgba(255,105,90,1) 100%);
    background-color: #EE4433;
}
.block2 ul{
    overflow: hidden;
    height: 50px;

}
.block2 ul li{
    float: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    padding: 0 34px;
}
.block2 ul li a{
    color: inherit;
}
.block2 ul li.on{
    background-color: #EE4433;
}
.login_btn{
    width:120px;
    height:40px;
    background:rgba(255,134,122,1);
    border-radius:4px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 5px;
}
.logged_btn{
    height:40px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 5px;
}
.banner{
    position: relative;
}
.banner .banner_images{
    overflow: hidden;
    position: relative;
}
.banner .banner_images li{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .banner_images li.on{
    opacity: 1;
}
.banner .banner_images li a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner_btn{
    overflow: hidden;
    display: inline-block;
}
.banner_btn li{
    float: left;
    width:60px;
    height:8px;
    background: rgba(0,0,0,0.5);
    margin-left: 20px;
    cursor: pointer;
}
.banner_btn li:first-child{
    margin-left: 0;
}
.banner_btn li.on{
    background-color: #EE4433;
}
.main_tags{
    overflow: hidden;
}
.main_tags li{
    float: left;
    border-right: 1px dashed #E0E0E0;
    padding-right: 20px;
    padding-left: 20px;
    height:64px;
    padding-top: 8px;
}
.main_tags li > div{
    display: inline-block;
    vertical-align: middle;
}
.main_tags .red_tag{
    color: #EE4433;
    font-size:28px;
}
.main_tags span{
    color: #333333;
    font-size: 14px;
    margin-left: 20px;
}
.main_tags span a{
    color: inherit;
}
.block3{
    padding-top: 30px;
}
.block_menu{
    margin-top: 30px;
    height:50px;
    background:rgba(243,243,243,1);
    border-radius:4px;
    line-height: 50px;
    position: relative;
}
.block_menu .main_menu{
    color: #EE4433;
    font-size: 24px;
    width: 230px;
    padding-left: 16px;
    float: left;
}
.block_menu .second_menu {
    overflow: hidden;
    float: left;
}
.second_menu li {
    float: left;
    font-size: 14px;
    color: #999393;
    line-height: 48px;
    width: 76px;
    text-align: center;
    cursor: pointer;
}
.second_menu li.on{
    color: #EE4433;
    font-size: 14px;
    border-bottom: 2px solid #EE4433;
}
.lp_menu_right a{
    color: #999393;
}
.block_wrap{
    padding-top: 10px;
    overflow: hidden;
}
.house_left{
    width:230px;
    height:452px;
    background:rgba(250,250,250,1);
    border-radius:4px;
    padding-top: 10px;
}
.label_type1{
    font-size: 16px;
    color: #ffffff;
    background-color: #EE4433;
    display: inline-block;
    position: relative;
    padding: 2px 10px;
}
.label_type1 i{
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #EE4433 transparent transparent;
    position: absolute;
    left: -14px;
    top: 4px;
}
.house_left dl{
    overflow: hidden;
    padding-left: 9px;
}
.house_left dl dd{
    float: left;
    color: #666666;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 9px;
}
.house_left dl .line{
    width:2px;
    height:10px;
    background-color: #808080;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.clear_left{
    clear: left;
}
.pd_26{
    padding-top: 26px;
}
.new_house_center{
    min-width: 740px;
    min-height: 458px;
}
.new_house_center ul{
    overflow: hidden;
    width: 740px;
    padding-left: 10px;
    display: none;
}
.new_house_center ul li{
    float: left;
    width:232px;
    height:220px;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 6px 0px rgba(224,224,224,1);
    border-radius:4px;
    margin-left: 12px;
    margin-bottom: 12px;
}
.image_preview{
    width:232px;
    height:130px;
    border-radius:4px 4px 0px 0px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-size .3s ease;
    transition: background-size .3s ease;
}
.image_preview:hover{
    background-size: 120%;
}
.image_preview .text_mask{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    height:40px;
    line-height: 40px;
    width: 100%;
    padding: 0 5px;
    font-size: 14px;
    color: #ffffff;
}
.image_preview .text_mask .price span{
    color: #EE4433;
}

.project_wrap{

}
.project_wrap .word{
    font-size: 12px;
    color: #4D4D4D;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btns{
    font-size: 12px;
}
.btns{
    padding-top: 8px;
    height: 34px;
    overflow: hidden;
}
.btns span{
    padding: 5px 10px;
    display: inline-block;
}
.project_wrap{
    padding: 10px 10px 5px 10px;
}
.btns .project_state{
    background-color: #0EBF8F;
    color: #ffffff;
}
.btns .project_state.color2{
    background-color:#0E61BF;
}
.btns .project_state.color3{
    background-color:#a9a9aa;
}
.btns .project_type{
    background-color: #E6E6E6;
    color: #333333;
    margin-left: 4px;
}
.new_house_center > ul.on{
    display: block;
}
.new_house_center ul li.mb0{
    margin-bottom: 6px;
}
.new_house_right{
    width:230px;
    height:452px;
    border-radius:4px;
    background-color: rgba(250,250,250,1);
}
.new_house_right .switch{
    overflow: hidden;
}
.switch li {
    text-align: center;
    float: left;
    width: 50%;
    height:40px;
    line-height: 40px;
    color: #999999;
    font-size: 16px;
    cursor: pointer;
}
.switch li.on{
    background-color: #3394EE;
    color: #ffffff;
}
.switch li.left{
    border-radius:4px 0px 0px 0px;
}
.switch li.right{
    border-radius:0px 4px 0px 0px;
}
.new_house_right .project_list{
    color: #333333;
    font-size: 12px;
    overflow: hidden;

}
.new_house_right .project_list li{
    padding-top: 22px;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.project_list a{
    color: inherit;
}
.project_list span{
    margin-left: 3px;
}
.num_type1{
    display: inline-block;
    width:16px;
    height:16px;
    background:linear-gradient(0deg,rgba(31,133,228,1) 0%,rgba(101,179,251,1) 100%);
    text-align: center;
    color: #ffffff;
    line-height: 16px;
}
.num_type2{
    display: inline-block;
    width:16px;
    height:16px;
    background:linear-gradient(0deg,rgba(102,102,102,1) 0%,rgba(204,204,204,1) 100%);
    text-align: center;
    color: #ffffff;
    line-height: 16px;
}
.block_wrap2{
    padding-top: 20px;
    overflow: hidden;
}
.new_left li{
    padding-bottom: 10px;
}
.new_center{
    padding-left: 10px;
    min-height: 539px;
    min-width: 720px;
}
.news_advert_wrap{
    overflow: hidden;
}
.new_advert{
    border-radius:4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.new_advert_type1{
    width:500px;
    height:281px;
}
.new_advert_type2{
    width:210px;
    height:118px;
}
.new_advert_type3{
    margin-top: 9px;
    width:210px;
    height:118px;
    border-radius:4px 4px 0px 0px;
}
.new_advert_type1 .new_text{
    font-size: 18px;
    padding: 0 10px;
}
.new_advert_type2 .new_text{
    font-size: 14px;
    padding: 0 10px;
}
.new_text_type2{
    width:210px;
    height:35px;
    background:rgba(51,51,51,1);
    border-radius:0px 0px 4px 4px;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.new_text{
    height:35px;
    background-color: rgba(0,0,0,0.5);
    line-height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_list{
    padding: 0 20px;
    display: none;
}
.news_list.on{
    display: block;
}
.news_list li{
    overflow: hidden;
    font-size: 14px;
    padding-top: 25px;
}
.news_list li:first-child{
    padding-top: 19px;
}
.news_list li .news_title{
    color: #333333;
    display: block;
    width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news_list li .news_date{
    color: #999999;
}

.new_right{
    margin-top: 30px;
    width:300px;
    height:396px;
    background:#F3F3F3;
    border-radius:4px;
    margin-left: 10px;
    padding: 10px 10px 10px 15px;
    overflow: hidden;
}
.new_right .hot{
    color: #ffffff;
    background: #EE4433;
    text-align: center;
    width:34px;
    font-size: 12px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}
.new_right .hot i{
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color:  #EE4433 transparent  transparent transparent;
    top: 15px;
    left: 12px;
}
.hot_text{
    color: #333333;
    padding-left: 10px;
    font-size: 18px
}
.timeline_wrap{
    border-left: 1px solid #D9D9D9;
}
.timeline_wrap ul{
    margin-left: -3px;
}
.timeline_wrap ul li{
    list-style:disc inside;
    color:#EE4433;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 20px;
}
.timeline_wrap ul li a{
    font-size: 12px;
    color: inherit;
}
.zcfg{
    padding: 10px 20px;
    width: 560px;
}
.zcfg li{
    overflow: hidden;
    padding-top: 15px;
}
.zcfg li:first-child{
    padding-top: 0;
}
.zcfg .title{
    font-size: 14px;
    color: #333333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.zcfg .date{
    font-size: 14px;
    color: #999999;
}
.gfzx{
    margin-top: 30px;
    width:230px;
    height:324px;
    border-radius:4px;
    /*background-color: slategrey;*/
    margin-left: 10px;
}
.gfzx .row1{
    width:230px;
    height:41px;
    background:#3394EE;
    border-radius:4px 4px 0px 0px;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    line-height: 41px;
}
.gfzx .row2{
    height: 252px;
    overflow-y: scroll;
}
.gfzx li,.gfzx2 li{
    padding: 10px 10px 0 10px;
}
.gfzx .question,.gfzx2 .question{
    font-size: 12px;
    color: #999999;
    padding-left: 25px;
    background-image: url(../../images/house/Q2.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    min-height: 20px;
}
.gfzx .answer,.gfzx2 .answer{
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
    padding-left: 25px;
    background-image: url(../../images/house/A2.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    min-height: 20px;
}
.gfzx .ask{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background-color: #3394EE;
    text-indent: 10px;
    background-image: url(../../images/house/ask.png);
    background-repeat: no-repeat;
    background-position: 74px center;
    cursor: pointer;
    width: 100%;
}
.gfzx2 .ask{
    float: right;
    margin: 5px 5px 0 0;
    display: block;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    width:109px;
    height:40px;
    background:rgba(51,148,238,1);
    border-radius:4px;
    text-align: center;
    text-indent: 10px;
    background-image: url(../../images/house/ask.png);
    background-repeat: no-repeat;
    background-position: 74px center;
    cursor: pointer;
}
.gfzx2 .row2{
    overflow-y: scroll;
    height: 240px;
    margin-top: 20px;
}
.project_wrap2{
    overflow: hidden;
    color: #4D4D4D;
    font-size: 12px;
    padding: 0 10px;
    line-height: 32px;
}
.new_house_center.type2 ul{
    padding-left: 0;
}
.new_house_center.type2 ul li{
    height:162px;
    margin-left: 8px;
}

.new_house_center.type2 ul{
    width: 970px;
}
.buy_house{
    width:109px;
    height:40px;
    background:rgba(238,68,51,1);
    border-radius:2px;
    color: #ffffff;
    font-size: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    text-indent: 40px;
    line-height: 40px;
    background-image: url("../../images/home/salehouse.png");
    background-repeat: no-repeat;
    background-position: 7px center;
}
.cz_wrap .block_menu .main_menu{
    color:#EE8733;
}
.cz_wrap .second_menu li.on{
    color:#EE8733;
    border-bottom: 2px solid #EE8733;
}
.cz_wrap .buy_house{
    background-color: #EE8733;
    background-image: url("../../images/home/cz.png");
}
.cz_wrap .label_type1{
    background-color:#EE8733;
}
.cz_wrap .label_type1 i{
    border-color: transparent #EE8733 transparent transparent;
}
.fix_nav{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
}
.fix_nav li{
    width: 40px;
    height: 40px;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    font-family: 'iconfont2';
    border-radius: 4px;
    background-color: #CCCCCC;
    line-height: 43px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
}
.fix_nav li:hover{
    background-color: #EE4433;
}
.fix_nav li:hover .fixed_show{
    display: block;
}
.fixed_show{
    position: absolute;
    top: 0;
    left: -100px;
    color: #333333;
    font-size: 12px;
    line-height: normal;
    padding: 8px 10px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(230,230,230,1);
    display: none;
}
.fix_nav li:first-child{
    margin-top: 0;
}
.fix_nav li img{
    width: 100%;
    height: 100%;
}
.fixed_qr{
    position: absolute;
    left: -120px;
    top: -30px;
    width: 100px;
    height: 100px;
    display: none;
}
.qr_wrap:hover .fixed_qr{
    display: block;
}
.advert_bottom{
    width: 1200px;
    height: 150px;
    position: fixed;
    z-index: 120;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    margin-left: -600px;
}
.advert_bottom i{
    color: #ffffff;
    background-color: rgba(0,0,0,0.4);
    font-size: 12px;
    width: 40px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.advert_bottom span{
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #ccc;
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    display: block;
    padding: 2px 6px;
}
.search_type_list{
    position: absolute;
    width: 121px;
    background-color: #ffffff;
    z-index: 200;
    top: 50px;
    left: 0;
    border:1px solid #E6E6E6 ;
    display: none;
}
.search_type_list li{
    text-align: center;
    color: #999999;
    border-bottom: 1px solid #E6E6E6;
    line-height: 40px;
    cursor: pointer;
}
.search_type_list li:last-child{
    border-bottom: 0;
}
.guess_like_wrap{
    background:rgba(250,250,250,1);
    margin-top: 30px;
}
.guess_like{

}
.like_top .heart,.like_top .refresh{
    font-family: 'iconfont2';
}
.like_top .fl{
    font-size: 24px;
    color:  #EE4433;
}
.like_top{
    overflow: hidden;
    padding-top: 18px;
}
.like_top .fl i{
    padding-right: 7px;
}
.like_top .fr{
    font-size: 16px;
    color: #808080;
    cursor: pointer;
}
.like_top .fr i{
    padding-right: 3px;
}
.like_list{
    padding-top: 18px;
    overflow: hidden;
}
.like_list li{
    float: left;
    width:285px;
    margin-left: 20px;
    margin-bottom: 23px;
    padding-bottom: 10px;
    cursor: pointer;
}
.like_list li:first-child{
    margin-left: 0;
}
.like_list li .like_image{
    position: relative;
    width:285px;
    height:159px;
    border-radius:4px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size .3s ease;
    transition: background-size .3s ease;
}
.like_image span{
    width:60px;
    height:24px;
    background:linear-gradient(-90deg,rgba(239,68,52,1),rgba(255,105,90,1));
    border-radius:0px 4px 4px 0px;
    display: block;
    font-size: 13px;
    color: #FEFEFE;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 10px;
}
.like_list li:hover{
    box-shadow: 0 0 10px 0 rgba(148,150,153,0.6);
}
.like_list li .like_image:hover{
    background-size: 120%;
}
.like_list .like_main{
    padding: 0 9px;
    width: 100%;
    overflow: hidden;
}
.like_list .like_name{
    font-size: 20px;
    color: #333333;
    padding-top: 8px;
    padding-bottom: 2px;
    overflow: hidden;
    font-weight: 400;
}

.like_list .like_name .fr{
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}
.like_list .like_content{
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}
.like_bottom{
    font-size: 14px;
    color: #FF7668;
    text-align: right;
}
.like_bottom a{
    color: inherit;
}
.like_bottom i{
    font-family: 'iconfont2';
    padding-right: 5px;
}
.like_bottom i.near{
    padding-left: 5px;
}
.like_bottom > div{
    display: inline-block;
}

.mask2{
    position: fixed;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
}
.order_house{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -189px;
    margin-top: -111px;
    width:376px;
    background-color: #ffffff;
    z-index: 200;
    color: #999999;
    font-size: 12px;
}
.order_title{
    box-shadow:0px 1px 0px 0px rgba(230,230,230,1);
    line-height: 31px;
    text-indent: 20px;
}
.order_house form{
    padding: 15px 39px;
}
.order_house input{
    border:1px solid rgba(230,230,230,1);
    height:24px;
    width: 198px;
}
.order_house .order_row{
    padding-bottom: 19px;
}
.order_row > span{
    display: inline-block;
    width: 80px;
}
.order_code{
    background-color: #EE4433;
    color: #ffffff;
    width:80px;
    height:24px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    margin-left: 10px;
    cursor: pointer;
}
.submit_order,.cancel_order{
    padding: 8px 20px;
    cursor: pointer;
    color: #ffffff;
}
.submit_order{
    background-color: #0EBF8F;
    margin-right: 20px;
}
.cancel_order{
    background-color: #EE4433;
}
.order_house .error{
    color: #EE4433;
    text-align: center;
    padding-top: 10px;
}
.block_menu .main_menu .ditu_link{
    color: #3394EE;
    font-size: 12px;
    display: inline-block;
    height: 35px;
}
.block_menu .main_menu .ditu_link i{
    font-family: 'iconfont2';
    padding-right: 6px;
    padding-left: 10px;
}
.jx_wrap{
    width: 790px;
    margin-left: 45px;
    position: relative;
    height: 345px;
}
.jxlm{
    position: absolute;
    box-shadow:0 0 16px 0 rgba(77,77,77,0.3);
    border-radius:4px;
    background-color: #ffffff;
    -webkit-transition:all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.jxlm .jxlm_image{
    background-color: #CCCCCC;
    border-radius:4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.jxlm .jxlm_title{
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
.jxlm_title a{
    color: inherit;
}
.jxlm_label{
    position: absolute;
    width:140px;
    height:40px;
    background:linear-gradient(-90deg,rgba(255,104,90,1),rgba(238,70,52,1));
    border-radius:4px;
    text-align: center;
    font-size:24px;
    color: #ffffff;
    line-height: 40px;
    left: 50%;
    margin-left: -70px;
    top: -20px;
}
.jxlm_type1{
    top: 100px;
}
.jxlm_type1 .jxlm_image{
    width:200px;
    /* height:128px; */
    height:85px;
    background-position: left;
}
.jxlm_type1 .jxlm_title{
    width: 200px;
    line-height: 30px;
}
.jxlm_type2{
    top: 73px;
}
.jxlm_type2 .jxlm_image{
    width:260px;
    /* height:167px; */
    height:110px;
    background-position: left;
}
.jxlm_type2 .jxlm_title{
    width: 260px;
    line-height: 40px;
}

.jxlm_type3{
    top: 40px;
}
.jxlm_type3 .jxlm_image{
    width:380;
    /* height:213px; */
    height:161px;
    background-position: left;
}
.jxlm_type3 .jxlm_title{
    width: 380px;
    line-height: 50px;
}
.new_article{
    background-color: #F2F2F2;
    width:228px;
    height:536px;
    margin-left: 11px;
    padding: 10px 11px;
}
.new_article_column{
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
}
.new_article_column span{
    font-size: 16px;
    color: #EE4433;
}
.new_article_column  a{
    color: #333333;
    font-size: 12px;
    margin-top: 4px;
}
.article_type1 li{
    color: #999999;
    font-size:14px;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 29px;
}
.article_type1 li a{
    color: #333333;
}
.article_type1 li a i{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #999999;
    vertical-align: middle;
    margin-right: 5px;
}
.hot_news_image{
    width:190px;
    height:106px;
    background:rgba(230,230,230,1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hot_news_1 .hot_news_title{
    height: 40px;
    line-height: 1.5;
    font-size: 12px;
    color: #333333;
    background-color: #ffffff;
    width: 190px;
    padding: 5px 3px 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot_news_1{
    padding-left: 8px;
}
.hot_news_2{
    color: #333333;
    font-size: 16px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 20px;
}
.bottom_link_wrap{
    background-color: #F6F6F6;
    text-align: center;
    margin-bottom: 12px;
}
.bottom_link_wrap p{
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 34px;
    padding-top: 25px;
}
.bottom_link_wrap ul li{
    float: left;
    padding: 40px 40px;
}
.bottom_link_wrap .link_icon{
    font-family: 'iconfont2';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border:1px solid rgba(22,21,21,1);
    text-align: center;
    line-height: 100px;
    font-size: 50px;
}
.bottom_link_wrap .link_name{
    color: #EE4433;
    font-size: 25px;
    margin-top: 19px;
}
.bottom_link_wrap .links{
    display: inline-block;
}
.bottom_link_wrap .hide_qr{
    position: absolute;
    right: -155px;
    top: 0;
    display: none;
}
.bottom_link_wrap .hover_btn:hover .hide_qr{
    display: block;
}
.bottom_link_wrap .links li:hover .link_icon{
    background-color: rgba(238,70,52,1);
    background: linear-gradient(-90deg,rgba(255,104,90,1),rgba(238,70,52,1));
    border: none;
    color: #ffffff;
    animation: icon_move 3s infinite;
    -moz-animation: icon_move 3s infinite;	/* Firefox */
    -webkit-animation: icon_move 3s infinite;	/* Safari 和 Chrome */
    -o-animation: icon_move 3s infinite;
}

@keyframes icon_move{
    0%{
        transform:rotate(10deg);
        -ms-transform:rotate(10deg); 	
        -moz-transform:rotate(10deg); 	
        -webkit-transform:rotate(10deg); 
        -o-transform:rotate(10deg); 
    }
    25%{
        transform:rotate(-10deg);
        -ms-transform:rotate(-10deg); 	
        -moz-transform:rotate(-10deg); 	
        -webkit-transform:rotate(-10deg); 
        -o-transform:rotate(-10deg); 
    }
    50%{
        transform:rotate(10deg);
        -ms-transform:rotate(10deg); 	
        -moz-transform:rotate(10deg); 	
        -webkit-transform:rotate(10deg); 
        -o-transform:rotate(10deg); 
    }
    75%{
        transform:rotate(-10deg);
        -ms-transform:rotate(-10deg); 	
        -moz-transform:rotate(-10deg); 	
        -webkit-transform:rotate(-10deg); 
        -o-transform:rotate(-10deg); 
    }
    100%{
        transform:rotate(10deg);
        -ms-transform:rotate(10deg); 	
        -moz-transform:rotate(10deg); 	
        -webkit-transform:rotate(10deg); 
        -o-transform:rotate(10deg); 
    }
}

.bottom_link_wrap .free{
    background-color: rgba(51,148,238,1);
    color: #ffffff;
    font-size: 16px;
    padding: 3px 10px;
    border-radius: 12px 6px 12px 6px;
    box-shadow: 0 0 0 2px #ffffff;
    position: absolute;
    right: -70px;
    z-index: 20;
    display: none;
}
.bottom_link_wrap .free_btn:hover .free{
    display: block;
}
.block10 ul{
    overflow: hidden;
    min-width: 200%;
    white-space: nowrap;
}
.block10 .block_wrap{
    position: relative;
}
.block10 ul li{
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}
.block10  .item_mask{
    position: absolute;
    width: 426px;
    
    background: linear-gradient(92deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    opacity: 1;
    right: 0;
    top: 0;
    height: 100%;
}
.second_item .preview{
    width: 225px;
    height: 170px;
    background: #AEAEAE;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.second_item .preview .preview_label{
    position: absolute;
    display: block;
    width: 52px;
    height: 26px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    border-radius: 4px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    left: 12px;
    top: 10px;
}
.second_item .content{
    width: 418px;
    overflow: hidden;
    padding-left: 20px;
}
.second_item .content .title{
    color: #000;
    font-size: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.second_item .content .center{
    overflow: hidden;
    padding-top: 16px;
}
.second_item .content .center span:last-child{
    border: none;
}
.second_item .content .center span{
    display: block;
    float: left;
    color: #000000;
    font-size: 14px;
    padding-right: 16px;
    padding-left: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.second_item .content .center span:first-child{
    padding-left: 0;
}
.second_item .content .bottom{
    overflow: hidden;
    padding-top: 23px;
}
.second_item .content .bottom span{
    float: left;
    display: block;
    height: 26px;
    background: rgba(242, 146, 62, 0.1);
    color: #F2923E;
    font-size: 14px;
    line-height: 26px;
    padding:0 12px;
    margin-right: 12px;
   

}
.second_item .price{
    padding:0 60px 0 40px;
}
.second_item .main_price{
    color: #F23E3E;
    font-size: 14px;
    margin-top: 50px;
}
.second_item .main_price span{
    font-size: 36px;
}
.second_item .avg{
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}