.main {
    position: relative;
    z-index: 10;
}

.ui-nowrap {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-nowrap2 {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ui-nowrap3 {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ui-center {
    position: absolute;
    left: 50%;
    width: 100%;
    margin-left: -25%;
    z-index: -9;
}


.row {
    margin: 0 -1.5%;
}

.Phone-Box {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pageBox {
    padding: 1rem 0 1rem;
}

.pageTitle .title1 {
    font-weight: bold;
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #0c5a78;
    padding-bottom: 0.15rem;
}

.pageTitle .title2 {
    font-size: 14px;
    color: #767676;
    text-transform: uppercase;
}

.fangda {}

.fangda:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.tc {
    text-align: center;
    width: 100%;
    float: left;
}

@keyframes mouse-dot {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        opacity: 0;
    }
}

.noscroll-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width:1279px) {
    .noscroll-bg {
        background-attachment: scroll;
    }
}

.browsehappy {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    text-align: center;
    z-index: 10000;
}

.browsehappy h1 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #000;
    font-size: 30px;
    margin-top: 10%;
}

.browsehappy p a {
    color: #f00;
}

.vertical-obj {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.vertical-obj-cont {
    display: table-cell;
    vertical-align: middle;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 1000;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    overflow: visible;
    background: #fff;
}

.top_logo {
    float: left;
    height: 100%;
    width: auto;
    padding: 3px 0 0 0%;
    overflow: hidden;
    position: relative;
    z-index: 10001;
}

.top_logo .logo_img {
    height: 100%;
    width: auto;
    overflow: hidden
}

.top_logo img {
    width: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@-moz-keyframes slide {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0
    }
}



.header-ri {
    float: right;
    padding: 35px 0% 0 0;
    z-index: 99999;
}

.header-rt-b {
    width: 22px;
    height: 22px;
    background: url(/images/ico45.png) no-repeat right center;
    float: right;
    cursor: pointer;
    margin-right: 15px;
}

.header-ss {
    width: 100%;
    padding: 0 50px;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    overflow: hidden;
    display: none;
}

.header-ss-div {
    width: 750px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
}

.header-ss-div form {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    height: 40px;
}

.header-ss-div .int1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff url(/images/ico45.png) no-repeat center;
    border: none;
    float: left;
}

.header-ss-div .int2 {
    display: inline-block;
    width: calc(100% - 100px);
    background: #fff;
    border: none;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 20px;
}

.header-ss-div .img1 {
    position: absolute;
    top: 40px;
    right: 10px;
}

.header-ss-div .img1:hover {
    opacity: .85;
}

.header .navbar {
    cursor: pointer;
    float: right;
}

.header .navbar img {
    display: none;
}

.header .navbar img:first-child {
    display: block;
}

.pofhad.mod2 img:last-child {
    display: block;
}

.pofhad.mod2 img:first-child {
    display: none;
}

.header.mod2 .navbar img:last-child {
    display: block;
}

.header.mod2 .navbar img:first-child {
    display: none;
}

header.pchad {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../image/1.jpg') no-repeat center/cover;
    display: none;
    z-index: 99;
}

header.pchad .side {
    width: 135px;
    height: 100%;
    background-color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0 0;
    position: relative;
}

header.pchad .side a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

header.pchad .side .log img {
    width: 74px;
    max-width: 100%;
}

header.pchad .side .side-fot {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
}

header.pchad .side .side-fot a {
    display: block;
    width: 48px;
    line-height: 0;
    padding-bottom: calc(100% - 2px);
    text-align: center;
    border: 1px solid #6c6c6c;
    background: no-repeat center/48px auto;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    float: none;
    height: 0;
    text-indent: 0;
}

header.pchad .side .side-fot a span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header.pchad .side .side-fot a+a {
    margin-top: 14px;
}

header.pchad .side .side-fot a:nth-child(2) {
    background-image: url('http://www.wtwooden.com/static/modules/cms/img/1.png');
}

header.pchad .side .side-fot a:nth-child(3) {
    background-image: url('http://www.wtwooden.com/static/modules/cms/img/2.png');
}

header.pchad .navbox {
    width: 80%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 53%;
    transform: translate(-50%, 0);
    font-size: 0;
    text-align: right;
    text-transform: uppercase;
}

header.pchad .navbox .subtit2 {
    margin-right: 1.8rem;
    position: absolute;
    right: 0;
    top: 0;
}

header.pchad .navbox .subtit2 a {
    font-size: 14px;
    margin-right: 20px;
    color: #000;
    border: 1px solid #eee;
    padding: 5px 10px;
}

header.pchad .navbox .box {
    width: 100%;
    right: 0;
    position: absolute;
    top: 44%;
    transform: translate(0, -50%);
}

header.pchad .navbox a {
    color: #000000;
    position: relative;
    font-family: Arial, "Microsoft JhengHei", "微软雅黑";
}

header.pchad .navbox a.on {
    cursor: pointer;
    color: #c9002b;
    padding-right: 40px;
}

header.pchad .navbox li {
    float: none;
}

header.pchad .navbox li a.on:before {
    width: 30px;
}

header.pchad .navbox .home {
    font-size: 0.8333333333333333vw;
    visibility: hidden;
}

.ani {
    visibility: visible !important;
    animation: fadeInLeft .4s ease-in;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

header.pchad .navbox li {
    display: inline-block;
    vertical-align: top;
    font-size: 0.2rem;
    width: 100%;
    margin-bottom: 0.3rem;
    line-height: 1;
    position: relative;
}

header.pchad .navbox li.twonav {
    visibility: hidden;
}

header.pchad .navbox li.twonav.on {
    visibility: visible;
}

header.pchad .navbox li a {
    display: inline-block;
    transition: all .35s ease;
    position: relative;
}

header.pchad .close {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url('/images/3.png') no-repeat center/cover;
    top: 50px;
    right: 50px;
    cursor: pointer;
}


.nav {
    height: 90px;
}

.nav li {
    float: left;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.nav li.first {
    margin-left: 20px;
}

.nav li.first:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #cccccc;
    content: "";
    left: -10px;
}

.nav li.first a {
    color: #999
}

.nav a {
    padding: 0 23px;
    position: relative;
    display: block;
    line-height: 90px;
    overflow: hidden;
    font-size: 18px;
    z-index: 10;
    color: #29292a;
}

.nav li em {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 2px;
    display: block;
    background: #005678;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    font-style: normal
}

.nav a:hover,
.nav a.aNow,
.nav a.aNow1 {
    color: #005678;
}

/*.sNavA:hover em, .nav .aNow em, .nav .aNow1 em{ width: 100%; }*/
.nav a:hover em,
.sNavA:hover em,
.nav .aNow em,
.nav .aNow1 em {
    width: 100%;
}

.nav li a.current em {
    width: 100%;
}

.nav a.aNow2 {
    color: #005678;
}

.nav .aNow2 em {
    width: 100%;
}

/*导航触发效果*/
.sNav {
    position: fixed;
    z-index: 12;
    /* height:55px;*/
    top: 90px;
    display: none;
    background: #fff;
    width: 88%;
    height: 296px;
    border-top: 1px solid #f5f5f5;
    padding-left: 150px;
}

.sNav .imgDiv {
    padding: 48px 0 0 56px;
}

.sNav .list {
    padding: 35px 0 0 50px;
    width: 452px;
}

.sNav .list li {
    float: left;
    height: 51px;
    line-height: 51px;
    border-bottom: #dcdde2 solid 1px;
    font-size: 14px;
    width: 146px;
    margin-right: 30px;
}

.sNav .list li a {
    float: left;
    color: #323232;
    display: block;
    padding-left: 13px;
    background: url(/images/ico3off.jpg) left center no-repeat;
}

.sNav .list li a:hover {
    color: #005678;
    background: url(/images/ico3.png) left center no-repeat;
}

.pageBanner {
    position: relative;
    padding-top: 108px;
}

.pageBanner .imgDiv img {
    width: 100%;
}

.pageBanner .mxfDiv {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.pageBanner .mxfDiv2 {
    left: 50%;
    right: auto;
    margin-right: 0;
    margin-left: -7.68rem;
}

.pageBanner .txtDiv {
    color: #fff;
    text-align: right;
}

.pageBanner .mxfDiv2 .txtDiv {
    text-align: left;
}

.pageBanner .txt1 {
    font-size: 18px;
    line-height: 1;
    padding-bottom: 0.25rem;
}

.pageBanner .txt2 {
    font-size: 0.4rem;
    height: 0.75rem;
    line-height: 36px;
    position: relative;
}

.pageBanner .txt2:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.pageBanner .mxfDiv2 .txt2:after {
    right: auto;
    left: 0;
}

.pageBanner .sxdDiv {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.pageBanner .wenDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .wen1 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    height: 0.8rem;
    position: relative;
}

.pageBanner .wen1:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.pageBanner .wen2 {
    font-size: 14px;
    padding-top: 0.6rem;
}

.pageNav {
    position: absolute;
    width: 88%;
    left: 50%;
    height: 1.3rem;
    margin-left: -44%;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
}

.pageNav li {
    width: 14.28%;
    float: left;
    height: 1.3rem;
    font-size: 0.18rem;
    text-align: center;
}


.pageNav2 li {
    width: 25%;
}

.pageNav3 li {
    width: 20%;
}

.pageNav4 li {
    width: 33.33%;
}

.pageNav5 li {
    width: 50%;
}

.pageNav li .ico {
    padding: 0.30rem 0 0.15rem;
    text-align: center;
}

.pageNav li .ico img {
    width: 33px;
    margin: 0 auto;
}

.pageNav li a {
    display: block;
    height: 1.3rem;
    color: #fff;
}

.pageNav li a:hover,
.pageNav li .aNow {
    background: #005678;
    color: #fff;
}

.pagenavph {
    display: none;
}

/*底部CSS*/
footer .footer-top .select {
    display: none;
}

footer .footer-right .pojoi {
    display: none;
}

footer {
    padding: 0.95rem 0 0;
    background-color: #212121;

}

footer .footer-top {
    padding-bottom: 0.6rem;
    position: relative;
}

footer .footer-left {
    float: left;
}

footer .footer-left .num-tel {
    font-size: 0.48rem;
    color: #fff;
    font-family: "BEBASNEUE REGULAR";
    line-height: 0.48rem;
}

footer .footer-left .quan-tel {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.16rem;
    margin-top: 0.2rem;
}

footer .footer-left .true-select {
    margin-top: 1.25rem;
    width: 3.25rem;
    height: 1.25rem;
    display: block;
    font-size: 0.4rem;
    color: #999999;
    background-color: #444444;
    background-position: 80%;
    background-repeat: no-repeat;
    background-size: 8px;
    background-image: url(http://www.wtwooden.com/static/modules/cms/img/footer-more.png);
    line-height: 1.25rem;
    padding-left: 0.75rem;
    transition: all 0.3s;
}

footer .footer-left .f-logo {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    text-align: left;
}

footer .footer-left .f-logo .txt {
    color: #999999;
    text-align: left;
    margin-bottom: 0.1rem;
}

footer .footer-left .f-logo img {
    max-width: 100%;
}

.social-share .social-share-icon {
    width: 40px;
    height: 40px;
    font-size: 23px;
}

.social-share .icon-weibo,
.social-share .icon-wechat,
.social-share .icon-qq {
    color: #999999;
    background: #303030;
    border: none;
}

footer .footer-ul {
    font-size: 0;
    text-align: left;
    width: calc(100% - 340px);
    float: right;
}

footer .footer-ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 6);
}

footer .footer-ul li:nth-last-child(1) {
    margin-right: 0;
}

footer .footer-ul li dt {
    font-size: 0.20rem;
    margin-bottom: 0.4rem;
    font-weight: initial;
}

footer .footer-ul li dt a {
    color: #fff;
    transition: all 0.3s;
}

footer .footer-ul li dd {
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
}

footer .footer-ul li dd.er-dd {
    font-size: 0.14rem;
    margin-bottom: 0.10rem;
}

footer .footer-ul li dd a {
    color: #777;
    transition: all 0.3s;
}

footer .footer-ul li dd.er-dd a {
    opacity: 0.5;
    transition: all 0.3s;
}

footer .footer-bottom {
    height: 1rem;
    line-height: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05)
}

footer .footer-bottom p {
    color: #555555;
    float: left;
}

footer .footer-bottom p a {
    color: #555555;
    transition: all 0.3s;
}

footer .footer-bottom p a.zhichi {
    margin-left: 0.25rem;
}

footer .footer-bottom .b_r {
    float: right
}

footer .footer-bottom .select {
    width: 5.5rem;
    position: relative;
    float: right;
    top: 0.5rem;
}

footer .footer-bottom .select .tit {
    display: block;
    border: 1px solid rgba(255, 255, 255, .2);
    line-height: 1rem;
    height: 1rem;
    padding: 0 .4rem;
    color: #7f7f7f;
    font-size: .3rem;
    position: relative;
    background-image: url(http://www.wtwooden.com/static/modules/cms/img/f-xia.png);
    background-position: 4.8rem center;
    background-size: 8px;
    background-repeat: no-repeat;
}

footer .footer-bottom .select .sub {
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
    background-color: #212121;
    max-height: 4rem;
    overflow: hidden;
    display: none;
}

footer .footer-bottom .select.on .sub {
    display: block
}

footer .footer-bottom .select .sub a {
    display: block;
    height: 1rem;
    line-height: 1rem;
    padding: 0 .4rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: #7f7f7f;
    font-size: .3rem;
    transition: all .3s;
}

.footer_tabbar {
    width: 100%;
    height: 42px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #005678;
    z-index: 1000;
    font-family: 'iconfont'
}

.footer_tabbar a {
    display: block;
    width: 25%;
    height: 42px;
    line-height: 42px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.footer_tabbar {
    display: none;
}

/*矢量图标*/
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont1.eot');
    src: url('../font/iconfont1.eot') format('embedded-opentype'),
        url('/css/font/iconfont1.woff') format('woff'),
        url('../font/iconfont21.ttf') format('truetype'),
        url('../font/iconfont31.svg') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 22px;
    font-style: normal;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;*/
}

/*******************************
    -------[=手机导航]-------
********************************/
.menuBtn {
    position: fixed;
    top: 15px;
    right: 2.5%;
    width: 28px;
    height: 20px;
    display: none;
    cursor: pointer;
    z-index: 1000;
}

.menuBtn em {
    margin-bottom: 6px;
    display: block;
    height: 3px;
    background-color: #013caf;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}


.menuBtn.on em {
    display: none;
    margin: -2px 0 0;
    position: absolute;
    top: 50%;
    width: 30px;
}

.menuBtn.on em:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menuBtn.on em:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

#aside {
    display: none;
    position: fixed;
    top: 65px;
    left: 0%;
    right: 0%;
    background-color: #fff;
    z-index: 99;
    border-top: 2px solid #e9e9e9;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
    height: 500px;
    overflow-y: auto;
}

#aside .menu {}

#aside .menu li {
    font-size: 16px;
}

#aside .menu li a {
    display: block;
    color: #888;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#aside .menu li>a {
    color: #353535;
    padding: 0 10px;
}

