@charset "utf-8";

/* CSS Document */


/*内页banner*/

.nybannj {
    width: 100%;
    height: 260px;
    position: relative
}

.nybanner {
    width: 100%;
    height: 260px;
    background-size: cover!important;
}


/*站点*/

.mub02address {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* border-top: 1px solid rgba(255, 255, 255, .2); */
    background: rgba(0, 0, 0, .5)
}

.mub02address .con {
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    width: 40%;
    float: left;
}

.mub02address .con a {
    line-height: 60px;
    font-size: 14px;
    color: #fff;
}

.mub02address .con a.homePage {
    float: left;
    width: 21px;
    height: 19px;
    margin-top: 18px;
    margin-right: 10px;
}
.mub02address .con a.homePage img{
    opacity: .8;
}
.sub_left {
    width: 60%;
    float: right;
    text-align: right;
}

.sub_left li {
    display: inline-block;
}

.sub_left li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    padding: 0 35px;
}

.sub_left li.on {
    background: #ff393a;
}


/*站点分类end*/


/*联系我们页面*/

.conts {
    padding: 80px 0 70px;
    overflow: hidden;
}
.lianxi{
    padding-bottom: 0;
}
.conwen {
    padding: 0 15px 30px 15px;
    border-bottom: 1px solid #e1e1e1;
}

.conwen h2 {
    font-size: 24px;
    color: #1e2343;
    padding-bottom: 15px;
}

.conwen p.xiaowenzi {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: block;
    width: 86%;
}

.lxlogo {
    overflow: hidden;
}

.lxdianh {
    display: block;
    width: 25%;
    float: left;
}

.lxdianh img {
    max-width: 100%;
    padding-right: 10px;
}

.lxlogo p {
    display: block;
    float: left;
    border-left: 1px solid #eee;
    padding-left: 20px;
}

.lxlogo p font {
    display: block;
    color: #999;
    margin-top: 10px;
}

.lxlogo p span {
    font-size: 30px;
    font-weight: 700;
    color: #1e2343;
}

.contelss {
    overflow: hidden;
    padding: 50px 0;
}

.lianxixing {
    padding: 30px 0 0 0;
}

.lianxixing p {
    font-size: 14px;
    color: #666;
    line-height: 33px;
}

.telwens {
    width: 50%;
    float: left;
}

.gzh {
    margin-top: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 3px;
    float: left;
}

.gzh img {
    width: 120px;
}

.gzh p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}


/*留言*/

.mess {
    width: 50%;
    float: right;
    padding-top: 20px;
}

.mub01Titls {}

.mub01Titls h4 {
    font-size: 30px;
    color: #333;
    font-weight: 700;
}

.mub01Titls h4 i.xianR {
    width: 25px;
    height: 2px;
    background: #ff393a;
    display: block;
    margin: 25px 0;
    clear: both;
}

#book_post .box1 {}

#book_post .box1 .Input {
    width: 49%;
    float: left;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

#book_post .box1 .Input1 {}

#book_post .box1 .Input2 {
    float: right;
}

#book_post .box1 .Input input {
    width: 100%;
    line-height: 53px;
    font-size: 14px;
    color: #999;
    padding-left: 15px;
}

#book_post .box1 textarea {
    width: 100%;
    height: 140px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    margin: 15px 0;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    padding: 10px 15px;
}

#book_post .box1 .submit {
    width: 49%;
    float: right;
    line-height: 53px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #ff3939;
    overflow: hidden;
    border-radius: 5px;
}
#book_post .box1 .submit:hover{
    background-color: #222;
}
.yzmtj {}

.yzmtj .sr {
    width: 49%;
    float: left;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: #999;
}

.yzmtj .sr input {
    width: 100%;
    line-height: 53px;
    font-size: 14px;
    color: #999;
    padding-left: 15px;
}

.yzmtj img {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


/*分公司*/

.lx-fengongsi {
    background: #f5f5f5;
    padding: 50px 0;
    overflow: hidden;
}

.fengongsi {
    width: 49%;
    float: left;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    padding: 30px 50px;
}

.fengongsi:nth-child(2) {
    float: right;
}

.fengongsi:nth-child(4) {
    float: right;
}

.fengongsi p strong {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    padding-bottom: 20px;
    display: block;
}

.fengongsi p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.lxditu {
    padding: 0 0 70px;
    /* background-color: #f5f5f5; */
}

.lxditu .title {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    background: #1e2343;
    padding: 20px 0;
    margin-top: 20px;
}

.lxditu iframe {
    width: 100%;
    padding: 3px;
    border: 1px solid #e1e1e1;
    height: 500px;
}
.lxditu iframe *{
    font-size: 12px;
}

/*联系我们end*/


/*新闻列表*/

.newstitem {
    padding: 2%;
    border: 1px solid #eee;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.news_wrapper {
    width: 70%;
    float: left;
}

.news_wrapper .date {
    /*	width: 15%;*/
    float: left;
    background: #2a3452;
    padding: 35px 25px;
}

.news_wrapper .date .md {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
}

.news_wrapper .date .year {
    font-size: 22px;
    color: #fff;
    clear: both;
    display: block;
}

.newsbody {
    float: left;
    padding-left: 5%;
    width: 80%;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.newsbody p.title {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    line-height: 50px;
    padding-bottom: 10px;
}

.newsbody p.description {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.newsbody:before {
    content: "";
    border-top: 1px solid #787878;
    width: 0px;
    position: absolute;
    left: -25px;
    top: 25%;
    transition: all 0.3s ease-out 0s;
    z-index: 999;
}

.newstitem:hover .newsbody:before {
    width: 48px;
}

.newstitem:hover .newsbody {
    padding-left: 7%;
}

.newstitem:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}

.newsimg {
    width: 18%;
    float: right;
}

.newsimg img {
    width: 100%;
}


/*新闻列表end*/


/*新闻详细*/

.new02 {
    overflow: hidden;
}

.n01 h2 {
    font-size: 26px;
}

.n01 span#ffb {
    color: #999;
    margin-bottom: 20px;
    display: block;
    line-height: 35px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
    font-size: 12px;
    padding-top: 10px;
}

.new02 .n01 {
    width: 73%;
    float: left;
}

.ncontent ul,
.ncontent li {
    list-style-position: inside !important;
}

.new02 .n02 {
    width: 25%;
    float: right;
}

.new02 h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    padding-bottom: 20px;
}

