@import url("font_1439502_y6m4t1imc3.css");

.clearfix:after {
    content: "";
    height: 0;
    display: block;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
}

.text_overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行文本需要强制换行*/

.txet_wrap {
    white-space: wrap;
    /*中文需要强制换行*/
    word-wrap: break-word;
    /*以英文单词作为换行依据*/
    word-break: break-all;
    /*以英文字母作为换行依据*/
}

/*webkit内核及移动端2行文本省略号*/

.more_text_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*webkit内核及移动端3行文本省略号*/

.more_text_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*产品中心*/

/*.pub_banner_wrap{width: 100%;}

.pub_banner_wrap .swiper-slide{width: 100% !important;}

.pub_banner_wrap .swiper-slide img{width: 100%;height: auto;}

.pub_banner_wrap .swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image: url(../img/right_jt.png);right: 10%;left: auto;}

.pub_banner_wrap  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {background-image: url(../img/left_jt.png);left: 10%;right: auto;}*/

.ml_1200 {
    width: 1200px;
    margin: 0 auto;
}

.product_tab_wrap {
    border-bottom: solid 1px #eee;
}

.product_tab_wrap .product_tab {
    overflow: hidden;
    padding: 24px 0 16px 0;
}

.product_tab_wrap .product_tab li {
    float: left;
    width: 16.66%;
    text-align: center;
    margin-bottom: 16px;
}

.product_tab_wrap .product_tab li a {
    position: relative;
    font-size: 18px;
    color: #999;
}

.product_tab_wrap .product_tab li a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #FBC127;
    display: block;
    left: calc(50% - 20px);
    bottom: -8px;
    opacity: 0;
    transition: all 0.35s linear;
}

.product_tab_wrap .product_tab li.act a {
    color: #17243A;
    font-weight: bold;
}

.product_tab_wrap .product_tab li.act a:before {
    opacity: 1;
    width: 40px;
    transition: all 0.35s linear;
}

.product_tab_wrap .product_tab li a:hover {
    cursor: pointer;
}

.product_tab_wrap .product_tab li:hover a:before {
    opacity: 1;
    width: 40px;
    transition: all 0.35s linear;
    s
}

.product_tab_wrap .product_tab li:hover a {
    color: #17243A;
    font-weight: bold;
}

.pro_select_con {
    padding: 16px 0 40px 0;
}

.pro_select_con .pro_select_list {
    overflow: hidden;
    padding: 15px 0 0 0;
    border-bottom: solid 1px rgba(153, 153, 153, 0.4);
    height: 52px;
    transition: all 0.35s linear;
}

.pro_select_con .pro_select_list.show {
    height: auto;
    transition: all 0.35s linear;
}

.pro_select_con .pro_select_list:last-child {
    border-bottom: none;
}

.pro_select_con .pro_select_list:first-child .pro_select_list_cen .pro_item span {
    padding: 0;
    width: 105px;
    box-sizing: border-box;
    text-align: center;
}

/*.pro_select_con .pro_select_list:first-child .pro_select_list_cen .pro_item{padding-left: 16px;}*/

.pro_select_con .pro_select_list .pro_select_list_le {
    float: left;
    width: 145px;
}

.pro_select_con .pro_select_list .pro_select_list_cen {
    width: 77%;
    float: left;
    overflow: hidden;
}

.pro_select_con .pro_select_list .pro_select_list_rit {
    width: 6%;
    float: right;
    text-align: right;
}

.pro_select_con .pro_select_list .pro_select_list_le span {
    color: #17243A;
    font-size: 14px;
    padding: 1px 0;
    display: inline-block;
    font-weight: bold;
}

.pro_select_con .pro_select_list .pro_select_list_le span i {
    font-size: 12px;
    color: #666;
    display: inline-block;
    margin-left: 12px;
    font-weight: normal;
}

.pro_select_con .pro_select_list .pro_select_list_cen .pro_total {
    font-size: 14px;
    color: #999;
    position: relative;
    display: inline-block;
    padding: 1px 40px 1px 10px;
    border-right: solid 1px rgba(153, 153, 153, 0.4);
    float: left;
    width: 80px;
}

.pro_select_con .pro_select_list .pro_select_list_cen .pro_total.act {
    color: #FBC127;
}

.pro_select_con .pro_select_list .pro_select_list_cen .pro_total:hover {
    cursor: pointer;
}

.pro_select_con .pro_select_list .pro_select_list_cen .pro_total.act:before {
    background: #FBC127;
}

.pro_select_con .pro_select_list .pro_select_list_cen .pro_total:before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    top: 9px;
    background: #999;
}

.pro_select_con .pro_select_list .pro_select_list_cen .pro_item {
    float: left;
    width: calc(100% - 80px);
}

