/*
* @Author: Marte
* @Date:   2016-07-30 10:52:49
* @Last Modified by:   Marte
* @Last Modified time: 2023-05-09 09:37:55
*/
.w100p{
    width: 100%;
    margin: 0 auto;
}
.w98p{
    width: 98%;
}
.w50p{
    width: 48%;
}
.w33p{
    width: 31.33%;
}
.w50p img,.w98p img,.w33p img{
    width: 100%;
}
/* 头部 */
.container{
    width: 640px;
    margin: 0 auto;
    position: relative;
}
.header{
    width: 640px;
    margin: 0 auto;
    position: fixed;
    z-index: 101;
    top: 0;
}
.topLogo{
    width: 100%;
    padding-top: 21px;
    padding-bottom: 10px;
    background: #f2a12c;
    color: #fff;
}
.topLogo img{
    width: 33%;
    margin: 0 1rem;
}
.topLogo div.fl{
    width: 35%;
    height: 5.2rem;
    padding-left: 1rem;
    border-left: 2px solid #fff;
}
.topLogo h2{
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.topLogo p{
    font-size: 8rem;
    line-height: 2.8rem;
}
.gesheng{

    width: 640px;
    font-size: 1.8rem;
}
.gesheng table{
    border-collapse: collapse;
    border: none;
    width: 640px;
}
.gesheng table td{
    width: 64px;
    text-align: center;
    border: 1px solid #bbb;
}
.gesheng table td a{
    color: #333;
    font-size: 1.6rem;
}
/* 轮播图 */
.solider{
    width: 640px;
    position: relative;
    overflow: hidden;
}
.solider img{
    width: 640px;
}
.solider .hd{
    width: 640px;
    height: 1.1rem;
    position: absolute;
    z-index: 1;
    bottom: 1rem;
    text-align: center;
}
.solider .hd ul{
    height: 1rem;
    font-size: 0;
    vertical-align: top;
}
.solider .hd ul li{
    display: inline-block;
    width: 10px;
    height: 1rem;
    border-radius: 10px;
    background: #f2a12c;
    opacity: 0.8;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    z-index: 99;
}
.solider .hd ul li.on{
    background: #aaa;
}
/* 首页公用标题 */
.title{
    text-align: center;
}
.title h3{
    display: inline-block;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
    position: relative;
}

.anli .title h3{
    color: #333;
}
.title h3 i{
    position: absolute;
    top: 12px;
    width: 97px;
    height: 15px;
    background: url(../../images/star.png) center no-repeat;
}
.title h3 i.left{
    left: -117px;
}
.title h3 i.right{
    right: -117px;
}
/* menu */
.menu{
    width: 640px;
}
.menu ul{
    margin-top: 26px;
}
.menu ul li{
    float: left;
    width: 83px;
    margin-left: 37px;
    margin-bottom: 30px;
    font-size: 0;
}
.menu ul li img{
    width: 100%;
}
.menu ul li h3{
    width: 87px;
    font-size: 2rem;
    color: #444;
    text-align: center;
    margin-top: 10px;
}
/* main title */
.main-title{
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    color: #000;
}
.main-titlebg{
    position: relative;
    height: 3rem;
    background: url(../images/title01_bg.png) center no-repeat;
}
.main-titleline{
    display: block;
    width: 98px;
    height: 1px;
    background: #f28101;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
    margin-left: -49px;
}
/* main01 */
.title01{
    background: #271a0a;
}
.title01 h3{
    background: url(../images/title01_bg.png) center no-repeat;
    color: #feea79;
}
.title01 p{
    height: 3rem;
    font-size:1.8rem;
    text-align: center;
    line-height: 3rem;
    color: #936402;
}
.main01 .con01{
    margin: 0 auto;
}
.main01 .con01 li{
    margin: 1%;
    float: left;
    position: relative;
}
.festival li h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}
.trade li h5{
    width: 185px;
    height: 42px;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -92.5px;
    border: 1px solid #fff;
}
.trade h5 span{
    display: block;
    width: 179px;
    height: 36px;
    background: #fff;
    opacity: 0.8;
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
    margin: 2px 0 0 2px;
    text-align: center;
}
.trade .tradeHot{
    width: 185px;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -92.5px;
    text-align: center;
}
.trade .tradeHot p{
    display: inline-block;
    font-size: 12px;
    background: #fff;
    opacity: 0.8;
    padding: 0 5px;
}
.trade .tradeHot p.colorF{
    color: #fff;
}
.trade .tradeHot i{
    position: absolute;
    top: 18px;
    width: 44px;
    height: 1px;
    background: #fff;
}
.trade .tradeHot i.left{
    left: 0;
}
.trade .tradeHot i.right{
    right: 0;
}
.trade .tradeMenu:hover{
    opacity: 1;
}
.design li p {
    text-align: center;
    background-color: rgb(0,0,0,0.1);
    padding: 5px 0;
    font-size: 18px;
}

