.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pro-tx-title {
    position: absolute;
    top: -67px;
    left: 50%;
    text-align: center;
    width: 300px;
    margin-left: -150px;
    font-size: 24px;
    color: #bc1717;
    font-style: normal;
    font-weight: 400;
}

.prodcut-nav {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 11;
}

.prodcut-nav ul {
    overflow: hidden;
    text-align: center;
}

.prodcut-nav li {
    width: 149px;
    height: 160px;
    float: left;
    line-height: 100%;
    text-align: center;
}

.prodcut-nav a {
    display: block;
    height: 125px;
    width: 170px;
    color: #666;
    padding-top: 35px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pro-icon {
    display: block;

    width: 68px;
    height: 68px;
    margin: 0 auto 10px;
}

.prodcut-nav .hover a, .prodcut-nav a:hover {
    color: #bc1717;
}

.pro-icon-3 {
    /* background-position: 0 -136px*/
    background: url(picture/pro-tx-icon8-h.png) no-repeat;
    background-size: 100%;
}

.pro-icon-4 {
    /*background-position: 0 -204px*/
    background: url(picture/pro-tx-icon4.png);
}

.pro-icon-5 {
    /*background-position: 0 -272px*/
    background: url(picture/pro-tx-icon5.png);
}

.pro-icon-6 {
    /* background-position: 0 -340px*/
    background: url(picture/pro-tx-icon6.png);
}

.pro-icon-7 {
    /* background-position: 0 -408px*/
    background: url(picture/pro-tx-icon7.png);
}

.pro-icon-8 {
    /* background-position: 0 -476px*/
    background: url(picture/pro-tx-icon8.png);
}


.pro-nav-img {
    position: relative;
}

.pro-nav-img li {
    width: 100%;
    min-width: 1280px;
    height: 600px;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    cursor: pointer;
    overflow: hidden
}

.pro-nav-img li .li-bg {
    width: 100%;

    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.pro-nav-img li:hover {
    opacity: 0.99;
}

.pro-nav-text {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 12
}

.pro-nav-text .t1 {
    font-size: 48px;
    padding-bottom: 27px;
    color: #060001;
    font-weight: 300
}

.pro-nav-text .t2 {
    font-size: 32px;
    line-height: 26px;
    color: #999;
    font-weight: 300
}

.pro-nav-text .t3 {
    font-size: 18px;
    color: #333;
    padding-top: 30px;
    line-height: 160%
}

.pro-nav-img li .li-bg {
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    transition: transform 1s ease;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.teacher-banner-wrap {
    width: 1200px;
    height: 900px;
    position: relative
}

.teacher-banner-wrap .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none
}

.nxm-product-list {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}

.nxm-product-list li {
    float: left;
    width: 200px;
    text-align: center;
    padding-bottom: 22px;
}

.nxm-product-list li a {
    color: #333333;
    line-height: 180%
}

.nxm-product-list li .t1 {
    font-size: 16px;
    padding-top: 10px;
}

.nxm-product-list li a:hover {
    color: #e60012
}

.news-ftitle {
    font-size: 36px;
    line-height: 180%;
    color: #333;
    padding: 50px 58px 22px;
    text-align: center;
}


.index-news-list li.news-active-item {
    float: left;
    overflow: hidden;
    position: relative;
    width: 286px;
    height: 400px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.index-news-list li.news-active-item .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    background: url(images/hei_bg.png) repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .0;
    　　　filter: alpha(opacity=0);
    z-index: 11
}


.li-bg canvas {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #fff
}

.pro-nav-img li .li-bg {
    bottom: 0;
    top: auto;
    background-repeat: no-repeat;
    height: 600px;
}

.recommend {
    display: block;
}

.pro-hover-img {
    margin-top: 200px;
    height: 800px;
    clear: both;
    overflow: visible;
}


/*--------------------------------------------------pc、手机添加的样式-----------------------------------------------------------------------*/

.recommend2-font {
    display: none;
}

@media (min-width: 1280px)and (max-width: 1366px) {
    .trait .desc .silder-box-1 {
        width: 1280px;
    }

    .trait .desc .silder-box-1 .silder li {
        width: 216px;
    }
}

@media (min-width: 1366px)and (max-width: 1440px) {
    .trait .desc .silder-box-1 {
        width: 1280px;
    }

    .trait .desc .silder-box-1 .silder li {
        width: 218px;
    }
}


@media (min-width: 300px) and (max-width: 650px) {


    .recommend2-font {
        background-color: #fff;
        box-sizing: border-box;
        padding: 20px;
        height: auto;
        float: left;
        display: block;

    }

    .recommend .left p {
        font-weight: 500;
    }

    .recommend2-font a {
        display: block;
    }

    .recommend2-font-img {
        float: left;
        width: 40%;
        height: auto;
    }

    .recommend2-font-font {
        width: 52%;
        margin-left: 20px;
        float: left;
    }

}

/*------------重写样式----地板-floor-------------*/
.prodict {
    display: none;
}

@media (max-width: 800px) {


    .news {
        width: 100%;
        height: auto;
    }

    .news .nav-box {
        width: 100%;
        height: auto;
    }

    .news .nav-box .nav-wrap {
        width: 100%;
        height: auto;
    }

    .news .nav-box .nav-wrap::-webkit-scrollbar {
        display: none;
    }

    .news .nav-box .nav-wrap {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .tab {
        display: none;
    }

    .prodict {
        display: block;
    }

    .news .nav-box .nav-wrap .daohang .anniu {
        width: 112px;
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        color: #333333;
        padding: 8px 18px;
        border: 1px solid #cccccc;
        border-radius: 8px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
        margin: 20px 0 20px 3px;
        text-align: center;
    }

    .news .nav-box .nav-wrap .daohang .anniu:hover {
        background-color: #bc1717;
        color: #fff;
    }
}

/*-----------------------------------------        3d样式 及手机版       -----------------------------------------*/
.pro-3d {
    width: 850px;
    height: 622px;
}

@media (max-width: 800px) {
    .pro-3d {
    width: 100%;
    height: 300px;
    }
	.product-wap p{font-size: 18px!important;/*display: none;*/}
    .style-desc .pro img {
        width: 15% !important;
        height: auto !important;
    }

    .pro .style-desc-tit ul li {
        display: inline-block;
        color: #bc1717;
        font-size: 12px;
        margin: 0px 20px;
        line-height: 48px;
        vertical-align: middle;
    }

    .style-desc .intro .en {
        font-size: 30px;
        font-weight: 700;
		text-align: left;
		    padding: 0px 19px!important;
    }

    .style-desc .intro .cn {
        font-size: 20px;
		text-align: left;
		    padding-top: 5px;
		    padding: 0 19px;
    }

    .pro-sj-bottom {
        width: 360px;
        margin-right: 10px;
		min-height:auto!important;
    }

    .pro-hover-img {
        margin-top: 0;
    }

    .container .left {
        margin-top: 20px;
        text-align: left;
    }

    .container .left .pro-lunbo-title {
        font-size: 16px;
    }
}

/*--------------------------------------------------             pro手机端底部轮播           ----------------------------------------------*/
.pro-sj-lunbo {
    display: none;
}

@media (max-width: 800px) {
    .pro-sj-lunbo {
        display: block;
        height: 200px;
    }

    .pro-sj-none {
        display: none;
    }

    .pro-sj-lunbo-conter div {
        height: 200px;
    }

    .pro-sj-lunbo-conter .pike_spot {
        height: auto;
    }

    .pro-sj-lunbo-conter div img {
        width: 100%;
        height: 100%;
    }

}


/*-----------------------------------------------------------  新加底部部分  -----------------------------------------------------------------*/
.index_con8 {padding: 70px 0 50px;background: #fdfdfd;}
@media (max-width: 800px) {
	.index_con8 {padding: 30px 0 ;}
}

.index_con8_u1 li span:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dedede;
    box-sizing: border-box;
    top: 0;
    position: absolute;
    transform: rotate(45deg);
    transition: 0.4s ease-in-out;
}
.index_con8_u1 li i{
    display: inline-block;
    width: 50%;
    height: 50%;
    margin: 16.25px auto;
}
.index_con8_u1 li:first-child i{
   background: #fff url(../images/pro-bottom-chanpin-h1.png) no-repeat center center;
    background-size: 100%;
}
.index_con8_u1 li:nth-child(2) i{
    background: #fff url(../images/pro-bottom-dingzhi-h2.png) no-repeat center center;
    background-size: 100%;
}
.index_con8_u1 li:nth-child(3) i{
    background: #fff url(../images/pro-bottom-mendian-h3.png) no-repeat center center;
    background-size: 100%;
}
.index_con8_u1 li:nth-child(4) i{
    background: #fff url(../images/pro-bottom-fuwu-h4.png) no-repeat center center;
    background-size: 100%;
}
.index_con8_u1 li:last-child i {
    background: url(../images/pro-bottom-jiameng-h5.png) no-repeat center center;
    background-size: 100%;
}

.index_con8_u1 li:hover i{
    width: 50%;
    height: 50%;
    margin: 16.25px auto;
    display: block;
}
.index_con8_u1 li:first-child:hover i{
    background: url(../images/pro-bottom-chanpin-b1.png) no-repeat center center;
    background-size: 100%;
}

.index_con8_u1 li:nth-child(2):hover i{
    background: url(../images/pro-bottom-dingzhi-b2.png) no-repeat center center;
    background-size: 100%;
}
.index_con8_u1 li:nth-child(3):hover i{
    background: url(../images/pro-bottom-mendian-b3.png) no-repeat center center;
    background-size: 100%;
}
.index_con8_u1 li:nth-child(4):hover i{
    background: url(../images/pro-bottom-fuwu-b4.png) no-repeat center center;
    background-size: 100%;
}
.index_con8_u1 li:last-child:hover i{
    background: url(../images/pro-bottom-jiameng-b5.png) no-repeat center center;
    background-size: 100%;
}


.index_con8_u1 li:hover span:after {
    transform: rotate(0deg);
    background:#bc1717;
    z-index: -1;
    border-color: transparent;
}

.index_con8_u1 li {
    transform: translateX(200px);
    transition: 1s ease-in-out;
    opacity: 0;
}


.index_con8.active .index_con8_u1 li {
    transform: translateX(0);
    opacity: 1;
}

.index_con8_u1 {
    text-align: center;
}

.index_con8_u1 li {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    text-align: center;
}

.index_con8_u1 li {
    transform: translateX(200px);
    transition: 1s ease-in-out;
    opacity: 0;
}


.index_con8_u1 li span {
    display: inline-block;
    width: 65px;
    height: 65px;
    position: relative;
    text-align: center;
    line-height: 65px;
}

.index_con8_u1 li h3 {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    margin-top: 25px;
}

.index_con8_u1 li h3:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #222;
    margin: 10px auto 8px;
}

.index_con8_u1 li p {
    color: #222;
    font-size: 14px;
}

.index_con8_u1 li p a{
    color: #bc1717;
    font-size: 14px;
    padding: 4px 10px;

}

.index_con8_u1 li p a:hover{
    color: #fff;
    font-size: 14px;
    background: #bc1717;
    border-radius: 4px;
}

@media only screen and (max-width: 1200px) {
    .index_con8_u1 li h3 {font-size: 14px;}
    .index_con8_u1 li p,.index_con8_u1 li h3:after {display: none;}
}
@media only screen and (max-width: 700px) {
    .index_con8_u1 li:nth-child(1) {
        width: 34%;
        margin-top: 33px;
    }
    .index_con8_u1 li:nth-child(2) {
        width: 34%;
        margin-top: 33px;
    }
    .index_con8_u1 li:nth-child(3) {
        width: 30%;
        margin-top: 33px;
    }
    .index_con8_u1 li:nth-child(4) {
        width: 30%;
        margin-top: 33px;
    }
    .index_con8_u1 li:nth-child(5) {
        width: 30%;
        margin-top: 33px;
    }
}


.pro-tx-title {
    position: absolute;
    top: -67px;
    left: 50%;
    text-align: center;
    width: 300px;
    margin-left: -150px;
    font-size: 24px;
    color: #bc1717;
    font-style: normal;
    font-weight: 400;
}