#aside .menu li.h-sub>a {
    background: url(/images/icon-close.png) 95% center no-repeat;
    background-size: auto 14px;
}

#aside .menu li.h-sub.open>a {
    background: url(/images/icon-open.png) 95% center no-repeat;
    background-size: 14px auto;
}

#aside .menu li a:hover {
    color: #000;
}

#aside .sub-nav {
    display: none;
}

#aside .sub-nav dd {
    padding-left: 10px;
    font-size: 14px;
}


#aside .lg {
    padding: 10px 0 30px;
    text-align: center;
}

#aside .lg a {
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    color: #353535;
    border-bottom: 1px solid #353535;
}

#aside .lg a.on {
    color: #e84044;
    border-bottom: 1px solid #e84044;
}

.floating_ck {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 25%;
    z-index: 9999;
}

.floating_ck dl dd {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ccc;
    border-bottom: solid 1px #fff;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

.floating_ck .last {
    border-bottom: none
}

.floating_ck .last:hover {
    border-bottom: none
}

.floating_ck dl dd:hover {
    background-color: #013caf;
    border-bottom: solid 1px #013caf;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.consult,
.words {
    background-image: url(http://www.wtwooden.com/static/modules/cms/images/tel.png);
}

.f_home {
    background-image: url(http://www.wtwooden.com/static/modules/cms/images/home.png);
}

.quote {
    background-image: url(http://www.wtwooden.com/static/modules/cms/css/images/kficon.png);
}

.qrcord {
    background: url(http://www.wtwooden.com/static/modules/cms/images/sm.png) no-repeat center;
}

.return {
    background: url(../image/top.png) no-repeat center;
}

.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 54px;
}

.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 60px;
    background-color: #252c3c;
    border-bottom: solid 1px #252c3c;
    display: none;
    font-size: 18px;
}

.floating_left a {
    color: #fff;
    line-height: 60px;
}

.floating_ewm {
    height: 200px;
    top: -100px;
}

.floating_ewm i {
    background: url(http://www.wtwooden.com/static/modules/cms/images/wx.png);
    background-size: 100% auto;
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
}

.floating_ewm p {
    color: #fff;
    margin-top: 8px;
}

.floating_ewm .qrcord_p01 {
    font-size: 12px;
    line-height: 28px;
}

.floating_ewm .qrcord_p02 {
    font-size: 16px;
}


/*分页*/
#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}

#pages li a {
    font-size: 14px;
    display: block;
    padding: 0 12px;
}

#pages li span {
    font-size: 14px;
    display: block;
    padding: 0 12px;
}

#pages li.active {
    text-align: center;
    background: #212121;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #212121;
}

#pages li:hover a {
    color: #fff;
}

.viewpage {
    border-top: 1px #ddd dotted;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.main_r_nav {
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    margin-left: 0px;
    display: inline;
}

.main_r_nav a {
    color: #777;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 33px;
    font-size: 14px;
}

.main_r_nav a:hover {
    color: #e87919;
}

.returnlist {
    width: 50px;
    height: 50px;
    display: inline;
    float: right;
    color: #fff;
    line-height: 50px;
    font-size: 12px;
    background: #2f2e2e;
    margin-top: 20px;
}

.returnlist a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 100%;
    display: block;
}