/* 二级页面banner */
.two_banner img{
    width: 100%;
}

/* 团体定制页面 */

/* 产品目录 */
.header h3{
    width: 48px;
    height: 48px;
    line-height: 24px;
    padding: 5px;
    font-size: 2.4rem;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 14px;
    border-radius: 10px;
}
.hide-menu{
    max-width: 640px;
    position: fixed;
    background: #fff;
    padding: 10px 0;
    z-index: 100000;
}

.hide-menu li{
    float: left;
    width: 20%;
    text-align: center;
    padding: 5px 0;
}
.hide-menu li a{
    display: block;
    font-size: 1.8rem;
    color: #333;
}
.gongchang{
    margin-top: 40px;
}
.gc-con{
    margin-top: 15px;
}
.gc-con img{
    width: 100%;
}

/* 部分案例页面 */

/* 产品目录 */
.anli-menu{
    margin-top: 15px;
}
.anli-menu ul{
    margin-left: 5.5%;
}
.anli-menu li{
    width: 30%;
    float: left;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 15px;
    margin-right: 15px;
    overflow: hidden;
    height: 3.5rem;
}
.anli-menu li a{
    color: #333;
}
.anli-menu li.active a{
    color: #af7700;
}
.anli-menu li i{
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 10px;
    margin-bottom: 5px;
    background: #af7700;
    -webkit-transform: rotate(45deg) ;
       -moz-transform: rotate(45deg) ;
        -ms-transform: rotate(45deg) ;
         -o-transform: rotate(45deg) ;
            transform: rotate(45deg) ;
}
/* 产品互导 */
.anli-hudao{

}
.anli-hudao li{
    float: left;
    width: 28%;
    text-align: center;
    background: #af7700;
    border-radius: 10px;
    margin: 2.5%;
}
.anli-hudao li a{
    display: block;
    font-size: 2rem;
    color: #fff;
    padding: 3px 0;
}
.banner01 img{
    width: 100%;
}

/* 主题开发页面 */
/* 开模定制流程 */
.dzlc{
    margin-top: 30px;
}
.dzlc-con li{
    float: left;
    width: 33.333%;
    margin-top: 15px;
}
.dzlc-con li img{
    display: block;
    width: 95%;
    margin: 0 auto;
}

