@font-face {
    font-family: 'iconfont';
    /* project id 1177539 */
    src: url('//at.alicdn.com/t/font_1177539_20w0xyxlltc.eot');
    src: url('//at.alicdn.com/t/font_1177539_20w0xyxlltc.eot?#iefix') format('embedded-opentype'),
        url('//at.alicdn.com/t/font_1177539_20w0xyxlltc.woff2') format('woff2'),
        url('//at.alicdn.com/t/font_1177539_20w0xyxlltc.woff') format('woff'),
        url('//at.alicdn.com/t/font_1177539_20w0xyxlltc.ttf') format('truetype'),
        url('//at.alicdn.com/t/font_1177539_20w0xyxlltc.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.po {
    position: relative;
    overflow: hidden;
}

/* .transition,li,div,img,a ,.transition:hover,li:hover,div:hover,img:hover,a:hover {
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-ms-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
} */
/* head */
body{
    min-width: 1700px;
}
.head * {
    box-sizing: border-box;
}

.head {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: #ffffff;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999999;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.head.fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    line-height: 70px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.head .logo {
    padding: 10px 20px;
}

.head.fixed .logo {
    padding: 5px 20px;
}

.head .logo,
.head .logo img {
    display: block;
    width: auto;
    height: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.head .hotLine {
    width: 320px;
    height: 100%;
    padding: 30px;
    margin-left: 15px;

    background-color: #009149;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.head .hotLine p {
    font-size: 18px;
    color: #fff;
}

.head .hotLine .iconfont {
    color: #fff;
    font-size: 45px;
    margin-right: 15px;
    line-height: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.head .hotLine .po {
    font-family: SourceHanSansCN-Bold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.head.fixed .hotLine {
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.head .menu {
    text-align: right;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.head.fixed .menu {
    padding-right: 50px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.head .menuItem {
    display: inline-block;
    height: 100%;
    position: relative;
    line-height: 100px;
    padding: 0 15px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    /* font-weight: bold; */
    font-stretch: normal;
    letter-spacing: 0px;
    color: #111;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.head .menuItem.active:before,
.head .menuItem:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: #009149;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transform: translate(-50%, 0);
}

.head.fixed .menuItem {
    line-height: 70px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.subMenu {
    display: none;
    position: absolute;
    left: -10px;
    width: calc(100% + 20px);
    height: auto;
    text-align: center;
    z-index: 999999999999999;
    background-color: #fff;
    overflow: hidden;
    padding: 0 15px;
    /*    -webkit-transition:height .5s linear;
    -moz-transition:height .5s linear;
    -ms-transition:height .5s linear;
    -o-transition:height .5s linear;
    transition:height .5s linear; */
}

.subMenu a {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    color: #111;
    font-size: 14px;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.subMenu a:hover {
 /*   background-color: #009149;
    color: #fff; */
    color: #009149;
    border-bottom: 2px solid #009149;
}

/* .head div.menuItem:hover .subMenu{
    height: auto;
    -webkit-transition:height .5s linear;
    -moz-transition:height .5s linear;
    -ms-transition:height .5s linear;
    -o-transition:height .5s linear;
    transition:height .5s linear;
} */
.product-container {
    width: 100%;
    height: 210px;
    background: url(http://yun.lehome114.com/attached/emidesign/image/20181022/20181022142249_20818.jpg) center center;
    padding-bottom: 60px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.product-five-box {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 46px;
}

.product-five-box a {
    width: 190px;
    height: 200px;
    border: 1px solid #dedede;
    border-radius: 10px;
    background-color: #fff;
    /*   display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column; */
    color: #2a2a2a;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 35px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    text-align: center;
    padding: 90px 10px 0;
    box-sizing: border-box;
}

.product-five-box a p:nth-child(1) {
    font-size: 18px;
    /*    margin-left: 70px; */
}

.product-five-box a p:nth-child(2) {
    font-size: 12px;
    margin-top: 3px;
    /*    margin-left: 70px; */
}

.product-five-box .five-box-one {
    background-image: url(../images/icon_hover/icon_1.png);
    /* background-size: 40px;
    background-position-x: 15px */
    background-size: 50px;
    background-position: center 20px;
}

.product-five-box .five-box-two {
    background-image: url(../images/icon_hover/icon_2.png);
    background-size: 50px;
    background-position: center 20px;
}

.product-five-box .five-box-three {
    background-image: url(../images/icon_hover/icon_3.png);
    background-size: 50px;
    background-position: center 20px;
}

.product-five-box .five-box-four {
    background-image: url(../images/icon_hover/icon_4.png);
    background-size: 50px;
    background-position: center 20px;
}

.product-five-box .five-box-five {
    background-image: url(../images/icon_hover/icon_5.png);
    background-size: 50px;
    background-position: center 20px;
}

.product-five-box .five-box-six {
    background-image: url(../images/icon_hover/icon_6.png);
    background-size: 50px;
    background-position: center 20px;
}

.product-five-box .five-box-one:hover {
    background-image: url(../images/icon_hover/icon_1.png);
    -moz-box-shadow: 0px 0px 10px #C9C9C9;
    -webkit-box-shadow: 0px 0px 10px #C9C9C9;
    box-shadow: 0px 0px 10px #C9C9C9;
    margin-top: 30px;
}

.product-five-box .five-box-two:hover {
    background-image: url(../images/icon_hover/icon_2.png);
    -moz-box-shadow: 0px 0px 10px #C9C9C9;
    -webkit-box-shadow: 0px 0px 10px #C9C9C9;
    box-shadow: 0px 0px 10px #C9C9C9;
    margin-top: 30px;
}

.product-five-box .five-box-three:hover {
    background-image: url(../images/icon_hover/icon_3.png);
    -moz-box-shadow: 0px 0px 10px #C9C9C9;
    -webkit-box-shadow: 0px 0px 10px #C9C9C9;
    box-shadow: 0px 0px 10px #C9C9C9;
    margin-top: 30px;
}

.product-five-box .five-box-four:hover {
    background-image: url(../images/icon_hover/icon_4.png);
    -moz-box-shadow: 0px 0px 10px #C9C9C9;
    -webkit-box-shadow: 0px 0px 10px #C9C9C9;
    box-shadow: 0px 0px 10px #C9C9C9;
    margin-top: 30px;
}

.product-five-box .five-box-five:hover {
    background-image: url(../images/icon_hover/icon_5.png);
    -moz-box-shadow: 0px 0px 10px #C9C9C9;
    -webkit-box-shadow: 0px 0px 10px #C9C9C9;
    box-shadow: 0px 0px 10px #C9C9C9;
    margin-top: 30px;
}

.product-five-box .five-box-six:hover {
    background-image: url(../images/icon_hover/icon_6.png);
    -moz-box-shadow: 0px 0px 10px #C9C9C9;
    -webkit-box-shadow: 0px 0px 10px #C9C9C9;
    box-shadow: 0px 0px 10px #C9C9C9;
    margin-top: 30px;
}

.product-center {
    width: 1260px;
    margin: 0 auto;
}

.subhead {
    text-align: center;
    color: #393939;
    padding: 30px 0;
}

.subhead h2 {
    font-size: 34px;
    line-height: 50px;
}

.product-content {
    width: 1260px;
    height: 450px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.product {
    width: 900px;
    height: 450px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.product ul {
    height: 100%;
    width: 60px;
}

.product ul li {
    background: #fff;
    font-size: 16px;
    color: #393939;
    text-align: center;
    width: 60px;
    height: 50%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}

.product-five-box a:hover p {
    color: #009149;
}

.stb {
    width: 1300px;
    margin: 50px auto 0;
}

.stb .slideTxtBox .hd {
    height: 60px;
    line-height: 60px;
}

.stb .slideTxtBox .hd ul li.on {
    height: 100%;
    box-sizing: border-box;
    
}
.stb .slideTxtBox .hd ul li.on a{
    color: #060;
    background-color: #fff;
        padding: 5px 10px;
            white-space: nowrap;
        border-radius: 5px;
}
/* 标题 */
.jzal,
.jzzj,
.jzsj,
.jzhy,
.jzxw {
    width: 600px;
    background-image: none;
}

.jzal .jza .j1,
.jzzj .jzz .z1,
.jzsj .jzs .s1,
.jzhy .jzh .h1,
.jzxw .jzx .x1 {
    width: 100%;
    line-height: 40px;
}

.jzal .jza .j1 span,
.jzzj .jzz .z1 span,
.jzsj .jzs .s1 span,
.jzhy .jzh .h1 span,
.jzxw .jzx .x1 span {
    padding-left: 10px;
    font-size: 26px;
    font-weight: 400;
}

.jzal .jza .j1 span:after,
.jzzj .jzz .z1 span:after,
.jzsj .jzs .s1 span:after,
.jzhy .jzh .h1 span:after,
.jzxw .jzx .x1 span:after {
    content: "";
    position: absolute;
    left: 5px;
    width: 1px;
    height: 30px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #bac506;
}

.jzal .jzb,
.jzal .jzb .jzbzhong,
.jzzj .jzg,
.jzzj .jzg .jzjzhong,
.jzsj .jzj,
.jzsj .jzj .jsjzhong,
.jzhy .jzy,
.jzhy .jzy .jhyzhong,
.jzxw .jzw,
.jzxw .jzw .jxwzhong {
    width: 100%;
}

.jzal .jzb,
.jzzj .jzg,
.jzsj .jzj,
.jzhy .jzy,
.jzxw .jzw {
    margin-top: 15px;
}



.stb .slideTxtBox .bd ul {
    width: 100%;
}

.stb .slideTxtBox .bd li {
    width: 420px;
    margin-left: 20px;
}

.stb .slideTxtBox .bd li .al_img,
.stb .slideTxtBox .bd li .al_img span,
.stb .slideTxtBox .bd li .al_img img {
    width: 100%;
}

/* foot */
.foot {
    background-color: #444 !important;
}

.foot .fot .fot1 .f1 .fabic ul li a,
.foot .fot .fot1 .f2 .faxing .fxinx p,
.foot .fot .fot1 .f2 .faxinh p {
    color: #f1f1f1 !important;
}
.foot .fot .fot1 .f1 .fabic ul li a:hover{
    color: #060!important;
}
.foot .fot .fot2 {
    margin-top: 10px !important;
}

.foot .fot {
    padding-bottom: 10px !important;
}

.foot .fot .fot2 .fock2 a,
.foot .fot .fot2 .fock1 {
    font-size: 14px !important;
    color: #fff !important;
}

.foo {
    height: 40px !important;
    line-height: 40px !important;
    color: #fff !important;
}



#certify {
    position: relative;
    width: 1500px;
    margin: 40px auto 0;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    display: block;
    width: 1240px;
    height: 510px;
    
    
}
#certify .designer-anli{
    position: absolute;
    top: 0;
    left: 0;
    width: 760px;
    height: 510px;
    z-index: 1;
    overflow: hidden;
}
#certify .designer-info{
    width: 650px;
    height: 450px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
        background: url(../images/img/stylistbg.jpg);
        background-size: cover;
        background-position-x: 5px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
}
#certify .swiper-slide .img{
    width: 270px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
#certify .swiper-slide .img img{
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
#certify .swiper-slide .caption{
    height: 100%;
    padding: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
}
#certify .swiper-slide .caption p,#certify .swiper-slide .caption span{
    color: #fff;
    line-height: 2;
}
#certify .swiper-slide .caption .now{
    width: 180px;
    height: 50px;
    background-color: #c31515;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    opacity: .7;
    text-align: center;
    line-height: 50px;
    margin-top: 50px;
}
#certify .swiper-slide .caption .now:hover{
    opacity: 1;
}
#certify .swiper-slide .caption p.name,#certify .swiper-slide .caption p.name span{
    font-size: 20px;
/*    font-weight: bold; */
    margin-bottom: 20px;
}
#certify .swiper-slide .caption p.name span{
    padding-left: 20px;
}
#certify .swiper-slide .caption p.school{
    font-size: 14px;
}
#certify .swiper-button-prev:after,#certify .swiper-container-rtl .swiper-button-next:after,#certify .swiper-button-next:after, #certify .swiper-container-rtl .swiper-button-prev:after{
    content: "";
}

/* #certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
} */

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}
.xinw{
    position: relative;
    background-color: transparent;
    margin:0 0 80px
}
.xinw:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 501px;
    background: #a9a9a921;
    z-index: -1;
}
.xinw .news {
    width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
}
.tab_box,.box{
    width: 100%;
}
/* .jzxw .jzx .x1,.jzxw .jzx .x1,.jzxw .jzx .x1,.jzxw .jzx .x1 span,.jzxw .jzw .jxwzhong {
    color: #fff !important;
} */
.tab_menu{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.tab_menu li{
    width: 160px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 20px;
    color: #666;
}
.tab_menu li.current{
    color: #006600;
    font-weight: bold;
    background-color: #fff;
}
.tab_box li {
    width: 310px;
    padding: 0;
    background: #eee;
    margin-bottom: 18px;
    float: left;
    margin-left: 20px!important;
}
.tab_box li:first-child{
    margin-left: 0!important;
}
.tab_box li .xw_img {
    width: 100%;
    height: 200px;
    float: none;
    overflow: hidden;
    background-color: #ddd;
}
.tab_box li .xw_img a{
    display: block;
    width: 100%;
    height: 100%;
}
.tab_box li .xw_img img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}
.tab_box li .xw_z1 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 0;
    box-sizing: border-box;
    padding: 30px 20px;
    height: 160px;
}
.tab_box li .xw_z1 .xwztitle a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tab_box li .xw_z1 .xwzct{
    margin-top: 30px;
    font-size: 14px;
}
.about_intr img{
    display: block;
    width: 100%;
}
.about_bg{
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.zsgd {
    width: 100%;
    height: auto;
  /*  background-color: #f7f7f7; */
    padding: 20px 0 120px;
    margin-top: 50px;
}
.zsgd ul{
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}
.zsgd .swiper-container{
    width: 1300px;
    margin: 20px auto 0;
}
.zsgd .swiper-container .swiper-slide{
    overflow: hidden;
    height: 400px;
    background-color: #333;
}
.zsgd .swiper-container img,#certify .designer-anli img,.mater .mat .ma_img_1 img{
    display: block;
    width: 100%;
    min-height: 100%;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.zsgd .swiper-container img:hover,#certify .designer-anli img:hover,.mater .mat .ma_img_1 img:hover{
        transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
}