.loadmore {
    width: 100%;
    margin: 0 auto;
    line-height: 1.6em;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.loadmore-line {
    margin-top: 1.5em;
}

.loadmore-line .loadmore-tips {
    position: relative;
    top: -0.9em;
    padding: 0 0.55rem;
    background-color: #f6f6f6;
    color: #808080;
}

.loadmore-tips {
    display: inline-block;
    vertical-align: middle;
}

.btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    background-color: #1c1c1c;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.jzgd {
    text-align: center;
    padding: 30px 0;
}


.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item_gr {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    display: block;
    padding: 2px 0px;
}

.list-group-item_gr.active,
.list-group-item_gr.active:hover,
.list-group-item_gr.active:focus {
    z-index: 2;
    color: #fa0712;
    font-weight: 600;
}

.left-line {}

.search_right {
    float: right;
    width: 100%;
    padding: 30px 50px;
}

.search_bd {
    min-height: 500px;
}
.aboutPart1 .content p{
    text-indent: 2em;
}
.aboutPart1 .content1 p{
    text-indent: 0;
}
.aboutPart1 .content1 h2{
    margin-bottom: 20px;
    font-size: 20px;
}
.aboutPart1 .content1 h3{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
.cs-lst li .img{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.cs-lst li .img img{
    height: 100%;
    width: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gallery2 .img_box{
    width: 100% !important;
    max-width: 85%;
    margin: 0 auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode canvas{
    width: 100%;
}
.ctas p{
    line-height: 2em; 
    margin-bottom: 10px;
}
.indexPart1 .i_1_right{
    margin-top: 1rem;
}