/* 经典现款页面 */
/* 现款产品目录 */
.xk-menu{
    margin-top: 15px;
}
.xk-menu ul{
    margin-left: 5.5%;
}
.xk-menu li{
    width: 30%;
    float: left;
    text-align: center;
    font-size: 2.2rem;
    margin: 0 1rem 1rem 0;

    overflow: hidden;
}
.xk-menu li a{
    color: #333;
}
.xk-menu li.active a{
    color: #ff9700;
}
.xk-menu li i{
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 10px;
    margin-bottom: 5px;
    background: #f28101;
    -webkit-transform: rotate(45deg) ;
       -moz-transform: rotate(45deg) ;
        -ms-transform: rotate(45deg) ;
         -o-transform: rotate(45deg) ;
            transform: rotate(45deg) ;
}
.xkConList{
    width: 96%;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 10px;
}
.xkConList li{
    float: left;
    color: #27190a;
    margin-bottom: 20px;
    width: 49%;
}
.ztConList li{
    width: 100%;
}
.xkConList li:nth-child(2n-1) {
    margin-right: 12px;
}
.xkConList li img{
    width: 100%;
}
.xkConList h3.xkConListTitle{
    height: 25px;
    position: relative;
}
.xkConList .xkConListTitle a{
    display: block;
    font-size: 12px;
    color: #323440;
    position: absolute;
    top: -3px;
    left: 50%;
    z-index: 100;
    margin-left: -145px;
    text-align: center;
}
.xkConList .xkConListTitle span{
    display: block;
    font-size: 2rem;
    width: 290px;
    text-align: center;
    background: #2d1d00;
    color: #fff;
}
.xkConList .main06Con{
    padding-top: 30px;
}
.xkConList .main06Con h3{
    width: 100%;
    color: #27190a;
    padding-left: 10px;
    font-size: 1.6rem;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}
.xkConList .main06Con p a{
    color: #27190a;
    border: 1px solid #97917d;
    font-size: 1.4rem;
    display: block;
    margin-left: -1px;
    text-align: center;
    float: left;
    padding: 5px 21px;
}
/* shop详情页 */

.shop-js h3{
    text-align: center;
    font-size: 2.4rem;
    color: #000;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.shop-js p{
    font-size: 2.2rem;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    line-height: 3rem;
}
.shop-js p span{
    font-size: 2.2rem;
    line-height: 2.2rem;
}