.nll01 {
    background: #f5f5f5;
    padding: 35px 20px;
}

.nll01 ul {
    margin-top: 10px;
}

.nll01 li {
    line-height: 22px;
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    color: #888;
}

.nll01 li a {
    color: #888;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nll01 .bottom {
    background: #ff393a;
    color: #fff;
    padding: 7px 25px;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.nll02 {
    border-bottom: 1px dashed #ccc;
    display: inline-block;
    padding-bottom: 20px;
}

.nll02 .cp02 {}

.nll02 .cp02 a {
    float: left;
    background: #ff393a;
    color: #fff;
    padding: 7px 20px;
    margin: 8px 10px 8px 0;
}

.nll02 .cp02 a:hover {
    background: #ff393a;
    color: #fff;
}

.ncontent {
    line-height: 33px;
    padding: 20px 0;
    color: #666;
    font-size: 14px;
}


/*上下篇*/

._detailPage_bottom {
    border-top: 1px solid #eee;
    margin-top: 30px;
}

._detailPage_bottom li {
    line-height: 50px;
    overflow: hidden;
    height: 50px;
    padding: 0 10px;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

._detailPage_bottom ._mark {
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

._detailPage_bottom ._title {
    font-size: 14px;
    float: left;
    width: 68%;
}

._detailPage_bottom ._title:hover {
    color: #ff393a;
}

._detailPage_bottom ._time {
    float: right;
}

.bdsharebuttonbox .bds_more {
    float: none;
    padding-left: 2px;
    background: none;
    text-indent: 0;
}


/*公寓家具*/

.indexgongyu {
    padding: 70px 0 70px 0;
    background: #f5f5f5;
}

.protitle .title02 font {
    font-size: 111px;
    font-weight: bold;
    color: #f7f7f7;
    text-transform: uppercase;
    letter-spacing: -3px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: -1;
    line-height: 70px;
}

.protitle .title02 font.aizi {
    font-size: 111px;
    font-weight: bold;
    color: #e1e1e1;
    text-transform: uppercase;
    letter-spacing: -3px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: -1;
    line-height: 70px;
}

.protitle {
    text-align: center;
}

.protitle .title02 {
    font-size: 40px;
    position: relative;
    font-weight: 700;
    padding-bottom: 0px;
    padding-top: 0px;
}

.protitle span {
    font-size: 16px;
    color: #666;
}

.gallery-top-cp {
    /*    height: 420px!important;*/
    width: 100%;
    margin-top: 35px;
}

.gallery-thumbs-title {
    height: 80px;
    box-sizing: border-box;
    margin-top: 60px;
}

.gallery-thumbs-title .swiper-slide {
    height: 80px;
    text-align: center;
    color: #333;
    position: relative;
    border-right: 1px solid #e1e1e1;
}

.gallery-thumbs-title .swiper-slide:hover {
    cursor: pointer;
}

.gallery-thumbs-title .swiper-slide .flmoren {
    position: absolute;
    height: 80px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .4s ease-out;
    background: #f5f5f5;
}

.gallery-thumbs-title .swiper-slide .flmoren img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.gallery-thumbs-title .swiper-slide .flmoren p {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.gallery-thumbs-title .swiper-slide .flhover img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.gallery-thumbs-title .swiper-slide .flhover p {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.gallery-thumbs-title .swiper-slide .flhover {
    position: absolute;
    height: 80px;
    width: 100%;
    top: 81px;
    left: 0;
    z-index: 1;
    transition: all .4s ease-out;
    background: #f5f5f5;
}

.gallery-thumbs-title .swiper-slide-thumb-active .flhover {
    position: absolute;
    height: 80px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #f5f5f5;
    transition: all .4s ease-out;
}

.gallery-thumbs-title .swiper-slide-thumb-active .flhover p {
    font-weight: 700;
    color: #ff393a;
}

.gallery-thumbs-title .more {
    width: 12%;
    height: 80px;
    text-align: center;
    position: relative;
}

.gallery-thumbs-title .more .flmoren img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.gallery-thumbs-title .more .flmoren p {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.gallery-thumbs-title .more .flhover p {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.gallery-thumbs-title .more .flmoren {
    position: absolute;
    height: 80px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .4s ease-out;
}

.gallery-thumbs-title .more .flhover {
    position: absolute;
    height: 80px;
    width: 100%;
    top: 81px;
    left: 0;
    z-index: 2;
    background: #f5f5f5;
    transition: all .4s ease-out;
}

.gallery-thumbs-title .more:hover .flmoren {
    top: -81px;
}

.gallery-thumbs-title .more:hover .flhover {
    top: 0;
}

.gallery-thumbs-title .more:hover .flhover p {
    font-weight: 700;
    color: #1e2343;
}

.gallery-thumbs-title .swiper-slide:hover .flmoren {
    top: -81px;
}

.gallery-thumbs-title .swiper-slide:hover .flhover {
    top: 0;
}

.gallery-thumbs-title .swiper-slide:hover .flhover p {
    font-weight: 700;
    color: #1e2343;
}

.gallery-top-cp .swiper-slide li.dacp {
    width: 49%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-top-cp .swiper-slide li.dacp img {
    transition: all .4s ease-out;
}

.gallery-top-cp .swiper-slide li.dacp:hover img {
    transform: scale(1.2);
}

.gallery-top-cp .swiper-slide li.dacp .wen {
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 15%;
    left: 0;
}

.gallery-top-cp .swiper-slide li.dacp .wen font {
    display: block;
    float: left;
}

.gallery-top-cp .swiper-slide li.dacp .wen font.title {
    background: rgba(30, 35, 67, .95);
    color: #fff;
    padding: 25px 30px;
    height: 95px;
}

.gallery-top-cp .swiper-slide li.dacp .wen font.title span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.gallery-top-cp .swiper-slide li.dacp .wen font.title i {
    font-size: 14px;
    color: #fff;
    display: block;
    clear: both;
}

.gallery-top-cp .swiper-slide li.dacp .wen font.tuiwen {
    background: rgba(255, 57, 58, .95);
    color: #fff;
    padding: 25px 30px;
    height: 95px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.xiaocplist {
    width: 49%;
    float: right;
    overflow: hidden;
}

.xiaocplist li.xiaocp {
    width: 47%;
    float: left;
    margin: 0 5% 5% 0;
    position: relative;
    overflow: hidden;
}

.xiaocplist li.xiaocp img {
    transition: all .4s ease-out;
}

.xiaocplist li.xiaocp:hover img {
    transform: scale(1.2);
}

.xiaocplist li.xiaocp:nth-child(2) {
    margin: 0 0% 4% 0;
}

.xiaocplist li.xiaocp:nth-child(4) {
    margin: 0 0% 4% 0;
}

.xiaocplist li.xiaocp p.wen02 {
    width: 100%;
    background: #e4e4e4;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
}


/*公寓家具end*/


/*新闻详细end*/


/*分页样式开始*/

.pages {
    margin: 30px 0;
    width: 100%;
}

.pages .pagination {
    width: 100%;
    text-align: center!important;
    display: block;
}

.pages .pagination li {
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 100%;
    margin: 0 2px;
}

.pages .pagination li.active {
    background: #2a3452;
    border: 1px solid #2a3452;
}

.pages .pagination li.active a {
    color: #fff;
}

.pages .pagination li a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #888;
    width: 35px;
}


/*分页样式结束*/


/*关于我们*/

.aboutwen {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.shilimain {}

.shilimain-left {
    width: 49%;
    float: left;
}

.shilimain01 {
    position: relative;
    margin-bottom: 18px;
}

.shilimain01 img {
    width: 100%;
}

.shilimain01 p {
    display: block;
    position: absolute;
    z-index: 22;
    top: 0px;
    left: 0;
    padding-top: 10%;
    width: 100%;
    height: 100%;
    text-align: center;
}

.shilimain01 p img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.shilimain01 p strong {
    font-size: 24px;
    display: block;
    color: #fff;
    padding-top: 15px;
}

.shilimain01 p span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    color: rgba(255, 255, 255, .4);
}

.shilimain02 {
    width: 49%;
    float: left;
    position: relative;
}

.shilimain02 img,
.shilimain03 img {
    display: block;
    width: 100%;
}

.shilimain02 p,
.shilimain03 p {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 50px;
    background: rgba(0, 0, 0, .6);
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.shilimain03 {
    width: 49%;
    float: right;
    position: relative;
}

.shilimain-right {
    width: 49%;
    float: right;
    position: relative;
}

.shilimain-right .pic img {
    width: 100%;
}

.shilimain-right .wen {
    position: absolute;
    left: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    text-align: center;
}

.shilimain-right .wen p {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
}


/*关于我们结束*/


/*荣誉/风采/环境*/

.xiangguan {
    overflow: hidden;
}

.xiangguan li {
    margin: 1%;
    float: left;
    _display: inline;
    text-align: center;
    width: 23%;
    list-style: none;
    overflow: hidden;
}

.xiangguan li img {
    width: 100%;
    height: 100%;
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.parents .xiangguan li img{
    padding:10px 20px;
}
.xiangguan li .pic {
    width: 100%;
    /*    height: 272px;*/
    border: 1px solid #eee;
    padding: 5px;
    overflow: hidden;
}

.xiangguan .fc_wen {
    background: #f5f5f5;
    line-height: 50px;
    color: #333;
    font-size: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xiangguan li:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.honor .xiangguan li img{
    max-height: 200px;
    width: auto;
    margin: auto;
}

/*荣誉/风采/环境end*/


/*解决方案列表页*/

.casetitem {
    padding: 3% 0;
    border-bottom: 1px solid #eee;
    width: 50%;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    margin: -1px 0 0 0;
    float: left;
}

.case_wrapper {
    width: 70%;
    float: left;
}

.casebody {
    float: left;
    padding-left: 5%;
    width: 90%;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.casebody p.title {
    font-size: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    line-height: 35px;
    padding-bottom: 10px;
    font-weight: 700;
}

.casebody p.description {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.casebody span {
    display: block;
    float: left;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background: #1e2343;
    padding: 0 25px;
    margin-top: 18px;
    border-radius: 5px;
}


/*
.casetitem:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
}
*/

.caseimg {
    width: 30%;
    float: left;
}

.caseimg img {
    width: 100%;
}


/*方案优势*/

.indexyoushi {
    padding: 80px 0;
    overflow: hidden;
    background: #f5f5f5;
}

.inyoushi01 {
    width: 23%;
    float: left;
    background: #fff;
    margin-top: 175px;
    margin-right: 2%;
}

.inyoushi01:last-child {
    margin-right: 0;
}

.inyoushi01 .pic img {
    display: block;
    margin: -100px auto 0 auto;
}

.inyoushi01 .wen {
    padding: 40px 25px;
    text-align: center;
}

.inyoushi01 .wen p {
    font-size: 24px;
    font-weight: 700;
}

.inyoushi01 .wen font {
    display: block;
    width: 58px;
    height: 1px;
    background: #1e2343;
    margin: 20px auto;
}

.inyoushi01 .wen span {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}


/*方案优势end*/


/*方案列表页end*/


/*方案详细页*/

.n03 {
    width: 22%;
    float: right;
}

.casenll02 ul {
    margin-top: 10px;
}

.casenll02 li {
    line-height: 22px;
    border-bottom: 1px dashed #e4e4e4;
    padding: 12px 0;
    display: block;
    font-size: 14px;
    color: #888;
    overflow: hidden;
}

.casenll02 li .icon {
    display: block;
    width: 45px;
    float: left;
}

.casenll02 li .icon img {
    width: 45px;
}

.casenll02 li .wen {
    display: block;
    text-align: left;
    padding-left: 10px;
    float: left;
    padding-top: 5px;
}

.casenll02 li .wen p {
    font-size: 18px;
    color: #333;
    line-height: 20px;
}

.casenll02 li .wen span {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    text-transform: uppercase;
}

.casenll02 {
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    padding: 35px 12% 0;
}

.casenll02 h3 .xianR {
    width: 25px;
    height: 2px;
    background: #1e2343;
    display: block;
    margin: 25px 0 0px 0;
    clear: both;
}

.infangantitle .swiper-slide .icon {
    display: inline-block;
    width: 48px;
}

.infangantitle .swiper-slide .wen {
    display: inline-block;
    text-align: left;
    padding-left: 10px;
}

.infangantitle .swiper-slide .wen p {
    font-size: 18px;
    color: #333;
    line-height: 20px;
}

.infangantitle .swiper-slide .wen span {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    text-transform: uppercase;
}


/*相关产品*/

.xgchanpin {
    background: #f5f5f5;
    padding: 80px 0;
}

.swiper-container-xgpro {
    margin-top: 50px;
}

.swiper-container-xgpro .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-xgpro .swiper-slide p.wen02 {
    width: 100%;
    background: #e4e4e4;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-pagination-xgproniu {
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination-xgproniu span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e4e4e4;
    opacity: 1;
}

.swiper-pagination-xgproniu span.swiper-pagination-bullet-active {
    background: #2a3452;
}


/*相关案例*/

.qitaanli02 {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

.qitaanli02 .qtanliwen {
    background: #f5f5f5;
    padding: 30px 20px;
}


/*方案详细页end*/


/*案例展示列表*/


/*案例分类*/

.anli_lefticon {
    width: 20%;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}

.anli_lefticon h3 {
    display: block;
    line-height: 30px;
    color: #fff;
    background: #2a3452;
    font-size: 26px;
    padding: 20px 0;
}

.anli_lefticon h3 span {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
}

.anli_lefticon ul {
    padding: 10px 20px;
    display: block;
    background: #fff;
}

.anli_lefticon li {
    width: 100%;
    display: block;
    text-align: left;
    overflow: hidden;
    padding: 18px 0 18px 10px;
    border-bottom: 1px solid #eee;
}

.anli_lefticon li a {
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.anli_lefticon li.on a {
    font-weight: 700;
    color: #ff393a;
}

.anli_lefticon li:hover a {
    font-weight: 700;
    color: #ff393a;
}

.anli_lefticon li .icon {
    display: block;
    width: 40px;
    float: left;
}

.anli_lefticon li .icon img {
    width: 40px
}

.anli_lefticon li .wen {
    display: block;
    text-align: left;
    padding-left: 10px;
    float: left;
    padding-top: 5px;
}

.anli_lefticon li .wen p {
    font-size: 16px;
    color: #666;
    line-height: 18px;
}

.anli_lefticon li .wen span {
    font-size: 12px;
    color: #999999;
    line-height: 15px;
    text-transform: uppercase;
}

.nllianxi {
    margin-top: 35px;
}

.nllianxi p {
    font-size: 14px;
    text-align: left;
    color: #666;
    line-height: 35px;
}

.anli_fl {
    padding: 5px;
    background: url(../images/bkbj.jpg);
}
.anli_fl .baidi02{
    background-color: #fff;
    padding: 20px;
}


.anlilist {
    width: 77%;
    float: right;
}

.anlili {
    padding: 3% 2%;
    border: 1px solid #eee;
    width: 100%;
    /* margin-bottom: 30px; */
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    margin: -1px 0 0 0;
}

.anliimg {
    width: 26%;
    float: left;
}

.anliimg img {
    width: 100%;
}

.anli_wrapper {
    float: left;
    padding-left: 5%;
    width: 72%;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.anli_wrapper p.title {
    display: block;
    width: 100%;
    padding: 10px 0 15px 0;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    margin: 0px 0 0 0;
    font-size: 22px;
    color: #333;
    float: left;
    line-height: 36px;
    margin-bottom: 15px;
}

.anli_wrapper p.title span {
    display: block;
    float: right;
    line-height: 36px;
    padding: 0 20px;
    background: #2a3452;
    font-size: 14px;
    color: #fff;
}

.anli_wrapper p.description {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: block;
    clear: both;
}

.anlili:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}


/*案例展示列表end*/


/*案例详细页*/

.anlicon {
    width: 77%;
    float: right;
}

.news_xx {
    border: 1px solid #eee;
    padding: 20px 0 0;
    margin: 0px 0 0 0;
}

.news_xx01 {
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #2a3452;
    font-weight: 700;
}

.news_xx02 {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.news_xx03 {
    padding: 35px 20px;
}

.news_xx03 p {
    font-size: 14px;
    line-height: 27px;
    color: #666;
}

.news_xx04 img {
    display: block;
    margin: 20px auto;
}

.news_sx {
    padding: 0 20px;
    height: 40px;
    border: 1px solid #eee;
    line-height: 40px;
    color: #333;
}

.news_sx a {
    color: #0061ae;
    font-size: 12px;
}

.n_s {
    width: 49%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid #eee;
    font-size: 12px;
}

.n_x {
    width: 50%;
    float: right;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.n_s span {
    display: inline-block;
    float: left;
}

.n_s a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 82%;
}

.n_x a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    font-size: 14px;
    width: 82%;
    text-align: left;
}


/*客户案例*/

.qitaanli {
    padding: 80px 0;
    background: #f5f5f5;
    overflow: hidden;
}

.swiper-container-qtanli .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.swiper-container-qtanli .swiper-slide-active,
.swiper-container-qtanli .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-container-qtanli {
    margin: 70px 0 0 0;
}

.qtanliwen {
    background: #fff;
    padding: 30px 20px;
}

.qtanliwen p.title {
    font-size: 18px;
    padding-bottom: 15px;
}

.qtanliwen p.description {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.swiper-pagination-qtal {
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination-qtal span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e4e4e4;
    opacity: 1;
}

.swiper-pagination-qtal span.swiper-pagination-bullet-active {
    background: #2a3452;
}


/*推荐新闻*/

.tuijnews {
    padding: 70px 0;
    overflow: hidden;
    border-top: 1px solid #eee;
}

.tuijnews .title {
    height: 60px;
    /*    border-bottom: 1px solid #dee2e6;*/
    position: relative;
}

.tuijnews .title p {
    display: block;
    float: left;
    font-size: 1.4rem;
    line-height: 60px;
    position: absolute;
}

.tuijnews .title p:before {
    content: " ";
    width: 5px;
    height: 29px;
    margin: 17px 10px 0 0;
    display: block;
    float: left;
    background: #1e2343;
}

.xgnewslist {
    overflow: hidden;
    padding: 5px 0 0 0;
}

.xgnewslist li {
    display: block;
    padding-left: 15px;
    background: url(../images/yuanquan.png) no-repeat 0 center;
    height: 45px;
    line-height: 45px;
    width: 90%;
}

.xgnewslist li a {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    width: 60%;
    float: left;
    text-overflow: ellipsis;
}

.xgnewslist li span {
    display: block;
    float: right;
    padding-right: 5%;
    font-size: 0.8rem;
    color: #999;
}


/*案例详细页end*/


/*产品频道*/


/*产品左侧分类*/

.product_left {
    width: 20%;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}

.product_left h3 {
    display: block;
    line-height: 30px;
    color: #fff;
    background: #2a3452;
    font-size: 26px;
    padding: 20px 0;
}

.product_left h3 span {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 5px;
}

.product_left ul {
    padding: 10px 20px;
    display: block;
    background: #fff;
}

.product_left li {
    width: 100%;
    display: block;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #eee;
}

.product_left li a {
    display: flex;
    height: 60px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}

.subfllist_z {
    width: 95%;
}

.subfllist_zdiv {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.subfllist_i {
    width: 8%;
}

.subfllist_i i {
    font-size: 18px;
}

.product_left li.on a {
    color: #ff393a;
    font-weight: 700;
}

.product_left li.on i {
    color: #ff393a;
}

.product_left li:hover a {
    color: #ff393a;
    font-weight: 700;
}


/*左侧三级分类*/

.subfllist {
    background: #f5f5f5;
    padding: 15px;
}

.subfllist a {
    display: block;
    font-size: 14px;
    color: #666;
    background: url("../images/yuanquan.png") no-repeat 5px center;
    line-height: 33px;
    padding-left: 20px;
    text-align: left;
}

.prolistindex {
    width: 100%;
    float: right;
}

.cptit {
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px dotted #ccc;
    overflow: hidden;
    border-left: none;
    border-right: none;
}

.cptit p {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    display: block;
    float: left;
    width: 60%;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cptit p i{
    font-size: 30px;
    color: #ff3939;
    /* background-color: #ff3939; */
    border-radius: 100%;
    /* width: 36px; */
    /* height: 36px; */
    /* display: inline-block; */
    /* text-align: center; */
    /* line-height: 36px; */
    position: relative;
    top: 3px;
}
.cptit a {
    display: block;
    float: right;
    line-height: 36px;
    padding: 0 20px;
    background: #353956;
    font-size: 14px;
    color: #fff;
}
.cptit a:hover{
    background-color: #222;
}
.prowrapper01 {
    overflow: hidden;
    margin-bottom: 30px;
}

.prowrapper01 li {
    width: 31%;
    float: left;
    margin: 3% 3% 3% 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.prowrapper01 li img {
    transition: all .4s ease-out;
    width: 100%;
}

.prowrapper01 li:hover img {
    transform: scale(1.2);
}

.prowrapper01 li p.wen02 {
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
}

.prowrapper01 li:nth-child(4) {
    margin-right: 0;
}


/*产品列表*/


/*右侧产品*/

.proright {
    width: 77%;
    float: right;
}


/*产品三级分类展示*/

.pro_list {
    overflow: hidden;
    margin-bottom: 30px;
}

.pro_list li {
    width: 31%;
    float: left;
    margin: 3% 3% 3% 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.pro_list li img {
    transition: all .4s ease-out;
    width: 100%;
}

.pro_list li:hover img {
    transform: scale(1.2);
}

.pro_list li span {
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pro_list li:nth-child(3) {
    margin-right: 0;
}

.prolieblist {}

.prolieblist .wrapper li.dacp {
    width: 49%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}

.prolieblist .wrapper li.dacp:nth-child(2) {
    float: right;
}

.prolieblist .wrapper li.dacp img {
    transition: all .4s ease-out;
    width: 100%;
}

.prolieblist .wrapper li.dacp:hover img {
    transform: scale(1.2);
}

.prolieblist .wrapper li.dacp .wen {
    display: block;
    position: absolute;
    z-index: 99;
    top: 15%;
    left: 0;
}

.prolieblist .wrapper li.dacp .wen font {
    display: block;
    float: left;
}

.prolieblist .wrapper li.dacp .wen font.title {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 25px 30px;
    height: 95px;
}

.prolieblist .wrapper li.dacp .wen font.title span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.prolieblist .wrapper li.dacp .wen font.title i {
    font-size: 14px;
    color: #fff;
    display: block;
    clear: both;
}

.prolieblist .wrapper li.dacp .wen font.tuiwen {
    background: rgba(230, 156, 40, .8);
    color: #fff;
    padding: 25px 30px;
    height: 95px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.prolist02 {
    overflow: hidden;
    clear: both;
}

.prolist02 li {
    width: 31%;
    float: left;
    margin: 0% 3% 3% 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.prolist02 li img {
    transition: all .4s ease-out;
    width: 100%;
}

.prolist02 li:hover img {
    transform: scale(1.2);
}

.prolist02 li p.wen02 {
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
}

.prolist02 li:nth-child(3) {
    margin-right: 0;
}


/*产品列表end*/


/*产品详细开始*/

.proxx01 {
    width: 100%;
    overflow: hidden;
}

.propic {
    width: 50%;
}

.gallery-top-cpxx {
    /* height: 85%; */
    width: 100%;
}

.gallery-thumbs-cpxx {
    /* height: 15%; */
    box-sizing: border-box;
    padding: 5px 0;
    background: #fff;
}

.gallery-thumbs-cpxx .swiper-slide {
    height: 100%;
    opacity: 0.4;
    background-size: cover!important;
    background-position: center center;
}

.gallery-thumbs-cpxx .swiper-slide-thumb-active {
    opacity: 1;
}


/*右侧文字*/

.proxxtitle {
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 0 0 0 5%;
}

.proxxtitle .title{
    padding: 10px 0 20px 0;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.proxxtitle .title h2{
    font-size: 26px;
    color: #222;
    font-weight: bold;
    margin-bottom: 12px;
}
.proxxtitle .title p{
    color: #999;
}

.proxxtitle .note pre {
    font: 0.9rem Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    line-height: 30px;
    color: #888;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #eee;
}

.proxxtitle .goumai {
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    background: #ff393a;
    margin: 50px 0 0 10px;
    display: inline-block;
    line-height: 50px;
    height: 50px;
}



.proxxtitle .goumai img {
    width: 40px;
    padding-right: 10px;
}

.proxxtitle .goumai a {
    display: block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}
.proxxtitle .goumai i{
    font-size: 2rem;
    position: absolute;
}
.proxxtitle .goumai span {
    font-size: 16px;
    padding-left: 2.5rem;
}
.proxxtitle .goumai:last-of-type{
    background-color: #2a3452;
}
.proxxtitle .goumai:last-of-type span{
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
}
.proxxtitle .goumai:hover {
    background-color: #000;
}

.proxx02 {
    background: #fff;
    margin: 35px 0 0 0;
    border: 1px solid #eee;
}

.proxx02 .title {
    width: 100%;
    text-align: center;
    background: #eee;
    line-height: 24px;
    color: #333;
    align-items: center;
    justify-content: center;
}

.proxx02 .title p {
    line-height: 24px;
    padding: 20px 0;
    font-size: 22px;
}

.proxx02 .canshu,
.proxx02 .content {
    padding: 30px 20px;
}

.proxx02 .canshu table {
    width: 100%;
}

.proxx02 .canshu table tr td {
    border: 1px solid #dbdbdb;
    padding: 10px;
    line-height: 20px;
}

.proxx02 .content img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto!important;
}

.proxx02 .content p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}


/*产品详细结束*/


/*塑胶产品*/

.flmoren .iconfont,
.flhover .iconfont {
    font-size: 40px;
}

.gallery-thumbs-title .swiper-slide-thumb-active .flhover .iconfont {
    color: rgba(255, 57, 58, 1) !important;
}

.gallery-thumbs-title .swiper-slide-thumb-active .flhover p {
    font-weight: 700;
    color: rgba(255, 57, 58, 1) !important;
}

.gallery-thumbs-title .more .flhover .iconfont {
    color: rgba(255, 57, 58, 1) !important;
}

.gallery-thumbs-title .more .flhover p {
    font-weight: 700;
    color: rgba(255, 57, 58, 1) !important;
}


/*补充内页分类  */

.nyflbox {
    padding: 30px 0 0;
    width: 90%;
    margin: 0 auto;
    display: none;
    flex-wrap: wrap;
}

.nyflbox a {
    width: 49%;
    margin-right: 2%;
    height: 40px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    text-align: center;
    line-height: 40px;
}

.nyflbox a.on {
    background-color: #ff393a;
    color: #fff;
}

.nyflbox a:nth-child(even) {
    margin-right: 0;
}


/*补充*/

.news_xx03 img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    /* 产品页 */
    .conts {
        padding: 70px 0;
    }
    .product_left ul {
        padding: 10px;
    }
    /* 产品详细页 */
    .xgchanpin {
        padding: 70px 0;
    }
    .protitle .title02 {
        font-size: 36px;
    }
    .protitle .title02 font.aizi {
        font-size: 90px;
    }
    .swiper-container-xgpro {
        margin-top: 35px;
    }
    .qitaanli02 {
        padding: 70px 0;
    }
    .swiper-container-qtanli {
        margin-top: 35px;
    }
    .tuijnews {
        padding: 70px 0 0;
    }
    .cpxqbox.tuijnews {
        padding: 70px 0 50px;
    }
    /* 风采页面 */
    .sub_left li a {
        padding: 0 30px;
    }
    /* 新闻详细 */
    .gallery-thumbs-title .swiper-slide .flmoren p,
    .gallery-thumbs-title .swiper-slide-thumb-active .flhover p,
    .gallery-thumbs-title .more .flmoren p,
    .gallery-thumbs-title .more .flhover p {
        font-size: 16px;
    }
    .gallery-thumbs-title {
        margin-top: 35px;
    }
    /* 联系我们 */
    .conwen {
        padding: 0 0 20px;
    }
    .conwen p.xiaowenzi {
        width: 100%;
    }
    .conwen h2 {
        font-size: 22px;
    }
    .lxlogo p span,
    .mub01Titls h4 {
        font-size: 26px;
    }
    .fengongsi {
        padding: 20px 15px;
    }
    .fengongsi p strong {
        font-size: 18px;
        padding-bottom: 15px;
    }
    /* 材质列表 */
    .anli_lefticon ul {
        padding: 10px;
    }
    .anli_lefticon li {
        padding: 15px 0;
    }
}

@media screen and (max-width: 992px) {
    /* 内页顶部背景 */
    .mub02address .wrap {
        width: 98%;
    }
    .mub02address .con a.homePage{
        margin-top: 12px;
    }
    .mub02address .con a.homePage img{
        width: 85%;
        opacity: .6;
    }
    /* 产品页 */
    .conts {
        padding: 60px 0;
    }
    .product_left {
        width: 30%;
    }
    .prolistindex {
        width: 100%;
    }
    .pro_list li:nth-child(2),
    .prolist li:nth-child(2),
    .proli li:nth-child(2) {
        display: none;
    }
    .pro_list li,
    .proli li {
        width: 48%;
    }
    .cptit p {
        font-size: 22px;
    }

    .proxxtitle .note pre{
        padding: 20px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .proxxtitle .goumai{
        margin-left: 0;
        margin-top: 20px;
    }
    .proxxtitle .goumai span{
        font-size: 16px;
    }
    .proxx02{
        border-left: none;
        border-right: none;
    }
    .proxx02 .canshu, .proxx02 .content{
        padding: 30px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .proxxtitle .title{
        display: block;
    }
    .proxx02 .title{
        display: block;
    }
    .proxx02 .title p{
        font-size: 18px;
        padding: 10px;
        /* text-align: left; */
    }
    .swiper-container-xgpro .swiper-slide p.wen02{
        line-height: 40px;
        font-size: 13px;
    }
    /* 产品列表 */
    .proright {
        width: 67%;
    }
    .xgchanpin {
        padding: 60px 0;
    }
    .protitle .title02 {
        font-size: 32px;
    }
    .protitle .title02 font.aizi {
        font-size: 70px;
    }
    .swiper-container-xgpro {
        margin-top: 30px;
    }
    .qitaanli02 {
        padding: 60px 0;
    }
    .qitaanli02 .qtanliwen {
        padding: 15px;
    }
    .qtanliwen p.title {
        padding-bottom: 10px;
    }
    .tuijnews {
        padding: 60px 0 0;
    }
    .swiper-container-qtanli .swiper-slide {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .proxxtitle {
        /* margin-top: -50px; */
        padding: 0;
        width: 100%;
    }
    .cptit a {
        line-height: 24px;
        padding: 0 16px;
        font-size: 12px;
        margin-top: 9px;
    }
    .propic {
        width: 100%;
    }
    /* 风采页面 */
    .sub_left li a {
        padding: 0 20px;
    }
    .xiangguan li {
        width: 32%;
        margin: 0;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .xiangguan li:nth-child(4n) {
        margin-right: 2%;
    }
    .xiangguan li:nth-child(3n) {
        margin-right: 0;
    }
    /* 新闻列表 */
    .news_wrapper {
        width: 80%;
    }
    .newsbody {
        width: 75%;
    }
    .newsbody p.description {
        font-size: 12px;
        line-height: 20px;
    }
    /* 新闻详情 */
    .indexgongyu {
        padding: 60px 0;
    }
    .gallery-thumbs-title {
        margin-top: 30px;
    }
    .gallery-top-cp {
        margin-top: 25px;
    }
    /* 关于我们 */
    .aboutwen p {
        font-size: 14px;
        line-height: 24px;
    }
    .shilimain-left {
        width: 100%;
    }
    .shilimain-right {
        margin-top: 20px;
        width: 100%;
    }
    /* 在线留言 */
    .conwen h2 {
        font-size: 20px;
    }
    .contelss {
        padding: 40px 0 0;
    }
    .lxlogo p span,
    .mub01Titls h4,
    .lxditu .title {
        font-size: 22px;
    }
    .lxlogo p {
        padding-left: 10px;
    }
    .lianxixing {
        padding-top: 15px;
    }
    .gzh {
        margin-top: 10px;
    }
    .fengongsi p {
        font-size: 12px;
    }
    .lxditu {
        padding: 20px 0 50px;
    }
    .lxditu .title{
        display: block;
    }
    .lxditu iframe{
        height: 250px;
    }
    /* 材质列表 */
    .anli_lefticon {
        width: 30%;
    }
    .anlilist {
        width: 67%;
    }
    .wrapper.albox {
        display: flex;
        flex-wrap: wrap;
    }
    .wrapper.albox>div {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
        padding: 0;
    }
    .wrapper.albox>div:nth-child(even) {
        margin-right: 0;
    }
    .wrapper.albox .anlicontent {
        display: block;
    }
    .anliimg {
        width: 100%;
    }
    .anli_wrapper {
        width: 100%;
        padding-left: 0;
    }
    .anli_wrapper p.title {
        font-size: 16px;
        border: 0;
        margin-bottom: 0;
        padding: 10px 5px;
        text-align: center;
    }
    .anli_wrapper p.title span {
        display: none;
    }
    .anli_wrapper p.description {
        display: none;
    }
    /*材质详情 */
    .anlicon {
        width: 67%;
    }
    .qitaanli {
        padding: 60px 0;
    }
    .qtanliwen {
        padding: 15px 10px;
    }
}

@media screen and (max-width: 768px) {
    /* 顶部背景 */
    .nybannj {
        height: 40px;
        overflow: hidden;
        background-color: rgba(0, 0, 0, .7);
    }
    .nybanner {
        background-image: none!important;
    }
    .mub02address {
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
    }
    .mub02address .con {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .con p {
        color: #fff;
    }
    .mub02address .con p a {
        color: #fff;
    }
    .mub02address {
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
    }
    .mub02address .con a {
        line-height: 40px;
    }

    /* 分页 */
    .pages {
        margin: 20px 0;
    }
    /* 产品页 */
    .conts {
        padding: 35px 0 30px;
    }
    .product_left {
        display: none;
    }
    .prolistindex,
    .proright {
        width: 100%;
    }
    .cptit {
        padding: 10px;
    }
    .prowrapper01 li p.wen02 {
        font-size: 12px;
    }
    .cptit p {
        font-size: 18px;
    }
    /* 产品列表 */
    .prolist02 li {
        width: 49%;
        margin-right: 2%;
    }
    .prolist02 li:nth-child(3n) {
        margin-right: 2%;
    }
    .prolist02 li:nth-child(2n) {
        margin-right: 0;
    }
    /* 产品详细 */
    .proxxtitle {
        margin-top: 0;
    }
    .proxxtitle .goumai {
        width: auto;
    }
    .xgchanpin {
        padding: 50px 0;
    }
    .protitle .title02 {
        font-size: 24px;
    }
    .protitle span {
        font-size: 14px;
    }

    .tuijnews {
        display: none;
    }
    .qitaanli02 {
        padding: 50px 0;
    }
    .swiper-container-qtanli {
        margin-top: 30px;
    }
    .qtanliwen p.description {
        font-size: 12px;
        line-height: 20px;
    }
    /* 风采页面 */
    .xiangguan li {
        width: 48%;
    }
    .xiangguan li:nth-child(3n) {
        margin-right: 2%;
    }
    .xiangguan li:nth-child(2n) {
        margin-right: 0;
    }
    /* 新闻列表 */
    .newsimg {
        display: none;
    }
    .news_wrapper {
        width: 100%;
    }
    .news_wrapper .date {
        padding: 20px;
    }
    .newsbody {
        width: 65%;
    }
    .newstitem:hover .newsbody {
        padding-left: 8px;
    }
    .newsbody p.title {
        line-height: 20px;
    }
    /* 新闻详情 */
    .indexgongyu {
        display: none;
    }
    .new02 .n02 {
        display: none;
    }
    .new02 .n01 {
        width: 100%;
    }
    .n01 h2 {
        font-size: 18px;
    }
    .n01 span#ffb {
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .ncontent p {
        font-size: 12px;
        line-height: 20px;
    }
    .ncontent {
        padding: 0;
        padding-bottom: 20px;
    }
    ._detailPage_bottom ._title {
        font-size: 12px;
    }
    ._detailPage_bottom a {
        font-size: 12px;
    }
    /* 关于我们 */

    .shilimain01 p {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .shilimain01 p strong {
        font-size: 16px;
        padding-top: 5px;
    }
    .shilimain02 p,
    .shilimain03 p,
    .shilimain-right .wen p {
        line-height: 30px;
        font-size: 16px;
    }
    /* 在线留言 */
    .conwen h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .conwen p.xiaowenzi {
        font-size: 12px;
        line-height: 20px;
    }
    .telwens,
    .mess {
        width: 100%;
    }
    .lxlogo p span,
    .mub01Titls h4,
    .lxditu .title {
        font-size: 20px;
    }
    .lxdianh {
        width: 30%;
        margin-right: 10px;
    }
    .lianxixing p {
        font-size: 12px;
        line-height: 22px;
    }
    .gzh {
        display: none;
    }
    .mess {
        padding-top: 30px;
    }
    .mub01Titls h4 i.xianR {
        margin: 15px 0;
    }
    .fengongsi {
        width: 100%;
        margin-bottom: 10px;
    }
    .fengongsi p strong {
        font-size: 16px;
        padding-bottom: 10px;
    }
    /* 材质列表 */
    .anli_lefticon {
        display: none;
    }
    .anlilist {
        width: 100%;
    }
    .anli_wrapper p.title {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* 材质详情 */
    .anlicon {
        width: 100%;
    }
    .qitaanli {
        padding: 50px 0;
    }
    .news_xx02 {
        font-size: 12px;
    }
    .news_xx01 {
        font-size: 20px;
    }
    /* 面包屑 */
    .con p,
    .mub02address .con a {
        font-size: 12px;
    }
    .nyflbox {
        display: flex;
    }
}
