/*轮播*/
.m_Carousel{width:100%;height:535px;position:relative;overflow:hidden;}
.m_Carousel .m_Carousel_ul li{height:535px;}
.m_Carousel .m_Carousel_ul li a img{width:100%;height:100%;}
.m_Carousel_nav_box{height:140px;background:rgba(255, 255, 255, 0.1);margin-top:15px;}

.cover {
    position: absolute; left: 0; right: 0; bottom:-13px;
    width: 100%; height: 153px;
    overflow: hidden;
}
.blur {
    position: absolute;
    width: 100%;height:635px; bottom: 0; left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* blur */
    filter: url(blur-5px.svg#blur);
    /* css3 */
    -webkit-filter: blur(12px);
    -moz-filter: blur(12px);
    filter: blur(12px); /* FireFox 35+ support */
    /* IE6~IE9 */
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
    *left: -5px; left: -5px\0;
}
:root .blur {
    left: -5px \0; /* Just IE9 */
}
.mask {
    position: absolute; left: 0; bottom: 0; width: 100%;
    /* IE9+ */
    background-color: rgba(0,0,0,.2);
    /* IE6-IE8 */
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#34000000,endColorStr=#34000000);
    color: #fff;
    font-size: 14px;
    text-indent: 10px;
}
:root .mask {
    filter: none;
}

/* affect */
.list img, .list svg {
    -webkit-transition: all .25s; transition: all .25s;
    vertical-align: bottom;
}
.list:hover .blur {
    -webkit-transform: scale(1.05) translateZ(0);
    -ms-transform: scale(1.05);
    transform: scale(1.05) translateZ(0);
    /* IE6-IE8 */
    zoom: 1.05;
}
:root .list:hover .blur {
    zoom: 1;
}

.m_Carousel_nav{width:1200px;height:140px;margin:auto;margin:auto;}
.m_nav_left{border-right:1px solid #6b6b6b;width:360px;height:113px;float:left;margin-top:14px;position:relative;}
.m_nav_left li{width:155px;height:51px;float:left;border-radius:5px;line-height:51px;margin-right:23px;margin-bottom:10px;cursor:pointer;position:relative;z-index:0;}
/*.m_nav_left li:nth-child(1){background:#FDE0E2;}*/

.m_nav_left li i{position:absolute;top:0;left:0;width:60px;height:50px;background:#FFF;transition: all .4s;border-radius:5px;}
#m_nav_left_i{width:155px;transition: all .4s;box-shadow:0px 1px 18px 0px rgba(182, 182, 182, 0.78);}
#m_nav_left_span{text-shadow:3px 3px 4px rgba(70, 60, 60, 0.67);}

.m_nav_left_img{width:60px;height:50px;background:#FFF;border-radius:5px;float:left;position:relative;z-index:100;}
.m_nav_left_img img{display:block;margin:auto;width:32px;height:35px;position:relative;top:8px;}
.m_nav_left li span{font-size:16px;color:#3e4958;margin-left:10px;position:relative;z-index:100;}
.m_nav_right{width:770px;float:left;position:relative;top:42px;left:23px;display:none;}
.m_nav_right li{display:inline-block;border-radius:3px;padding:3px 8px;margin:0px 0 8px 15px;}
.m_nav_right li:nth-child(1){background:#FF5849;}
.m_nav_right li:nth-child(1) a{color:#FFF;}

.m_nav_right li a{font-size:15px;color:#333;text-decoration:none;}


/*介绍*/
.m_introduce{width:1200px;overflow:hidden;margin:auto;margin-top:40px; margin-bottom: 40px;}
.m_introduce_title{font-size:32px;color:#333;text-align:center;}
.m_introduce span{color:#FF5849;}
.m_introduce ul{margin-top:50px;}
.m_introduce ul li{width:300px;overflow:hidden;float:left;margin-right:147px;}
.m_introduce ul li:nth-child(3){margin-right:-50px;}
.m_introduce ul li span{text-align:center;font-size:28px;color:#333;display:block;}
.m_introduce ul li img{display:block;width:108px;margin:auto;margin-top:15px;}
.m_introduce ul li p{font-size:15px;color:#666;margin-top:15px;line-height:25px;height:75px;}

.m_introduce ul li a{display:block;margin:auto;width:127px;height:37px;margin-top:15px;;background:#FF5849;font-size:16px;color:#fff;border-radius:18px;text-align:center;line-height:37px;}
.m_introduce ul li a:hover{background-color: #de4a3c;}


/*灰色盒子*/
.m_top_box{width:100%;overflow:hidden;margin-top:30px;background:#F5F7FA;padding-bottom:30px;}

/*热门活动、本周精选*/
.m_hot{width:1200px;overflow:hidden;margin:auto;margin-top:30px;}

.m_hot_top{margin-bottom:17px;height:213px;}
.m_hot_top_img{width:213px;height:213px;position:relative;float:left;}
.m_hot_top_img img{width:100%;height:100%;}
.m_hot_top_img span{position:absolute;top:64px;left:48px;font-size:30px;color:#FFF;}
.m_hot_top_img i{position:absolute;top:110px;left:38px;font-size:14px;color:#FFF;}
.m_hot_top ul{float:left;margin-left:17px;}
.m_hot_top ul li{width:475px;height:213px;float:left;margin-right:17px;}
.m_hot_top ul li:nth-child(2){margin-right:-50px;}
.m_hot_top ul li img{width:100%;height:100%;}
/*.m_hot_top ul li img:hover{opacity: 0.8;}*/


/*热销楼盘  特效*/
/*盒子*/
.m_box{position:relative;perspective:1000px;}

.m_box .content1{opacity:1;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;

    transform:translateY(0) rotateX(0);
    -webkit-transform:translateY(0) rotateX(0);
    -moz-transform:translateY(0) rotateX(0);
    -o-transform:translateY(0) rotateX(0);
}
.m_box:hover .content1{
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;

    transform: translateY(-100%) rotateX(90deg);
    -webkit-transform: translateY(-100%) rotateX(90deg);
    -moz-transform: translateY(-100%) rotateX(90deg);
    -o-transform: translateY(-100%) rotateX(90deg);
    transform-origin:bottom center;
    -webkit-transform-origin:bottom center;
    -moz-transform-origin:bottom center;
    -o-transform-origin:bottom center;
    opacity:0;
}
.m_box .content2{opacity:0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.m_box:hover .content2{opacity:1;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}





/*热销楼盘*/
.m_Selling{width:1200px;margin:auto;margin-top:25px;position:relative;}
.m_Selling ul li{width:285px;height:320;float:left;margin-right:20px;border-radius:5px;box-shadow:1px 3px 18px 0px #d4d4d4;


}




.m_Selling ul li:nth-child(4){margin-right:-50px;}
.m_Selling_li_box{border-radius:5px;box-shadow:9px 8px 20px 0px rgba(58, 56, 56, 0.15);padding-bottom:15px;}
.m_Selling_li_img{height:205px;overflow:hidden;border-radius:5px 5px 0px 0px;}
.m_Selling_li_img img{width:100%;height:100%;}
.m_Selling_li_text{height:88px;}
.m_Selling_li_text_title{padding:0 10px;margin-top:13px;}
.m_Selling_li_text_title span{font-size:17px;color:#393232;font-weight: 600;display:block;width:175px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;float:left;}
.m_Selling_li_text_title  i{font-size:14px;color:#888;margin-left:7px;float:left;}
.m_Selling_li_text_jg{padding:0 10px;margin-top:13px;position: relative;}
.m_Selling_li_text_jg span{font-size:17px;color:#FF0000;font-weight: 600;}
.m_Selling_li_text_jg i{font-size:14px;color:#333;}
.m_Selling_li_text_ts{position:absolute;bottom:2px;right:18px;}
.m_Selling_li_text_ts i{font-size:12px;color:#CBAF63;margin-left:1px;background:#f1ebdc;padding:3px 7px;}
.m_Selling_li_boxbj{width:285px;height:100%;border-radius:5px;overflow:hidden;text-align:center;position:absolute;top:0;}

.m_Selling_li_boxbj .m_Selling_li_boxbj_img{width:100%;height:100%;}





.m_Selling_text_boxbj{position:absolute;top:0;width:285px;height:100%;border-radius:5px;overflow:hidden;background:rgba(75, 92, 99, 0.76);}
.m_Selling_text_boxbj .m_Selling_text_boxbj_title{font-size:28px;color:#FFF;margin-top:55px;display:block;
text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 10px;
}
.m_Selling_text_boxbj_dq{margin-top:25px;}
.m_Selling_text_boxbj_dq img{width:15px;position:relative;top:2px;}
.m_Selling_text_boxbj_dq span{font-size:16px;color:#FFF;margin-left:5px;}
.m_Selling_text_boxbj_jg{font-size:16px;color:#FFF;margin-top:25px;display:block;}
.m_Selling_text_boxbj_jg i{font-size:24px;color:#FFF;}
.m_Selling_text_boxbj_bm{position:relative;left:50%;top:30px;margin-left:-90px;}
.m_Selling_text_boxbj_bm a{display:block;border:1px solid #FFF;border-radius:18px;width:78px;height:30px;float:left;text-align:center;line-height:28px;font-size:13px;color:#FFF;}
.m_Selling_text_boxbj_bm a:nth-child(2){margin-left:20px;}
.m_Selling_text_boxbj_bm a:hover{border:1px solid #ffde88;color:#ffde88;}



/*.m_Selling ul li:hover .m_Selling_li_boxbj{display:block;cursor:pointer; }
.m_Selling ul li:hover .m_Selling_li_box{display:none;}*/
.m_Selling_gd{border:1px solid;display:block;margin:auto;width:143px;height:45px;text-align:center;line-height:45px;font-size:16px;color:#FFF;background:#FF5849;border-radius:25px;margin-top:30px;}
.m_Selling_gd:hover{ background-color: #de4a3c; color: #fff; border: none;}


/*旅居城市*/

.m_Living_box{width:100%;height:605px;background:url(../image/m_hz17.png) no-repeat 0 0/ 100% 100%;margin-top:50px;overflow:hidden;}
.m_Living_lb{width:1100px;height:475px;margin:auto;overflow:hidden;margin-top:10px;}
.m_Living_lb  ul li{width:520px;height:450px;box-shadow:0px 0px 20px 0px #6e6e6e;}
.m_Living_lb_img{width:100%;height:270px;display:block; overflow: hidden;}
.m_Living_lb_img img{width:100%;height:100%;cursor: pointer; transition: all 0.8s;}
.m_Living_lb_img img:hover{transform: scale(1.1);}
.m_Living_lb_text{background:#FFF;height:178px;padding:0 10px;overflow:hidden;}
.m_Living_lb_text span{display:block;font-size:24px;color:#333;margin-top:10px;}
.m_Living_lb_text p{font-size:14px;color:#666;margin-top:10px;line-height:22px;text-indent:20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.m_Living_lb_text a{display:block;width:79px;height:31px;line-height:31px;text-align:center;background:#FF5849;border-radius:3px;font-size:14px;color:#FFF;float:right;position: relative;top:10px;right:10px;}

/*.m_Living_lb_text a:hover{ background-color: #da3e2f;}*/

.m_Living_lb_text a:hover{ background-color: #de4a3c}


/*海南房价走势*/    
#trend{
         background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f5ca6b), to(#e6a920));            
                -moz-linear-gradient(linear, 0 0, 0 bottom, from(#f5ca6b), to(e6a920));
                -o-linear-gradient(linear, 0 0, 0 bottom, from(#f5ca6b), to(e6a920));
}
.m_trend_box{width:100%;height:522px;margin-top:30px;background:#232836;overflow:hidden;}
.m_trend{width:1200px;height:522px;margin:auto;}
.m_trend_title{margin-top:25px;}
.m_trend_title span{font-size:28px;display:block;color:#FFF;}
.m_trend_title i{font-size:15px;margin-top:10px;display:block;color:#707689;}
.m_trend_l{width:350px;height:335px;margin-top:30px;float:left;}
.m_trend_r{width:783px;overflow:hidden;float:left;margin-left:20px;margin-top:30px;}
.m_trend_r ul{height:123px;overflow:hidden;background:#282E3D;}
.m_trend_r ul li{width:60px;height:37px;cursor: pointer;border-radius:3px;float:left;margin:11px 0px 0px 9px;text-align:center;line-height:37px;position:relative;top:10px;left:7px;background:#353D50;font-size:14px;color:#fff;}
.m_r_average_price{width:219px;height:199px;float:left;margin-top:10px;background:#282E3D;}
.m_r_average_price em{font-size:14px;color:#707689;display:block;margin-top:20px;margin-left:10px;}
.m_r_average_price span{font-size:16px;color:#FFBC26;display:block;text-align:center;margin-top:20px;}
.m_r_average_price span i{font-size:40px;}
.m_r_average_price a{font-size:14px;color:#FFFFFF;text-align:center;display:block;margin:auto;margin-top:20px;width:115px;height:37px;border-radius:18px;line-height:37px;
         background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f5ca6b), to(#e6a920));            
                -moz-linear-gradient(linear, 0 0, 0 bottom, from(#f5ca6b), to(e6a920));
                -o-linear-gradient(linear, 0 0, 0 bottom, from(#f5ca6b), to(e6a920));
}
.m_trend_r_ys{width:554px;height:199px;background:#282E3D;float:right;margin-top:10px;}

.m_trend_r_ys em{font-size:14px;color:#707689;display:block;margin-top:20px;margin-left:10px;}

.single_box{border:1px solid;width:500px;margin:auto;margin-top:60px;}

.budget{margin:auto;margin-top:36px;font-size:15px;color:#FFF;width:95px;height:33px;text-align:center;line-height:33px;border-radius:20px;
     background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f5ca6b), to(#e6a920));            
                -moz-linear-gradient(linear, 0 0, 0 bottom, from(#f5ca6b), to(e6a920));
                -o-linear-gradient(linear, 0 0, 0 bottom, from(#f5ca6b), to(e6a920));
}
.budget a{color:#fff;}
.theme-green .scale ins{color:#707689 !important;}

.slider-container .back-bar .pointer-label{
         background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f5ca6b), to(#e6a920)) !important;            
                -moz-linear-gradient(linear, 0 0, 0 bottom, from(#f5ca6b), to(e6a920)) !important;
                -o-linear-gradient(linear, 0 0, 0 bottom, from(#f5ca6b), to(e6a920)) !important;
}

/*购房资讯*/
.y_ifa_box{ width: 1200px; margin: 0 auto; background: #fff; margin-top: 30px; padding: 15px 20px;height:660px;}

.y_ifa_l{ float: left; width: 770px;}
.y_ifa_lmain_title span{font-size:24px;color:#333;}
.y_ifa_lmain_title span i{color:#FF5849;}
.y_ifa_lmain_title .m_ifa_l_title_i{font-size:15px;color:#666;margin-left:10px;}
.y_ifa_lmain_cen{ margin-top: 20px;}
.y_ifa_lmain_cen_l{ float: left; width: 340px;position:relative;}
.y_ifa_lmain_cen_l p.y_tu{ width: 100%; height: 242px; border-radius: 5px; overflow: hidden;}
.y_ifa_lmain_cen_l p.y_tu img{ width: 100%; height: 100%;}
.y_ifa_lmain_cen_l p.y_title{ margin-top: 10px;background:rgba(0,0,0,0.5);padding:5px 0 5px 5px;position:absolute;bottom:0;width:100%;}
.y_ifa_lmain_cen_l p.y_title a{ font-size: 14px; color: #fff;}
.y_ifa_lmain_cen_r{ float: left; width: 380px; margin-left:30px;margin-top:-13px;height:255px;overflow:hidden;}
.y_ifa_lmain_cen_r ul li{ margin: 10px 0px;}
.y_ifa_lmain_cen_r ul li a{ font-size: 15px; color: #666; display: block; width: 100%; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.y_ifa_lmain_cen_r ul li:nth-child(1) a{ font-size: 24px; color: #333;}
.y_ifa_lmain_cen_l p.y_tu img:hover{ opacity: 0.8;}
.y_ifa_lmain_cen_r ul li a:hover{color: #f00;}
.y_ifa_lmain_cen_l p.y_title a:hover{color: #f00;}

.y_ifa_lmain2{ margin-top: 28px;position:relative;}
/*.y_ifa_lmain2 .w_ifa {position:absolute;top:-50px;right:0;}
.y_ifa_lmain2 .w_ifa ul li {padding:10px 0;margin:0;}*/
.y_ifa_box_r{ float: right; width: 350px;margin-right:10px;}
.y_ifa_box_rcont{ margin-top: 20px;}
.y_ifa_box_rcont ul li.top p.y_tu{ width: 100%;height: 220px; overflow: hidden; border-radius: 5px; margin-bottom: 8px;}
.y_ifa_box_rcont ul li.top p.y_tu img{ width: 100%;height: 100%;}
.y_ifa_box_rcont ul li.top p.y_tu img:hover{ opacity: 0.8;}
.y_ifa_box_rcont ul li p.y_text{ padding: 5px 0;}
.y_ifa_box_rcont ul li p.y_text a{ font-size: 15px; color: #666; display:block; float:left; width: 90%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.y_ifa_box_rcont ul li p.y_text a:hover{  color: #f00;}
.y_ifa_box_rcont ul li p.y_text i{ position: relative; top: 7px; float: left; margin-right: 8px; display: inline-block; width: 4px; height: 4px; background: #ff5849;}
.y_gengduo{ width: 285px; height: 50px; line-height: 50px; margin: 0 auto; text-align: center; margin-top: 20px; box-shadow: 0px 1px 5px 0px #ccc;}
.y_gengduo a{display: inline-block; background: #fefcf5; width: 100%; height: 50px; font-size: 22px; color: #b6a34f;}
.y_gengduo a:hover{background: #fbf7e8;}


.y_ifa_box_rcont ul li.top{ position: relative;}
.y_ifa_box_rcont ul li.top p.y_text{ position: absolute; width: 100%; background: rgba(0,0,0,0.5); left: 0px; bottom: 0px;}
.y_ifa_box_rcont ul li.top p.y_text i{ background:none;}
.y_ifa_box_rcont ul li.top p.y_text a{ color: #fff;}





/*特色类型*/
.m_type{width:1200px;height:700px;overflow:hidden;margin:auto;margin-top:20px;position:relative;}
.m_type_One{width:590px;height:441px;float:left;position:relative;}
.m_type_One img{width:100%;height:100%;}
.m_type_One span{display:block;position: absolute;bottom:0;width:100%;height:50px;text-align:center;line-height:50px;font-size:22px;color:#fff;background:rgba(255,190,148,0.5);}
.m_type_Two{width:590px;height:240px;float:right;position:relative;}
.m_type_Two img{width:100%;height:100%;}
.m_type_Two span{display:block;position: absolute;bottom:0;width:100%;height:50px;text-align:center;line-height:50px;font-size:22px;color:#fff;background:rgba(136, 239, 192, 0.51);}
.m_type_Three{width:285px;height:181px;float:left;position:relative;top:20px;left:20px;}
.m_type_Three img{width:100%;height:100%;}
.m_type_Three span{display:block;position: absolute;bottom:0;width:100%;height:50px;text-align:center;line-height:50px;font-size:22px;color:#fff;background:rgba(49, 129, 197, 0.54);}
.m_type_Four{width:285px;height:181px;float:right;position:relative;top:20px;}
.m_type_Four img{width:100%;height:100%;}
.m_type_Four span{display:block;position: absolute;bottom:0;width:100%;height:50px;text-align:center;line-height:50px;font-size:22px;color:#fff;background:rgba(213, 170, 105, 0.54);}
.m_type_Five{width:285px;height:241px;float:left;margin-top:20px;position:absolute;bottom:0}
.m_type_Five img{width:100%;height:100%;}
.m_type_Five span{display:block;position: absolute;bottom:0;width:100%;height:50px;text-align:center;line-height:50px;font-size:22px;color:#fff;background:rgba(73, 144, 185, 0.58);}
.m_type_Six{width:590px;height:241px;float:left;margin-top:20px;position:absolute;bottom:0;left:305px;}
.m_type_Six img{width:100%;height:100%;}
.m_type_Six span{display:block;position: absolute;bottom:0;width:100%;height:50px;text-align:center;line-height:50px;font-size:22px;color:#fff;background:rgba(161, 163, 187, 0.76);}
.m_type_Seven{width:285px;height:241px;float:left;margin-top:20px;position:absolute;bottom:0;right:0;}
.m_type_Seven img{width:100%;height:100%;}
.m_type_Seven span{display:block;position: absolute;bottom:0;width:100%;height:50px;text-align:center;line-height:50px;font-size:22px;color:#fff;background:rgba(110, 124, 194, 0.65);}





/*购房攻略*/
.m_Raiders{width:1200px;overflow:hidden;margin:auto;margin-top:20px; padding-bottom: 10px;}
.m_Raiders li{width:380px;height:270px;float:left;margin-right:27px;background:#FFF;}
.m_Raiders li:nth-child(3){margin-right:-50px;}
.m_Raiders_img{width:380px;height:163px;display:block;}
.m_Raiders_img img{width:100%;height:100%;}
.m_Raiders_text{padding:0 10px;}
.m_Raiders_text a{font-size:17px; font-weight:600;color:#e64e09;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:10px;}
.m_Raiders_text p{font-size:14px;color:#888;margin-top:10px;line-height:25px;}
.m_Carousel .prev{position:absolute;top:50%;left:100px;margin-top:-25px;background: rgba(51, 51, 51, 0.41) url(/image/zuo13.png) no-repeat -7px  5px/50px 46px;display:block;width:39px;height:55px;}
.m_Carousel .next{position:absolute;top:50%;right:100px;margin-top:-25px;background: rgba(51, 51, 51, 0.41) url(/image/you13.png) no-repeat -4px 5px/50px 46px;display:block;width:39px;height:55px;}
.m_Carousel .hd{position:absolute;bottom:150px;left:46%;width:1200px;}
.m_Carousel .hd ul li{width:12px;height:12px;display:inline-block;margin:0px 3px;background:rgba(0, 0, 0, 0.42);z-index:111;border-radius:10px}
.m_Carousel .hd ul .on{background:#42A5F5;}
.m_Raiders li:hover{box-shadow: 0px 3px 10px 0px #ccc}
.m_Raiders li:hover .m_Raiders_img img{opacity: 0.8;}
/*.m_nav_right{display: none}*/



/*热门活动特效*/
.m_img { display:block; position: relative;overflow:hidden;height:100%;}
.m_img:before {
    content: ""; position: absolute; width:30%; height: 100%; top: 0; left:-60%; overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, 0.4)50%, rgba(255, 255, 255, 0)100%);
    background: -webkit-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, 0.4)50%, rgba(255, 255, 255, 0)100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, 0.4)50%, rgba(255, 255, 255, 0)100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, 0.4)50%, rgba(255, 255, 255, 0)100%);
    transform: skewX(-35deg);
    -webkit-transform: skewX(-35deg);
    -moz-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
}

.m_img:hover:before { left: 150%; transition: left 1s ease 0s; }

.slider-container .scale ins{width:40px;text-align:center;}

/*资讯新模块 2019-02-15*/
.InNewBox_main{ width: 1200px; margin: 0 auto; background: #fff; padding: 40px 0;}
.InNewBox_top{ border-bottom: 1px solid #D2D4D7; padding-bottom: 10px;}
.InNewBox_top_c{ padding:0 30px;}

.InNewBox_top_c .title_l{ float: left;}
.InNewBox_top_c .title_l i{ width: 30px; height: 30px; line-height: 30px; display: inline-block;  position: relative; top: -6px;}
.InNewBox_top_c .title_l i img{ width: 100%; height: 100%; }
.InNewBox_top_c .title_l span{ font-size: 30px; color: #3A3C3E; padding-left: 6px;}
.InNewBox_top_c .title_r{float: right; position: relative; top: 14px;}
.InNewBox_top_c .title_r .newNav_m{ float: left;}
.InNewBox_top_c .title_r .newNav_m a{font-size: 16px; color: #3A3C3E; margin: 0 38px;  padding:0 5px; padding-bottom: 15px;}
.InNewBox_top_c .title_r .newNav_m a.on{ border-bottom: 4px solid #FF5849;}
.InNewBox_top_c .title_r .newNav_m a:hover{ border-bottom: 4px solid #FF5849;}
.InNewBox_top_c .title_r .news_gd{ float: left; margin-left: 38px;}
.InNewBox_top_c .title_r .news_gd a{ display: inline-block; font-size: 16px; color: #FF5849;}

.InNewBox_news{ margin: 0 30px; margin-top: 30px;}
.InNewBox_news ul.newsList { display:  none;}
.InNewBox_news ul.newsList li.onTu{float: left; width: 340px; height: 240px; position: relative; }
.InNewBox_news ul.newsList li.onTu p.n_img{ width: 100%; height: 100%;}
.InNewBox_news ul.newsList li.onTu p.n_img img{ width: 100%; height: 100%;}
.InNewBox_news ul.newsList li.onTu p.n_title{ position: absolute; left: 0px; bottom: 0px; background:rgba(255,88,73,0.85); width: 100%; height: 40px; line-height: 40px;}
.InNewBox_news ul.newsList li.onTu p.n_title span{display: inline-block; padding: 0 10px; font-size: 18px; color: #fff; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; width:100%;}
.InNewBox_news ul.newsList li.onTu:hover img{opacity: 0.8;}

.InNewBox_news ul.newsList li.onTitle{ float: left; width: 377px;  margin:10px 0 22px 22px;}
.InNewBox_news ul.newsList li.onTitle p{ font-size: 16px; color: #3A3C3E; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; width:95%;}
.InNewBox_news ul.newsList li.onTitle p:hover{ color: #FF5849;}
.InNewBox_news ul.newsList li.onTitle:last-child{ margin-bottom: 0px;}
.InNewBox_news ul.newsList li.onTitle:nth-last-of-type(2){ margin-bottom: 0px;}

.newest_news{ margin-top: 74px;}
.newest_news_l{ float: left; width: 660px;}
.newest_news_ltitle{ border-bottom: 1px solid #D2D4D7; padding-bottom: 10px;margin-left:30px;}
.newest_news_ltitle .title_l{ float: left; margin-left: 0px;}
.newest_news_ltitle .title_l i{ width: 44px; height: 24px; line-height: 30px; display: inline-block;  position: relative; top: -2px;}
.newest_news_ltitle .title_l i img{ width: 100%; height: 100%; }
.newest_news_ltitle .title_l span{ font-size: 30px; color: #3A3C3E; padding-left: 6px;}
.newest_news_ltitle .news_gd{ float: right; position: relative; top: 16px;}
.newest_news_ltitle .news_gd a{ display: inline-block; font-size: 16px; color: #FF5849;}
.newest_news_llist{ margin-left:30px; margin-top: 30px;}
.newest_news_llist ul li+li{ margin-top:26px;}
.newest_news_llist ul li a{ display: inline-block; width: 100%;}
.newest_news_llist ul li span{ display: block; float: left; font-size: 16px; color: #3A3C3E;  max-width: 80%;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.newest_news_llist ul li em{float: right; font-size: 14px; color: #3A3C3E;display: block;}
.newest_news_llist ul li a:hover span{ color: #FF5849;}
.newest_news_llist ul li a:hover em{ color: #FF5849;}

.newest_news_r{position: relative; width: 460px; height: 300px; float: right; margin-right:30px;}
.newest_news_r p.n_img{ width: 100%;height: 100%;}
.newest_news_r p.n_img img{ width: 100%;height: 100%;}
.newest_news_r p.p_title{ position: absolute; left: 0px; bottom: 0px; height: 40px; line-height: 40px; font-size: 18px; color: #fff; background:rgba(255,88,73,0.85); width: 100%;}
.newest_news_r p.p_title span{display: inline-block; padding: 0 10px; font-size: 18px; color: #fff; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; width:100%;}
.newest_news_r p.n_img:hover img{opacity: 0.8;}



/*品房资讯 新改版内容 2019-04-09*/
.v2NewsBox{ width: 100%; height: auto; margin-top: 40px;}
.v2NewsBox_main{ width:1200px; background: #fff; margin: 0 auto; padding: 40px 0;}
.v2NewsBox_left{ float: left; width: 820px; margin-left: 30px;}
.v2NewsBox_left_top{border-bottom: 1px solid #EEEEEE; padding-bottom: 20px;}
.v2NewsBox_left_top p.title{ float:left;}
.v2NewsBox_left_top p.title i{display: inline-block; width: 21px; height: 23px; line-height: 23px; position: relative; top: -3px;}
.v2NewsBox_left_top p.title i img{width: 100%; height: 100%;}
.v2NewsBox_left_top p.title span{ margin-left: 9px; display: inline-block; font-size: 26px; color: #333; font-weight: bold;}
.v2NewsBox_left_top p.text{ float: right; font-size: 15px; color: #999; line-height: 35px;}
.v2NewsBox_left_top p.title a:hover span{ color: #0C78E6;}
.NewesCenter{ margin-top: 24px; }
.NewesCenter_left{ width: 448px; float: left;}
.NewesCenter_slid{ width: 448px; height: 287px; position: relative; overflow: hidden;}
.NewesCenter_slid .hd ul li{ width: 448px; height: 287px; position: relative; }
.NewesCenter_slid .hd ul li p.img{ width: 100%; height: 100%;overflow: hidden;}
.NewesCenter_slid .hd ul li p.img img{
  width: 100%;
  height: 100%;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.NewesCenter_slid .hd ul li:hover p.img img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);  
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05); 
}

.NewesCenter_slid .hd ul li p.title{ z-index: 2; position: absolute; left: 0px; bottom: 0px; height: 45px; line-height: 45px;background:rgba(0,0,0,0.5); width:100%;}
.NewesCenter_slid .hd ul li p.title span{ font-size: 14px; color: #fff; max-width: 75%; padding: 0 10px; display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.NewesCenter_slid .bd{ text-align: center; position: absolute; right: 10px; bottom: 16px; z-index: 3; width: 23%;}
.NewesCenter_slid .bd ul {list-style:none;margin:0;padding:0;display:inline;}
.NewesCenter_slid .bd ul li{ display:inline-block; width: 7px; height: 7px; background:#fff; color: #fff; opacity: 0.7; border-radius: 100%; overflow: hidden; margin: 0 3px;}
.NewesCenter_slid .bd ul li:hover{ cursor: pointer;}
.NewesCenter_slid .bd ul li.on{opacity: 1;}
.NewesCenter_slid .hd .prev{position:absolute;top:50%;left:14px;margin-top:-20px;background: rgba(51, 51, 51, 0.41) url('/image/news/news_ico2.png') no-repeat center/13px 21px;display:block;width:31px;height:40px;}
.NewesCenter_slid .hd .next{position:absolute;top:50%;right:14px;margin-top:-20px;background: rgba(51, 51, 51, 0.41) url('/image/news/news_ico1.png') no-repeat center/13px 21px;display:block;width:31px;height:40px;}
.NewesCenter_slid .hd .prev:hover{background: rgba(51, 51, 51, 0.8) url('/image/news/news_ico2.png') no-repeat center/13px 21px;}
.NewesCenter_slid .hd .next:hover{background: rgba(51, 51, 51, 0.8) url('/image/news/news_ico1.png') no-repeat center/13px 21px;}
.NewesCenter_list{ margin-top: 28px;}
.NewesCenter_list ul li{ width: 100%; display:inline-block;}
.NewesCenter_list ul li i{position: relative; top: -6px; display: inline-block; width: 4px; height: 4px; background: #CCCCCC; border-radius: 100%;}
.NewesCenter_list ul li span{display: inline-block; font-size: 14px; color: #333; margin-left: 7px; width: 90%; text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.NewesCenter_list ul li+li{margin-top: 13px;}
.NewesCenter_list ul li:hover span{color: #0C78E6;}
.NewesCenter_list ul li:nth-child(1) span{ font-size: 18px; font-weight: bold;}
.NewesCenter_right{ float: right; width: 350px;}
.NewesCenter_list2{ margin-top: 0px;}
.NewesCenter_img{ margin-top: 18px;}
.NewesCenter_img ul li{ width: 170px; height: auto; float: left;}
.NewesCenter_img ul li+li{margin-left: 10px;}
.NewesCenter_img ul li a{ display: inline-block; }
.NewesCenter_img ul li p.Img{ width: 100%; height: 116px; overflow: hidden;}
.NewesCenter_img ul li p.Img img{
  width: 100%; 
  height: 100%; 
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.NewesCenter_img ul li:hover p.Img img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);  
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);  
}

.NewesCenter_img ul li p.text{ margin-top: 9px; font-size: 14px; color: #333; width: 170px; text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.NewesCenter_list3{ margin-top: 16px;}
.newsADC{ margin-top: 29px; width: 100%; height: 90px;}
.newsADC_main{ position: relative; }
.ADC_form{ position: absolute; right: 30px; bottom:4px;}
.notel {position:absolute;top:11px;left:15px;width:11px;height:16px;}
.ADC_form input.ADC_input{ display: inline-block; float: left; font-size: 15px; color: #333;width:268px; height:38px;line-height:38px;border-radius:20px;border:none; padding-left: 34px;}
/*.ADC_form a.ADC_butt{ position: relative;top: -5px; margin-left: 8px; width: 140px; height: 42px; display:inline-block; float: left;}
.ADC_form a.ADC_butt img{ width: 100%; height: 100%;}*/
.notelbtn {background:#FFEA00;width:108px;height:32px;line-height:32px;color:#481E00;font-size:20px;font-weight:bold;text-align:center;display:inline-block;border-radius:20px;position:absolute;right:5px;top:3px;}

.v2NewsBox_right{ float: right; width: 280px; margin-right: 30px;}
.NewsFlash{ background: #FAFAFA; width: 100%; height: 432px; padding: 20px 0;}
.NewsFlash_title{ height: 23px; line-height: 23px;}
.NewsFlash_title p.left{float: left; border-left: 6px solid #0C78E6; padding-left: 13px; font-size: 18px; color: #333; font-weight: bold;}
.NewsFlash_title p.right{float: right; margin-right: 15px;}
.NewsFlash_title p.right span{ font-size: 12px; display: inline-block; color: #666;}
.NewsFlash_title p.right i{display: inline-block; width: 14px; height: 12px; line-height: 12px; margin-left: 5px;}
.NewsFlash_title p.right i img{width: 100%; height: 100%;}

.NewsFlash_list{ margin: 0 20px;}
.NewsFlash_list ul li{ margin-top: 18px;}
.NewsFlash_list ul li p.title a{ font-size: 14px; color: #333; width: 100%; text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display: inline-block;}
.NewsFlash_list ul li p.title a:hover{ color: #0C78E6;}
.NewsFlash_list ul li+li{ border-top: 1px solid #EEEEEE; padding-top: 18px;}
.NewsFlash_list ul li p.text{ margin-top: 13px; height: 24px; line-height: 24px;}
.NewsFlash_list ul li p.text span{display: inline-block;background: #EEEEEE; font-size: 12px; color: #666; padding:0px 8px; border-radius: 50px;}
.NewsFlash_list ul li p.text em{display: inline-block; font-size: 12px; color: #999; margin-left: 12px;}
.NewsFlash_list ul li p.text i{display: inline-block; font-size: 12px; color: #999; margin-left: 13px;}

.MyAttention{ margin-top: 20px; background: #FAFAFA; width: 100%; height: 358px; padding: 20px 0;}
.MyAttention_list{ margin: 0 20px; margin-top: 19px; height: 265px; overflow: hidden;}
.MyAttention_list a{margin: 6px 0; margin-right: 8px;  display: inline-block; border-radius: 50px; border: 1px solid #CBCBCB; background: #fff; font-size: 14px; color: #666; padding: 0px 12px; height: 32px; line-height: 30px;}
.MyAttention_list a:hover{ background: #0C78E6; border-color: #0C78E6; color: #fff;}




/*<!-- 甄选品牌，让购房更有安全感 20190509-->*/
.BrandZone{margin-top: 80px;}
.BrandZone-box{ width: 1200px;margin: 0 auto; background: #fff; padding:60px;}
.BrandZone-top{text-align:center;}
.BrandZone-top p.title{width: 466px;height: auto; margin: 0 auto;}
.BrandZone-top p.title img{ width: 100%;height: auto;}
.BrandZone-top i.x{width: 80px;height: 4px;background: #333;margin: 16px auto; display: block;}
.BrandZone-top em.text{display: block; font-size: 22px;color: #111;}

.BrandZone-list{ margin-top: 25px;}
.BrandZone-list ul li{float: left;width: 120px;height: 52px; margin: 15px 0; margin-right: 17px; border:1px solid #F4F4F4; background: #fff; }
.BrandZone-list ul li img{ width: 100%;height: 100%;}
.BrandZone-list ul li:nth-child(8n){margin-right: 0;}

.BrandZone-fon{ margin-top: 25px; text-align: center;}
.BrandZone-fon a{ display:inline-block; width: 276px; height: 46px;color: #D81515;font-size: 16px; border:1px solid #D81515; background: #fff; border-radius: 10px;line-height: 44px;}
.BrandZone-fon a:hover{background:#D81515; color: #fff; }


.BrandZone-apply{display:none;position: fixed; left: 50%;top:50%; width: 440px; height: 480px;margin-left:-220px;margin-top:-240px; background: #fff;z-index: 5; border-radius: 20px; overflow: hidden;
animation:apply 0.8s;
-webkit-animation:apply 0.8s;
-moz-animation:apply 0.8s;
}

@keyframes apply {
  0% {top:-100%;opacity:0;}
  100% {opacity:1;}
}

-webkit-@keyframes apply {
  0% {top:-100%;opacity:0;}
  100% {opacity:1;}
}

-moz-@keyframes apply {
  0% {top:-100%;opacity:0;}
  100% {opacity:1;}
}




.BrandZone-apply-top{background: url('/image/index_zone/zone_ico28.png')  no-repeat; background-size:100% 100%; position: relative; height: 242px;}
.apply-top-center{ text-align: center; padding-top: 34px;}
.apply-top-center p.top{font-size: 22px;color: #fff;}
.apply-top-center p.t-img{ width: 332px;height: auto; margin: 0 auto; margin-top: 16px;}
.apply-top-center p.t-img img{width: 100%;height: auto;}
.apply-top-center p.text-m{font-size: 29px;color: #EC3E2B; font-weight: bold;line-height: 42px; width: 358px;height: 52px; margin:0 auto;margin-top: 11px; background: url('/image/index_zone/zone_ico31.png')  no-repeat; background-size:100% 100%;}
.apply-top-center .bm-rs{ margin-top: 16px; height: 40px;line-height: 40px;}
.apply-top-center .bm-rs em{display: inline-block; font-size: 22px; color: #fff;}
.apply-top-center .bm-rs span{display:inline-block;}
.apply-top-center .bm-rs span i{width: 31px;text-align:center; margin: 0 3px; height: 40px;line-height: 40px; display: inline-block; font-size: 20px; color: #fff;background: #FFB535;}

.apply-clice{ position: absolute; right: 16px;top: 16px;width: 22px;height: 22px;}
.apply-clice img{width: 100%;height: 100%;}

.BrandZone-apply-main .apply-form{width: 380px;margin: 0 auto; margin-top: 34px;}
.BrandZone-apply-main .apply-form p.in-text{width: 100%;height: 48px; border: 1px solid #ddd; margin-bottom: 17px;}
.BrandZone-apply-main .apply-form p.in-text span{display: inline-block;float: left; position: relative; top:11px;margin-left: 15px;}
.BrandZone-apply-main .apply-form p.in-text span i{float: left; display: inline-block; position: relative; top: 1px; width: 24px;height: 24px; line-height: 24px;}
.BrandZone-apply-main .apply-form p.in-text span i img{ width: 100%;height: 100%;}
.BrandZone-apply-main .apply-form p.in-text span em{margin-left: 7px; float: left; font-size: 20px; color: #CD1804; display: inline-block; height: 24px; line-height: 24px;}
.BrandZone-apply-main .apply-form p.in-text input.in-p{border:none; background: #fff; display: block; float: left;width: 276px; float: right; height: 46px;font-size: 18px; color: #666;}
.BrandZone-apply-main .apply-form p.in-text input.in-p::-webkit-input-placeholder{
    color:#999;
    background: #fff;
}
.BrandZone-apply-main .apply-form p.in-text input.in-p::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
    background: #fff;
}
.BrandZone-apply-main .apply-form p.in-text input.in-p:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
    background: #fff;
}
.BrandZone-apply-main .apply-form p.in-text input.in-p:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
    background: #fff;
}
.BrandZone-buttom{display: block; width: 341px; height: 60px; margin: 0 auto;background:linear-gradient(0deg,rgba(255,202,68,1) 0%,rgba(252,191,51,1) 48%,rgba(253,243,133,1) 100%); text-align: center; border-radius: 30px; line-height: 60px; margin-top: 25px; font-size: 32px; color: #D72800;font-weight: bold;}
.BrandZone-buttom:hover,.BrandZone-buttom:focus{color: #D72800;}
.fotm-txt{ font-size: 14px; color: #999; margin-top: 18px; text-align: center;}
.BrandZone-apply-bg{ display: none; position: fixed; left: 0px; top: 0px; background: rgba(0,0,0,0.5);width: 100%;height: 100%;z-index: 4;}




/* 20200908 新增模块 A */
.y_indexLive{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.y_indexLive .v2NewsBox_left_top{
    border:none;
}
.y_indexLive .v2NewsBox_left_top p.title a{
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items:center;
}
.y_indexLive .v2NewsBox_left_top p.title i{
    width: 28px;
    height: 28px;
    top: 0px;
}
.y_indexLiveBox{
    width: 1200px;
    margin:0 auto;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:space-between;
    flex-direction:row;
    align-items:flex-start;
}
.y_indexLiveBox_l{
    padding:0 30px;
    width: 850px;
    background: #fff;
    padding-top: 30px;
}
.y_indexLive_main{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:flex-start;
    flex-direction:row;
    align-items:center;
}
.y_indexLive_main .left_img{
    width: 416px;
    height: 254px;
    position: relative;
}
.y_indexLive_main .left_img img{
    width: 100%;
    height: 100%;
}
.y_indexLive_main .left_img i{
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    z-index: 2;
}
.y_indexLive_main .right_text{
    margin-left: 30px;
    width: 344px;
}
.y_indexLive_main .right_text p.title{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:flex-start;
    align-items:center;
}
.y_indexLive_main .right_text p.title a{
    display: inline-block;
    font-size: 20px;
    color: #343434;
    font-weight: bold;
    margin-right: 5px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    max-width: 285px;
}
.y_indexLive_main .right_text p.title a:hover{
    color: #0C78E6;
}
.y_indexLive_main .right_text p.title em{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background: #67BAFC;
    padding: 0 8px;
    border-radius: 3px;
}
.y_indexLive_main .right_text p.hx{
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.y_indexLive_main .right_text p.time{
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.y_indexLive_main .right_text p.style{
    font-size: 0;
    margin-top: 15px;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:flex-start;
    align-items:center;
}
.y_indexLive_main .right_text p.style i{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    padding: 0 10px;
}
.y_indexLive_main .right_text p.style i+i{
    margin-left: 10px;
}
.y_indexLive_main .right_text p.style i:nth-child(1){background:#EBF3FE;color:#638EC9;}
.y_indexLive_main .right_text p.style i:nth-child(2){background:#E2F8E1;color:#75AB78;}
.y_indexLive_main .right_text p.style i:nth-child(3){background:#FFF3E2;color:#F9A321;}
.y_indexLive_main .right_text div.pric{
    margin-top: 25px;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:space-between;
    align-items:center;
}
.y_indexLive_main .right_text div.pric p.l{
    font-size: 14px;
    color: #666;
}
.y_indexLive_main .right_text div.pric p.l em{
    font-size: 24px;
    color: #FF0000;
}
.y_indexLive_main .right_text div.pric p.r a{
    font-size: 12px;
    color: #BCBCBC;
    display: inline-block;
}
.y_indexLive_main .right_text p.zk{
    margin-top: 15px;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:flex-start;
    align-items:center;
    font-size: 0;
}
.y_indexLive_main .right_text p.zk span{
    font-size: 15px;
    color: #fff;
    background: #FF7023;
    font-weight: bold;
    width: 50px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px 0px 0px 0px;
}
.y_indexLive_main .right_text p.zk em{
    font-size: 13px;
    color: #FF7023;
    background: #fff;
    border:1px solid #FF7023;
    border-radius: 0 12px 12px 0;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    padding: 0 15px 0 10px;
}
.pastLive{
    margin-top: 35px;
    position: relative;
}
.pastLive .pastLive_title p{
    font-size: 18px;
    color: #666;
    /*font-weight: bold;*/
}
.pastLive .pastLive_list{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}
.pastLive .pastLive_list ul li{
    width: 250px;
    height: auto;
}
.pastLive .pastLive_list ul li .top_ico{
    width: 100%;
    height: 174px;
    position: relative;
}
.pastLive .pastLive_list ul li .top_ico img{
    width: 100%;
    height: 100%;
}
.pastLive .pastLive_list ul li .top_ico i{
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 2;
    left: 50%;
    top: 50%;
}
.pastLive .pastLive_list ul li .top_ico span{
    display: inline-block;
    background: #FF7023;
    border-radius: 12px 12px 12px 0px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 2;
    max-width: 235px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pastLive .pastLive_list ul li .bottom_text{
    margin-top: 15px;
}
.pastLive .pastLive_list ul li .bottom_text p.title{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:flex-start;
    align-items:center;
}
.pastLive .pastLive_list ul li .bottom_text p.title a{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    max-width: 195px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.pastLive .pastLive_list ul li:hover .bottom_text p.title a{
    color: #0C78E6;
}
.pastLive .pastLive_list ul li .bottom_text p.title span{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #67B9FC;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    margin-left: 8px;
    border-radius: 3px;
}
.pastLive .pastLive_list ul li .bottom_text p.pric{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:space-between;
    align-items:center;
    margin-top: 10px;
}
.pastLive .pastLive_list ul li .bottom_text p.pric span{
    display: inline-block;
    font-size: 12px;
    color: #666;
}
.pastLive .pastLive_list ul li .bottom_text p.pric em{
    font-size: 16px;
    color: #FF0000;
    display: inline-block;
}
.pastLive .pastLive_list ul li .bottom_text p.hx{
    font-size: 12px;
    color: #666;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin-top: 10px;
}
.pastLive .swiper-pagination{
    position: absolute;
    right: 0px;
    top: 11px;
}
.pastLive .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #CFCFCF;
    margin: 0 3px;
    opacity: 1;
}
.pastLive .swiper-pagination .swiper-pagination-bullet-active{
    background: #42A5F5;
    width: 16px;
    height: 6px;
    opacity: 1;
    border-radius: 5px;
}
.BmLive{
    margin-top: 30px;
    position:relative;
    height: 74px;
    width: 100%;
    margin-bottom: 20px;
}
.BmLive p.ico,.BmLive p.ico img{
    width: 100%;
    height: 100%;
}
.BmLive .BmLive_box{
    position: absolute;
    right: 34px;
    bottom: 14px;
}
.BmLive .BmLive_box .in_but{
    width: 270px;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:space-between;
    align-items:center;
    height: 36px;
}
.BmLive .BmLive_box .in_but input{
    width: 176px;
    height: 36px;
    border:1px solid #FFCAAB;
    background: #fff;
    font-size: 13px;
    color: #666;
    padding-left:20px;
    border-radius: 18px 0 0 18px; 
}
.BmLive .BmLive_box .in_but a{
    width: 94px;
    height: 36px;
    background: linear-gradient(90deg, #FFA55D 0%, #F1582A 100%);
    border-radius: 0px 18px 18px 0px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

.y_indexLiveBox_r{
    width: 320px;
    background: #fff;
    padding: 30px 0;
}
.brand_title{
    width: 260px;
    margin: 0 auto;
}
.brand_title span{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.brand_list_box{
    position: relative;
    width: 260px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.brand_list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.brand_list ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list_main .list_li{
    margin-top:30px;
}
.list_main .list_li a{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:flex-start;
    align-items:flex-start;
}
.list_main .list_li .left_ico{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items:center;
    border:1px solid #eee;
}
.list_main .list_li .left_ico img{
    width: 100%;
    height: auto;
}
.list_main .list_li .right_text{
    width: 195px;
    margin-left: 15px;
    padding-top:4px;
}
.list_main .list_li .right_text p.title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.list_main .list_li:hover .right_text p.title{
    color: #0C78E6;
}
.list_main .list_li .right_text p.lpgs{
    font-size: 12px;
    color: #999;
    margin-top: 8px;
}
.list_main .list_li .right_text p.je{
    margin-top: 8px;
    font-size: 0;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items:center;
    justify-content:flex-start;
}
.list_main .list_li .right_text p.je i{
     font-size: 12px;
     color: #42A5F5;
     border:1px solid #42A5F5;
     height: 22px;
     line-height: 20px;
     padding: 0 5px;
     text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list_main .list_li .right_text p.je i+i{
    margin-left: 10px;
}
.brand_list_box .swiper-pagination{
    width: 100%;
    bottom: -10px;
}
.brand_list_box .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #CFCFCF;
    margin: 0 3px;
    opacity: 1;
}
.brand_list_box .swiper-pagination .swiper-pagination-bullet-active{
    background: #42A5F5;
    width: 16px;
    height: 6px;
    opacity: 1;
    border-radius: 5px;
}


/* 20200908 新增模块 E */