.zsgd .swiper-container span{
        width: 100%;
        height: 55px;
        line-height: 55px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        background: url(../images/hei.png);
}
.caselist .cas .cas3{
    margin-top: 20px;
    background-color: transparent;
}
.caselist .cas .cas3 ul li {
    width: 380px;
    padding: 0;
    padding-bottom: 0;
    border: none;
    float: left;
    margin: 0;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #fff;
        overflow: hidden;
        height: 481px;
}
.caselist .cas .cas3 ul li:nth-child(3n) {
    margin-right: 0;
}
.caselist .cas .cas3 .case_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}
.caselist .cas .cas3 .case_img img {
    width: 100%;
    height: 350px;
}
.caselist .cas .cas3 .case_img span {
    width: 100%;
}
.caselist .cas .cas3 .case_cot {
    padding: 20px;
    border: 1px solid #ddd;
}
.caselist .cas .cas3 .case_cot .case1 {
    text-align: left;
    margin-top: 0;
}
.caselist .cas .cas3 .case_cot .case2 {
    height: 30px;
    margin-top: 5px;
}
.jingzhan{
    height: 775px;
}
.jzax .jzaa{
    height: 500px;
    overflow: hidden;
}
.jzax .jzaa img,.xinw .news .item_block .item_img img,.jzlpt1 .lp1>img,.mater .mat .ma_img img{
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.jzax .jzaa img:hover,.xinw .news .item_block:hover .item_img img,.jzlpt1 .lp1:hover>img,.mater .mat .ma_img:hover img{
        transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
}
.deslist .des .des2 .dspx2 .zzl{
    margin-right: 0;
}
.jzlpt{
    width: 1300px;
}
.jzlpt1{
    width: 100%;
}
.jzlpt1 .lp1{
    float: left;
    overflow: hidden;
    width: 382px;
    height: 265px;
    margin: 0;
}
.jzlpt1 .lp1:first-child {
    width: 515px;
    height: 540px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.lp1:nth-child(2) {
    margin-right: 11px;
}
.lp1:nth-child(5) {
    margin-top: 10px;
}
.lp1:nth-child(4) {
    margin-top: 10px;
    margin-right: 11px;
}
.jzlpt1 .lp1>img{
    width: 100%;
    min-height: 100%;
    height: 100%;
}
.lp1 .xiez{
    bottom: 0;
        top: 50%;
        transform: translate(0, -50%);
}


/*3D样板间*/
.vr_style{width:1300px;height:546px;margin:0 auto;}
.vr_style ul li{float: left;position: relative;overflow: hidden;}
.vr_style ul li a img{transition: all 0.6s;}
.vr_style ul li:hover a img{transform:scale(1.2,1.2);}
.vr_style ul li:nth-child(1){width:65%;height:546px;}
.vr_style ul li:nth-child(1) a img{width:100%;height:100%;}
.vr_style ul li:nth-child(1) div{background:url("../images/icon/vr_yj.png")no-repeat center;width:98%;height:526px;position:absolute;top: 9px;left: 8px;}
.vr_style ul li:nth-child(1):hover div{background:none;border: 1px solid #fff;}
.vr_style ul li div i{position:absolute;bottom:0;left:38%;display: block;text-align: center;color:#fff;font-size:21px;}
.vr_style ul li:nth-child(1) div i{position:absolute;bottom:0;left:40%;display: block;text-align: center;color:#fff;}
.vr_style ul li:nth-child(2){width:34%;height:267px;margin-left:1%;margin-bottom:1%;}
.vr_style ul li:nth-child(2) a img{width:100%;height:100%;}
.vr_style ul li:nth-child(2) div{background:url("../images/icon/vr_720°.png")no-repeat center;width:93%;height:249px;position:absolute;top: 9px;left: 14px;}
.vr_style ul li:nth-child(2):hover div{border: 1px solid #fff;}
.vr_style ul li:nth-child(3){width:34%;height:267px;margin-left:1%;margin-bottom:1%;}
.vr_style ul li:nth-child(3) a img{width:100%;height:100%;}
.vr_style ul li:nth-child(3) div{background:url("../images/icon/vr_720°.png")no-repeat center;width:93%;height:249px;position:absolute;top: 9px;left: 14px;}
.vr_style ul li:nth-child(3):hover div{border: 1px solid #fff;}
/*3D样板间end*/


/* 新闻 */
/* .xinw .news .wrapper {
    margin-top: 61px
} */

.xinw .news .item_block a {
    display: block
}

.xinw .news .item_block .item_img {
 /*   padding-bottom: 60.31746%; */
    position: relative
}

.xinw .news .item_block .item_img .date {
    background-color: #005187;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: DISNEYENGLISH-BOLD;
    color: #fff;
    text-align: center
}

.xinw .news .item_block.post {
    width:620px;
}
.xinw .news .item_block.post:first-child{
    margin-right: 50px;
     width:630px;
}
.xinw .news .item_block.post:nth-child(2),.xinw .news .item_block.post:nth-child(3) {
    float: left;
    width: 295px;
    overflow: hidden;
}
.xinw .news .item_block:nth-child(2) .item_img,.xinw .news .item_block:nth-child(3) .item_img{
    height: 220px;
    overflow: hidden;
}
.xinw .news .item_block:nth-child(2) .item_img img,.xinw .news .item_block:nth-child(3) .item_img img{
    display: block;
    width: 100%;
    min-height: 100%;
}
.xinw .news .item_block.post:nth-child(2){
    margin-right: 28px;
}
.xinw .news .item_block .item_img{
    display: none;
}
.xinw .news .item_block.post:first-child .item_img,.xinw .news .item_block.post:nth-child(2) .item_img,.xinw .news .item_block.post:nth-child(3) .item_img{
    display: block;
    overflow: hidden;
}
.xinw .news .item_block.post:nth-child(2) .item_img .date ,.xinw .news .item_block.post:nth-child(3) .item_img .date {
    font-size: 16px;
    width: 100px;
    height: 30px;
    line-height: 30px;
}
.xinw .news .item_block.post:first-child .item_img .date {
    width: 150px;
    height: 65px;
    line-height: 65px;
    font-size: 24px
}
.xinw .news .item_block.post:first-child .item_info {
    padding: 20px 60px 20px;
    background-color: #f8f8f8;
    transition: all ease .4s
}
.xinw .news .item_block.post:nth-child(2) .item_info,.xinw .news .item_block.post:nth-child(3) .item_info{
    padding: 10px 0;
    background-color: transparent;
    transition: all ease .4s
}
.xinw .news .item_block.post .item_info .title{
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
        color: #333;
    line-height: 50px;
        border-top: 1px dotted #ccc;
}
.xinw .news .item_block.post:first-child .item_info .title {
    font-size: 18px;
    color: #333;
    line-height: 27px;
    font-weight: bold;
    border:none;
}
.xinw .news .item_block.post:nth-child(2) .item_info .title,.xinw .news .item_block.post:nth-child(3) .item_info .title{
    border:none;
}
.xinw .news .item_block.post .item_info .description {
    font-size: 13px;
    line-height: 26px;
    color: #777;
    height: 52px;
    overflow: hidden;
    margin-top: 20px
}
.xinw .news .item_block.post:hover .item_info .title{
    color: #006600;
    font-weight: bold;
}
.xinw .news .item_block.post:first-child:hover .item_info {
    padding-left: 90px
}

.xinw .news .list {
    width: 50%
}

.xinw .news .content_list.imageT .item_block {
    float: left;
    width: calc(50% - 14px);
    margin-right: 28px
}

.xinw .news .content_list.imageT .item_block:last-child {
    margin-right: 0
}

.xinw .news .content_list.imageT .item_block .item_img {
    overflow: hidden
}

.xinw .news .content_list.imageT .item_block .item_img .date {
    width: 70px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    bottom: -45px;
    transition: all ease .4s;
    opacity: 0
}

.xinw .news .content_list.imageT .item_block .title {
    color: #333;
    font-size: 15px;
    margin-top: 28px;
    line-height: 20px;
    transition: all ease .4s
}

.xinw .news .content_list.imageT .item_block:hover .title {
    padding-left: 20px
}

.xinw .news .content_list.imageT .item_block:hover .date {
    bottom: 0;
    opacity: 1
}

.xinw .news .content_list.text {
    margin-top: 87px
}

.xinw .news .content_list.text .item_block {
    float: left;
    line-height: 67px;
    height: 67px;
    width: 100%;
    border-top: #c3c3c3 1px dotted
}

.xinw .news .content_list.text .item_block .title {
    color: #333;
    font-size: 15px;
    width: 80%;
    transition: all ease .4s
}

.xinw .news .content_list.text .item_block .date {
    color: #999;
    font-size: 14px;
    font-family: DISNEYENGLISH-BOLD
}



/* layer */
.foo{width:100%; height:65px; margin:0px auto;text-align: center;font-size: 12px;line-height: 65px;background: #000000;color: #888;font-weight: 700;}
.xuanfus{position:fixed; left:0px; bottom:0px; z-index:999999; width:100%; height:100px; background:rgba(0,0,0,0.7);}
.xuanfus .xuanfusCon{width:1000px; height:77px; margin:11px auto 0px auto;position: relative;}
.xuanfus .xuanfusCon .h1{width:450px; height:77px; float:left; background:url(images/jspic.png) no-repeat}
.xuanfus .xuanfusCon .h2{width:450px; height:77px; float:left; padding-left:20px;}
.xuanfus .xuanfusCon .h2 .i1{width:215px; float:left; padding-right:10px; height:40px; margin-top:5px;}
.inp_xf{width:218px; height:40px; background:#fdfdfd; padding-left:2px; color:#747373; border:none}

.xuanfus .xuanfusCon .h3{width:195px; height:40px; float:right; background:#006600; color:#fff; line-height:40px; text-align:center; font-size:16px; margin-top:5px; cursor:pointer}
.xuanfus .xuanfusCon #gbxf{width: 50px;height: 25px;position: absolute;top: 0;right: -50px;border-radius: 8px;}
.zjgd .zjg .rez .rz_cot .rot4 a:hover{
    background-color: #f00;
}
.paga a:hover,.egpage a:hover{
        background: #dd4a38;
        color: #fff;
        margin: 0 5px 0 0;
}
.xuanfus{
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999999;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
}
.xuanfus .xuanfusCon{
    width: 950px;
    height: 80px;
    margin: 11px auto 20px auto;
    position: relative;
}
.xuanfus .xuanfusCon .h2 {
    width: auto;
    height: auto;
    float: left;
    padding-left: 0;
}
.xuanfus .xuanfusCon .h2 ul{
    height: auto;
    overflow: hidden;
}
.xuanfus .xuanfusCon .h2 .i1{
    width: auto;
    float: left;
    padding-right: 10px;
    height: 40px;
    margin-top: 5px;
}
.inp_xf {
    width: 218px;
    height: 40px;
    background: #fdfdfd;
    padding-left: 2px;
    color: #747373;
    padding: 0 20px ;
    border: none;
}
#tel{
        width: 430px;
}
.xuanfus .xuanfusCon .h3 {
    width: 200px;
    height: 40px;
    float: right;
    background: #078f48;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    cursor: pointer;
}



.appointment-price{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999999999;
}
.appointment-price .note{
    position: absolute;
    bottom: -20px;
    left: -10px;
    width: 290px;
    height: auto;
    line-height: 1.5;
    font-size: 12px;
    color: #ccc;
    transform: scale(.9);
}
.appointment-price .mask{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
}
.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}
.el-dialog {
    position: absolute;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 3px 5px 11px rgba(0,0,0,.3)!important;
    box-sizing: border-box;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999999;
}
.el-dialog .colse,#xuanfus .colse{
    position: absolute;
    z-index: 999999;
    top: 13px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../images/ch.png);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ccc;
    border-radius: 50%;
    opacity: .7;
}
.el-dialog__header {
    padding: 15px;
    padding-bottom: 10px;
}
.el-dialog__body {
    padding: 30px 20px 20px;
    color: #5a5e66;
    line-height: 24px;
    font-size: 14px;
}
.appointment-price .dialogInner{
    position: relative;
}
.appointment-price .dialogInner .tips {
    width: 635px;
    height: 60px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    left: 50%;
    top: -30px;
    transform: translate(-50%, 0);
}
.qjlist .qjfa .qfa2 ul li p {
    font-size: 16px;
    color: #333;
}
.appointment-price .dialogInner .tips .jisuan{
    font-size: 40px;
    line-height: 44px;
}
.appointment-price .dialogInner .tips .jisuan span{
    color: #060;
    font-size: 40px;
    line-height: 44px;
}
.appointment-price .innerContent{
    min-height: 340px;
    width: 760px;
    border: 1px solid #d1ffce;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 20px;
    padding-top: 40px;
}
.appointment-price .innerContent .left{
    width: 300px;
}
.demo-ruleForm {
    width: 100%;
}
.appointment-price .innerContent .left .cities{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}
.appointment-price .innerContent .left .cities>span{
    width: 80px;
    padding-left: 12px;
    box-sizing: border-box;
    position: relative;
}
.appointment-price .innerContent .left .cities>span:before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
    color: #060;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.appointment-price .el-input {
    width: 210px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #d8dce5;
    box-sizing: border-box;
    color: #5a5e66;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 1;
    outline: none;
    padding: 0 15px;
    font-size: 14px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.appointment-price .el-input__inner {
    height: 34px;
}
.appointment-price .innerContent .left .cities .other{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.appointment-price .other .one {
    margin-right: 10px;
}
.appointment-price .other .el-input {
    width: 100px;
}
.appointment-price .other .el-input__inner {
    padding: 0 14px;
    height: 34px;
}
.appointment-price .others .el-input__inner {
    padding: 0 10px;
}
.appointment-price .noLeft .el-input {
    width: 64px;
}
.appointment-price .innerContent .center{
    margin: auto;
    width: 75px;
    height: 75px;
    background-color: #d1ffce;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 0;
}
.appointment-price .innerContent .center .inner{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 75px;
    width: 75px;
    color: #fff;
    z-index: 10;
    padding: 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #060;
    border-radius: 100px;
    border: none;
}
.appointment-price .innerContent .center:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    background-color: #d1ffce;
    border-radius: 100px;
    -webkit-animation: blink-data-v 1s linear infinite both;
    animation: blink-data-v 1s linear infinite both;
}
.appointment-price .innerContent .right {
    min-height: 170px;
    width: 260px;
    border: 1px solid #dfdfdf;
    text-align: center;
    margin-bottom: 20px;
}
.appointment-price .innerContent .right .top{
    font-size: 16px;
    color: #585858;
    padding-top: 18px;
    line-height: 40px;
}
.appointment-price .innerContent .right .top span{
    font-size: 24px;
    color: #060;
}
.appointment-price .no-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #bfbfbf;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0px;
    background-image: url(../images/icon/edit.png);
    background-size: 65px;
    background-position: center -10px;
    background-repeat: no-repeat;
}
.appointment-price .no-content p{
    font-size: 14px;
}
.appointment-price .no-content i{
    font-size: 54px;
    margin-bottom: 20px;
}
.icon-web__zanwujilu:before {
    content: "";
    width: 65px;
    height: 65px;
    
}
.appointment-price .dialogInner .bottom{
    text-align: center;
    font-size: 12px;
    color: #999;
    padding-top: 15px;
}
@-webkit-keyframes blink {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

@keyframes blink-data-v{
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

.newslist .newsfb>ul>li{
    padding: 20px 30px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.1);
}
.newslist .newsfb .nw_time {
    float: right;
    font-size: 24px;
    color: #999;
    font-weight: 400;
    margin-top: 65px;
    text-align: center;
}
.newslist .newsfb .nw_time p {
    font-size: 22px;
    color: #999;
    font-weight: 400;
    border-top: 1px #a9a8a8 solid;
}
.newslist{
    background-image: none;
}
.newslist .newsfb{
    background-color: transparent;
}


.RH-box{ width: 70px;position: fixed;top:50%;right: 0;margin-top: -188px;z-index: 9998;}
.RH{ width: 66px;background: #fff;}
.RH li{width: 100%;height: 67px;border-bottom: 1px solid #E9E9E9;border-left: 1px solid #E9E9E9;border-right: 1px solid #E9E9E9;}
.RH li a{display: block;height: 30px;padding-top: 38px;width:100%;background: url(../images/icon/RH.png) no-repeat;line-height: 30px;font-size:12px;color:#000;text-align: center;}
.RH li.li-3min{border: 1px solid #1AC078;background: #1AC078;}
.RH li .RH-3min{background: #1AC078;height: auto;padding: 0;width: 80%;color: #fff;position: relative;margin: 0 auto;line-height: 1.4;padding-top: 14px;font-weight: 900;font-size: 14px;}
.RH li .RH-3min img{position: absolute;left:-6px;top: -65px;}
.RH li:first-child{border-top: 1px solid #E9E9E9;}
.RH li .RH-a0{background: url(images/tmsmall.png) no-repeat 20px 10px;}
.RH li .RH-a2{background: url(../images/icon/RH.png) 0 -68px no-repeat;}
.RH li .RH-a3{background: url(../images/icon/RH.png) 0 -136px no-repeat;}
.RH li div{position: relative;}
.RH li div img{position: absolute; width: 26px;height: 26px; top: 0; right: 0;}
.RH li .RH-a4{background: url(../images/icon/RH.png) 0 -204px no-repeat;}
.RH li .RH-a5{background: url(../images/icon/RH.png) 0 -270px no-repeat;}
.RH li .RH-a1:hover{background: url(../images/icon/RH.png) -68px 0px no-repeat #060;color:#fff;}
.RH li .RH-a2:hover{background: url(../images/icon/RH.png) -68px -68px no-repeat #060;color:#fff;}
.RH li .RH-a3:hover{background: url(../images/icon/RH.png) -68px -136px no-repeat #060;color:#fff;}
.RH li .RH-a4:hover{background: url(../images/icon/RH.png) -68px -204px no-repeat #060;color:#fff;}
.RH li .RH-a5:hover{background: url(../images/icon/RH.png) -68px -272px no-repeat #060;color:#fff;}
.RH li .RH-a0:hover{color: #000;}
.RH-msg{width: 138px;height: 178px;border:1px solid #e9e9e9;position: absolute;top: 157px;left:-154px;z-index: 999;background: #fff;box-shadow: 0px 1px 26px #999;z-index: 9999;display: none;}
.RH-msg .RH-wx{display: block;margin: 10px auto;width: 108px;height: 108px;}
.RH-msg p{height: auto;width: 100%;text-align: center;font-size: 12px;color:#999;line-height: 1.5;}
.RH-msg .RH-wx-text{color: #060;}
.RH-msg .RH-xc-text{color: #060;}
.RH-msg .RH-xc{display: block;width: 96px;height: 96px;margin: 15px auto;}
.RH-msg span{position: absolute;height: 0;width: 0;line-height: 0;border: 10px solid transparent;border-left: 10px solid #fff;top: 75px;right: -20px;}
.newsny .newscont img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.zy1 {
    box-shadow: 0px 2px 5px 2px rgba(153,153,153,0.26);
    margin: 40px auto;
    padding: 0px 25px;
    width: 1150px;
    overflow: hidden;
}
.ad-custom {
    width: 100%;
    height: 141px;
    overflow: hidden;
    margin-top: 30px;
    background: #fff;
    border-radius: 3px;
    margin-top: 0;
}
.ad-custom .title {
    margin-top: 25px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    line-height: 0;
}
.ad-custom .title .main {
    float: left;
    color: #212628;
    font-size: 24px;
}
.ad-custom .title .block {
    width: 5px;
    height: 20px;
    background: #060;
    border-radius: 2px;
    float: left;
    margin: 6px 10px 0 10px;
}
.f14 {
    font-size: 14px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.fl {
    float: left !important;
}
.text-primary {
    color: #e74c3c !important;
}
.ad-custom .input-list {
    width: 100%;
}
.ad-custom .input-list .input-box {
    float: left;
    border: 1px solid #edecec;
    background: #f9f9f9;
    margin: 20px 10px;
}
.zy1 .ad-custom .input-list .input-box input {
    width: 310px;
    color: #666;
    height: 40px;
    background: rgba(250,250,250,1);
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(210, 210, 210, 1);
}
.ad-custom .input-list .button-box {
    float: left;
    padding: 11px 22px;
    margin: 20px 10px;
    background: #060;
    border-radius: 3px;
    cursor: pointer;
}
.ad-custom .input-list .button-box button {
    background: #060;
    color: #fff;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
        border: none;
}
.zjgd .zjg .desn .desn1 .des_cot .des_cot02{
    height: 280px !important;
}
.zjgd .zjg .desn .desn1 .des_cot .des_cot03 a:last-child{
    background-color: #f00 !important;
}
.zjgd .zjg .desn .desn1 .des_cot .des_cot03 a:hover:last-child{
    background-color: #009149 !important;
}
.zjgd .zjg .desn .desn1 .des_cot .des_cot03 a:hover:first-child{
    background-color: #f00 !important;
}
.stb .slideTxtBox .bd li .al_img span{
    font-size: 18px;
}
..mater .mat .ma_img{
    height: 100%;
    overflow: hidden;
}
.newslist .newsfb{
        margin-top: 50px;
}
.newslist .newsfa{
        padding-top: 50px;
}
.zjgd .zjg .zj2 .sheng2 #shengq:hover{
    background-color: #f00;
}
.qjlist .qjfa .qfa2 ul li .qjxiaa{
    overflow: hidden;
}
.qfa2>ul>li>a>div>div {
    display: block !important;
}
.qjlist .qjfa{
        padding-top: 50px;
}