.shop-js img{
    width: 100%;
}
.shop-js p span.qylogo img{
    width: auto;
}
.home-device {
    width: 640px;
    margin: 0 auto;
    position: relative;
}
.home-device .arrow-left {
    background: url(../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 98;
}
.home-device .arrow-right {
    background: url(../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 98;
}
.swiper-main{
    width: 100%;
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 640px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
}
.swiper-wrapper li{
    float: left;
}
.swiper-wrapper li img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.pagination1 {
    text-align: center;
    position: absolute;
    z-index: 98;
    width: 100%;
    bottom: 10px;
}
.pagination1 .swiper-active-switch {
    background: #999;
}
.pagination1 .swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 1px 2px #555 inset;
    margin: 0 5px;
    cursor: pointer;
}
.pagination1 .swiper-active-switch {
    background: #999;
}
/* 资讯详情页 */
.hangye-xq{
    margin-top: 30px;
}
.xq-con h4{
    font-size: 2.5rem;
    text-align: center;
    color: #333;
    line-height: 3rem;
    border-bottom: 1px dashed #d4d4d4;
    margin-bottom: 25px;
}
.xq-con img{
    display: block;
    width: 70%;
    margin: 0 auto;
}
.xq-con p{
    font-size: 1.6rem;
    line-height: 3rem;
}
.xq-con p:nth-child(1){
    margin-top: 30px;
}
.fanye{
    margin-top: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.fanye p{
    font-size: 1.6rem;
    line-height: 2rem;
}
.fanye p a{
    font-size: 1.6rem;
}
.tel{
    font-size: 1.8rem;
    padding-top: 14px;
    color: #cc0000;
    font-weight: 600;
}
.tel span{
    color: #000;
}

/* 各省公司 */
/* 分页样式 */

.dede_pages{
    margin:20px 0 30px;
    text-align:center;
    font-size: 12px;
}
.dede_pages li{
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #ccc;
    line-height: 3rem;
    font-size: 1.6rem;
    color: #333;
    padding: 0 10px;
}
.dede_pages li select{
    border:0;
    font-size: 1.6rem;
}
.dede_pages li a{
    display:inline-block;
    line-height:2rem;
}
.dede_pages li.thisclass{
    background:#EEEEEE;
}
.dede_pages .pageinfo{
    font-size:1.8rem;
    padding:5px;
    display:inline-block;
}
/* 微单速定页面 */
.wd-menu{
    margin-top: 30px;
}
.wd-menu h1{
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 15px;
    background: #f28101;
    border-radius: 8px;
    color: #fff;
}
.wd-more{
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #fff;
    background: #f28101;
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}
.wd-more:hover{
    color: #fff;
}
.miaodian{
    display: block;
}
/* footer即时咨询 */
.jszx{
    position: fixed;
    bottom: 0;
    z-index: 10000;
   background: #fff;
}
.jszx a{
    display: block;
    position: absolute;
    height: 8.5rem;
    top: 0;
}


.ad-box h2{
    background: url(../images/tel_ico1.png) no-repeat 10px center #f2a12c!important;
}
/* 二级页面产品展示 */
.ejList{
    width: 96%;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 10px;
}
.ejList .listTitle{
    float: left;
    padding: 5px 78px;
    background: #af7700;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.ejList .listMenu{
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}
.ejList .listMenu li{
    float: left;
}
.ejList .listMenu li a{
    display: block;
    float: left;
    color: #333;
    font-size: 15px;
    margin: 0 10px;
}
.ejList .listMenu li a:hover{
    color: #cc0000;
}
.listLine{
    display: block;
    float: left;
    width: 2px;
    height: 16px;
    background: #484848;
    margin-top: 3px;
}
.listCon{
    overflow: hidden;
    margin-top: 10px;
}
.listCon li{
    float: left;
    color: #27190a;
    margin-bottom: 20px;
    width: 49%;
}
.listCon li:nth-child(2n-1){
    margin-right: 12px;
}
.listCon li img{
    width: 100%;
}
.listCon li h4{
    width: 98%;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    padding-left: 2%;
    font-size: 14px;
}
.listCon li p{
    padding-left: 7px;
    font-size: 14px;
}
.listCon li span{
    font-weight: 600;
}
.listMore{
    display: block!important;
    text-align: center!important;
    font-size: 18px!important;
    color: #af7700!important;
}
.ejList p a{
    color: #27190a;
    border: 1px solid #97917d;
    font-size: 1.4rem;
    display: block;
    margin-left: -1px;
    text-align: center;
    float: left;
    padding: 5px 20px;
}
.liyou{
    margin-top: 20px;
}


.am-menu-offcanvas1 .am-menu-toggle{
    position: fixed;
    top: 30px;
    z-index: 101;
    font-size: 2.8rem;
}
.am-offcanvas {
    max-width: 640px;
}
.am-offcanvas-bar {
    width: 100%;
    background: #f3f5f7;
    overflow: hidden;
    max-width: 640px;
}
.am-menu-offcanvas1 .am-menu-nav{
    border-bottom: none;
    box-shadow: none;
    width: 27%;
    margin-top: 0.5rem;
    position: relative;
}
.am-menu-nav li.menu-list>a,.am-menu-nav li.menu-list>span{
    display: block;
    line-height: 6rem;
    text-indent: 15px;
    text-shadow: none;
    background: #fff;
    font-size: 2.2rem;
    margin-bottom: 0.2rem;
    color: #232323;
    border-top: none;
    height: auto;
    padding: 0;
}
.am-menu-nav li.on span{
    color: #f23030;
}
.am-menu-nav li.on div.lists{
    display: block;
}
.menu-list div.lists{
    width: 263%;
    position: absolute;
    top: 0;
    left: 100%;
    overflow-y: scroll;
    margin-top: 0.5rem;
    background: #f3f5f7;
    display: none;
    margin-left: 1rem;
}
/* .menu-list div.lists a:active{
    color: #f23030;
} */
.menu-list div.lists a:hover{
    color: #f23030;
}
/* .menu-list div.lists a:visited{
    color: #f23030;
} */
.menu-list div.lists h3{
    margin: 0;
    background: #fff;
    font-weight: normal;
    text-align: center;
}
.menu-list div.lists h3 a{
    color: #333;
    line-height: 5rem;
    font-size: 2.2rem;
    display: block;
    padding: 0;
}
.menu-list div.lists h4 {
    margin: 0;
    font-weight: normal;
    text-indent: 1.5rem;
}
.menu-list div.lists h4 a{
    color: #333;
    line-height: 5rem;
    font-size: 2.2rem;
    display: block;
    padding: 0;
}
.menu-list div.lists ul {
    background: #fff;
     padding: 0.5rem 2rem 0.5rem 0;
}
.menu-list div.lists ul li{
    float: left;
    text-indent: 0;
    padding-left: 2rem;
    line-height: 5rem;
}
.menu-list div.lists ul li a{
    color: #555;
    font-size: 2rem;
    display: inline-block;
    text-indent: 0;
    padding: 0;
}
.address-tab li span{
    -webkit-box-sizing: initial;
    box-sizing: initial;
}
/* 行业资讯 */
.zixun{
    width: 95%;
    margin: 0 auto;
}
.zixun  a{
    display: block;
    color: #333;
    font-size: 1.8rem;
    padding: 5px 10px;
    font-weight: normal;
}
.zixun p{
    font-size:1.6rem;
    padding: 0 8% 2% !important;
    line-height: 24px !important;
    color: #999;
    /*text-overflow: ellipsis;*/
   /* white-space: nowrap;*/
   /* overflow: hidden;*/
}
/* æœç´¢ */
.search-box {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2d1d00;
}
.am-form-field {
    width: 85%;
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    font-size: 20px!important;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    border: 0;
    margin: 30px 10px;
    outline: none;
}
.quxiao {
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 35px;
}
.search .but {
    border: 0;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: url(../images/searchbg.png) no-repeat center;
    background-size: contain;
    margin-right: 90px;
    margin-top: 10px;
}
.weizhi {
    font-size: 1.6rem;
    color: #333;
    padding: 5px;
}
.address-box table {
    background-color: #CCCDCC;
    border-collapse: initial;
    border-spacing: 1px;
}

.footerBanner{
    width: 98%;
    margin: 10px auto 8rem;
}
.footerBanner img{
    width: 100%;
}
.cehua,.sheji{
    margin: 0 auto;
}
.cehua a,.sheji a,.sheji h3{
    color: #fff;
    display: block;
    margin-top: 20px;
}
.cehua a img{
    width: 100%;
}

.m_container .row{    padding: 3rem 0;}
.logo_l{border:unset !important}

.list-zt {
    width: 98%;
    margin: 0 auto;
}
.list-zt li {
    margin-bottom: 10px;
}
.list-zt li img {
    width: 100%;
}
.list-zt dd {
    position: relative;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px;
}
.list-zt dd p {
    width: 70%;
    font-size: 2.2rem;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.list-zt dd span {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    background-color: #fd3235;
    line-height: 30px;
    padding: 0 20px 0 25px;
    border-radius: 20px 0 0 20px;
}
.cont-zt img{height:auto !important;}
#shipin video {
    width: 100%;
}
.banquan{
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 8rem;
}
.banquan a{
    color:#333333;
}

.cjcont img{margin-bottom: 10px;}

/*场景行业*/
.cj-cont{
    overflow: hidden;
}
.hybox li,.cjbox li{
    width: 49.5%;
    float: left;
    margin-bottom: 1%;
}
.hybox li:nth-child(2n){
    margin-left:0.5%;
}
.hybox li:nth-child(2n-1){
    margin-right:0.5%;
}
.hybox li img,.cjbox li img{
    width: 100%;
}
.cjtitle{
    position: relative;
    text-align: center;
    margin: 2rem 0;
}
.cj-title{
    display: inline-block;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    color: #000;
    background: #fff;
    z-index: 10;
    position: relative;
    padding: 0 1rem;
}
.cj-titleline{
    display: block;
    width: 60%;
    height: 2px;
    background: #f42424;
    position: absolute;
    top: 1.6rem;
    left: 20%;
}