.pro_select_con .pro_select_list .pro_select_list_cen .pro_item span {
    color: #999;
    font-size: 14px;
    padding: 1px 40px;
    display: inline-block;
    margin-bottom: 15px;
    border-right: solid 1px rgba(153, 153, 153, 0.4);
    text-align: center;
    padding: 1px 0px;
    width: 105px;
}

.pro_select_con .pro_select_list .pro_select_list_cen .pro_item span:hover {
    cursor: pointer;
    color: #FBC127;
}

.pro_select_con .pro_select_list .pro_select_list_rit span {
    font-size: 14px;
    color: #999;
    display: inline-block;
    padding: 2px 0;
}

.pro_select_con .pro_select_list .pro_select_list_rit span i {
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin-left: 6px;
    transition: all 0.35s linear;
}

.pro_select_con .pro_select_list .pro_select_list_rit span .pro_txt {
    padding: 0;
}

.pro_select_con .pro_select_list.show .pro_select_list_rit span i {
    transform: rotate(90deg);
    transition: all 0.35s linear;
}

.pro_select_con .pro_select_list .pro_select_list_cen .pro_item span.act {
    color: #FBC127;
}

.pro_select_con .pro_select_list .pro_select_list_rit span:hover {
    cursor: pointer;
}

.pro_lst_wrap {
    margin-top: 40px;
}

.pro_lst_wrap ul li {
    float: left;
    width: 282px;
    height: 376px;
    margin-right: 24px;
    border: 1px solid rgba(153, 153, 153, 0.4);
    margin-bottom: 48px;
    position: relative;
    transition: all 0.35s linear;
}

.pro_lst_wrap ul li div {
    width: 100%;
    height: 282px;
}

.pro_lst_wrap ul li div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_lst_wrap ul li:nth-child(4n) {
    margin-right: 0;
}

.pro_lst_wrap ul li h2 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 24px 0 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 24px;
}

.pro_lst_wrap ul li p {
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 24px;
}

.pro_lst_wrap ul li:hover {
    cursor: pointer;
    box-shadow: 0 0 15px #ccc;
    transition: all 0.35s linear;
}

.pro_lst_wrap ul li b {
    display: block;
    width: 0;
    height: 2px;
    background: #FBC127;
    left: 0;
    bottom: -1px;
    position: absolute;
    transition: all 0.35s linear;
}

.pro_lst_wrap ul li:hover b {
    width: 100%;
    transition: all 0.35s linear;
}

/*分页*/

.pro_pub_page {
    text-align: center;
    margin-bottom: 107px;
}

.pro_pub_page span {
    display: inline-block;
}

.pro_pub_page span:hover {
    cursor: pointer;
}

.pro_pub_page .pre_btn {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #fff;
    border: 1px solid #666;
    margin-right: 30px;
}

.pro_pub_page .next_btn {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #fff;
    border: 1px solid #666;
    margin-right: 20px;
}

.pro_pub_page li {
    display: inline-block
}

;

.pro_pub_page .pre_btn i,
.pro_pub_page .next_btn i {
    font-size: 22px;
    color: #666;
}

.pro_pub_page .pro_page_con {
    line-height: 48px;
    position: relative;
    top: -2px;
}

.pro_pub_page li a {
    color: #bfbfbf;
    font-size: 18px;
    display: inline-block;
    margin-right: 30px;
}

.pro_pub_page li span {
    color: #bfbfbf;
    font-size: 18px;
    display: inline-block;
    margin-right: 30px;
}

.pro_pub_page li span {
    color: #17243A;
    font-weight: bold;
}

.pro_pub_page .next_next_btn {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #fff;
    border: 1px solid #666;
}

.pro_pub_page .next_next_btn i {
    font-size: 18px;
    color: #666;
}

.pro_pub_page .pre_btn.act,
.pro_pub_page .next_btn.act,
.pro_pub_page .next_next_btn.act {
    background: #17243A;
}

.pro_pub_page .pre_btn.act i,
.pro_pub_page .next_btn.act i,
.pro_pub_page .next_next_btn.act i {
    color: #fff;
}

/*3D未来家*/

.product_tab_wrap .future_home li {
    width: 16.66%;
}

.ml_pub_tit {
    text-align: center;
    margin-top: 104px;
}

.ml_pub_tit div {
    text-align: center;
    position: relative;
    z-index: 4;
}

.ml_pub_tit h2 {
    font-size: 40px;
    color: #17243A;
}

.ml_pub_tit div b {
    width: 96px;
    height: 8px;
    background:#939391;
    display: block;
    margin: 16px auto 0 auto;
}

.ml_pub_tit p {
    font-size: 40px;
    color: rgba(51, 51, 51, 0.1);
    font-weight: bold;
    position: relative;
    top: -52px;
    z-index: 3;
}

.pub_intro {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 1.6;
}

.future_lst_wrap {
    margin-top: 104px;
    overflow: hidden;
    margin-bottom: 64px;
}

.future_lst_wrap li {
    width: 384px;
    height: 328px;
    margin-right: 24px;
    float: left;
    position: relative;
    margin-bottom: 40px;
}

.future_lst_wrap li:nth-child(3n) {
    margin-right: 0;
}

.future_lst_wrap li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 7;
}

.future_lst_wrap li div {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #17243A;
    opacity: 0.64;
    z-index: 8;
    width: 100%;
    height: 100%;
    display: none;
}

.future_lst_wrap li h2 {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 9;
    display: none;
}

.future_lst_wrap li h2 p {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 134px;
}

.future_lst_wrap li h2 b {
    display: block;
    margin: 18px auto 0 auto;
    width: 48px;
    height: 4px;
    background: #fff;
}

.new_intro {
    font-size: 32px;
    font-weight: bold;
    color: #0090FF;
    text-align: center;
    margin-bottom: 30px;
}

.new_xx_zs {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 1.6;
    margin: 90px 0 140px 0;
}

.index_page .swiper-container.new_list_wrap {
    margin: 115px 0 20px 0;
    height: 418px;
}

.new_list_wrap .swiper-slide {
    transition: all .2s ease-in-out;
    text-align: center;
    font-size: 18px;
    background: #fff;
    transition: 300ms;
    transform: scale(1);
}

.new_list_wrap .swiper-slide:hover,
.swiper-slide-duplicate-active {
    transform: scale(1.1);
}

/*.new_list_wrap .swiper-wrapper .swiper-slide{width: 360px !important;height: 523px !important;}*/

.new_list_wrap .swiper-wrapper .swiper-slide {
    margin-left: 20px;
    margin-right: 20px;
    width: 288px !important;
    height: 418px !important;
}

.new_list_wrap .swiper-wrapper .swiper-slide .new_list_img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.new_list_wrap .swiper-wrapper .swiper-slide .new_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_list_wrap .swiper-wrapper .swiper-slide .new_list_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(23, 36, 58, 0.64);
    left: 0;
    bottom: 0;
    z-index: 9;
    display: none;
}

.new_list_wrap .swiper-wrapper .swiper-slide .new_list_con {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}

.new_list_wrap .swiper-wrapper .swiper-slide .new_list_con a {
    display: block;
    text-align: center;
    display: none;
}

.new_list_wrap .swiper-wrapper .swiper-slide .new_list_con a h2 {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #17243A;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
}

.new_list_wrap .swiper-wrapper .swiper-slide .new_list_con a p {
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}

.new_list_wrap .swiper-wrapper .swiper-slide .new_list_con a:nth-of-type(1) {
    padding-top: 127px;
    margin-bottom: 40px;
}

.new_list_wrap .swiper-wrapper .swiper-slide:hover .new_list_con a {
    display: block;
}

.new_list_wrap .swiper-wrapper .swiper-slide:hover .new_list_bg {
    display: block;
}

/*//明星榜单*/

.star_con {
    margin: 29px auto 85px auto;
    overflow: hidden;
}

.star_con .star_odd_con:first-child {
    margin-top: 0;
}

.star_con .star_odd_con {
    margin-top: -55px;
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 555px;
    margin-bottom: 80px;
}

.star_con .star_odd_le:after {
    content: '';
    display: block;
    width: 520px;
    height: 520px;
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: -25px;
    background: #939391;
}

.star_con .star_odd_le_r:after {
    left: auto;
    right: -25px;
    top: 16px;
}

.star_con .star_odd_con .star_odd_le {
    position: relative;
    left: -50px;
    float: left;
    width: 555px;
    height: 555px;
    margin-right: 216px;
    position: relative;
    z-index: 5;
}

.star_con .star_odd_con .star_odd_le img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.star_con .star_odd_con .star_odd_rit h2 {
    font-size: 60px;
    color: #17243A;
    margin-top: 31px;
}

.star_con .star_odd_con .star_odd_rit p {
    font-size: 16px;
    color: #999;
    margin: 16px 0;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.star_con .star_odd_con .star_odd_rit h3 {
    color: #17243A;
    font-size: 40px;
}

.star_con .star_odd_con .star_odd_rit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.star_con .star_odd_con .star_odd_rit {
    width: 428px;
    float: left;
}

.star_con .star_odd_con .star_odd_rit a {
    display: block;
    width: 160px;
    height: 56px;
    background: #939391;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 56px;
}

.star_con .star_odd_con .star_odd_rit p:nth-of-type(2) {
    margin-bottom: 40px;
}

.star_even .star_odd_rit {
    text-align: right;
    overflow: hidden;
    margin-right: 14px;
}

.star_con .star_even .star_odd_rit a {
    float: right;
}

.star_con .star_odd_con.star_even .star_odd_le {
    margin-right: 0;
    left: 85px;
}