/*f2db75*/

.layout {
    max-width: 960px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #f2db75 !important;
    background-color: #f2db75 !important;
    color: #000 !important;
}

/*header*/
#wrapper {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.headertou {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #f2db75;
}

.headerbom {
    height: 72px;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
}

.headerbom .layout {
    max-width: 1440px;
    max-width: 100%;
}

.logo {
    padding: 13px 0 0 10px;
    float: left;
}

.logo a {
    display: block;
    width: 160px;
    height: 47px;
    margin: 0 auto;
    font-size: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav {
    float: right;
    height: 72px;
}

.nav ul li {
    height: 72px;
    margin-right: 28px;
    float: left;
}

.nav ul li .alink {
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 72px;
    position: relative;
}

.nav ul li:hover .alink, .nav ul li.on .alink {
    font-weight: bold;
}

.nav ul li .alink:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #f2db75;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 22px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden \9;
}

.nav ul li:hover .alink:after, .nav ul li.on .alink:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible \9;
}

.engBtn {
    float: right;
    height: 72px;
    line-height: 72px;
}

.engBtn a {
    font-size: 16px;
    color: #333;
}

.engBtn a:hover {
    font-weight: bold;
}

.headcall {
    float: right;
    margin-right: 7px;
    margin-left: 32px;
    margin-top: 20px;
}

.headcall .btn {
    display: inline-block;
    min-width: 110px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background-color: #f2db75;
    border-radius: 4px;
}

.headcall .call {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    margin-left: 35px;
    padding-left: 26px;
    background: url(../images/call.png) left center no-repeat;
    background-size: 20px 20px;
}

.btn-m-list {
    width: 50px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1020;
    transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: none;
}

.trans, .trans:hover {
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.trans-fast, .trans-fast:hover {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
}

.btn-m-list .burger {
    width: 21px;
    height: 3px;
    background-color: #f2db75;
    display: block;
    position: absolute;
    z-index: 5;
    top: 16px;
    left: 50%;
    margin: 0 0 0 -10px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}

.btn-m-list .burger-2 {
    top: 25px;
}

.btn-m-list .burger-3 {
    top: 33px;
}

.btn-m-list.on .burger-1 {
    top: 25px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.btn-m-list.on .burger-2 {
    top: 25px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    left: 100%;
}

.btn-m-list.on .burger-3 {
    top: 25px;
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.mask {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
    display: none;
    z-index: 5;
}

.mob-nav {
    width: 64%;
    height: 100%;
    position: fixed;
    _position: absolute;
    top: 0;
    left: -100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    z-index: 3000;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: -10px 0 100px 10px rgba(0, 0, 0, 0.7);
    box-shadow: -10px 0 100px 10px rgba(0, 0, 0, 0.7);
}

.mob-nav.on {
    visibility: visible;
    left: 0;
}

.mob-nav .neirong-close {
    width: 24px;
    height: 24px;
    background: url(../images/nav_close.png) no-repeat 7px center;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0;
    visibility: hidden;
}

.mob-nav.on .neirong-close {
    visibility: visible;
}

.mob-nav .inappBtn, .mob-nav .monavcall {
    text-align: left;
    padding: 20px 50px 0 30px;
}

.mob-nav .monavcall span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    padding-left: 26px;
    background: url(../images/call.png) left center no-repeat;
    background-size: 20px 20px;
}

.mob-nav .subtab {
    padding-top: 50px;
    margin-left: 30px;
    margin-right: 50px;
    border-bottom: 1px solid #D8D8D8
}

.mob-nav .subtab > li {
    position: relative;
    transform: translateX(0rem);
    transition: 0.5s;
}

.mob-nav .subtab > li:nth-child(1) .tlink {
    transition-delay: 150ms;
}

.mob-nav .subtab > li:nth-child(2) .tlink {
    transition-delay: 250ms;
}

.mob-nav .subtab > li:nth-child(3) .tlink {
    transition-delay: 350ms;
}

.mob-nav .subtab > li:nth-child(4) .tlink {
    transition-delay: 450ms;
}

.mob-nav .subtab > li:nth-child(5) .tlink {
    transition-delay: 550ms;
}

.mob-nav .subtab > li:nth-child(6) .tlink {
    transition-delay: 650ms;
}

.mob-nav .subtab > li:nth-child(7) .tlink {
    transition-delay: 750ms;
}

.mob-nav .subtab > li:nth-child(8) .tlink {
    transition-delay: 850ms;
}

.mob-nav.on .subtab > li {
    transform: translateX(0px);
}

.mob-nav .subtab li .tlink {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    background-position: 98% center;
    background-repeat: no-repeat;
}

.mob-nav .subtab li.on .tlink {
    font-weight: bold;
}

.mob-nav .subtab li .subbtn { /*background-image: url(../images/moli.png);*/
}

.mob-nav .subtab li.on .subbtn { /*background-image: url(../images/moli_h.png);*/
    background-position: 98% center;
    background-repeat: no-repeat;
}

.mob-nav .subtab li .submenu {
    width: 100%;
    padding: 15px 0;
    background-color: #000;
    overflow: hidden;
    display: none;
}

.mob-nav .subtab li .submenu a {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #fff;
}

.mob-nav .subtab li .mlink {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #fff;
}

.mob-nav .subtab li .menuer {
    width: 100%;
    overflow: hidden;
    display: none;
}

.mob-nav .subtab li .menuer a {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #ddd;
}

.mob-nav .subtab li .tlink {
    background: rgba(255, 255, 255, 0.8);
    -webkit-transform-origin: -100% 0%;
    -moz-transform-origin: -100% 0%;
    -o-transform-origin: -100% 0%;
    -ms-transform-origin: -100% 0%;
    transform-origin: -100% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.mob-nav.on .subtab li .tlink {
    background: rgba(255, 255, 255, 1);
    -webkit-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.banner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.banner .slideshow {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.banner .slideshow * {
    outline: none;
}

.banner .slideshow .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

/*.banner .slideshow .item img{width: 100%; display: block; -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transform: scale(1.2); transform: scale(1.2);}
.banner .slideshow .item.slick-active img{-webkit-transform: scale(1);transform: scale(1);}*/
.banner .slideshow .slick-slide .pimg {
    width: 100%;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.banner .slideshow .slick-active .pimg1 {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.banner .slideshow .slick-active .binbox {
    visibility: visible;
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: fadeInRightBig 1.2s 1;
    animation: fadeInRightBig 1.2s 1;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.banner .slideshow .slick-active .bot {
    -moz-animation: a_slidercurrent 5s linear;
    -webkit-animation: a_slidercurrent 5s linear;
    -o-animation: a_slidercurrent 5s linear;
    animation: a_slidercurrent 5s linear;
}

@-moz-keyframes a_slidercurrent {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

@-webkit-keyframes a_slidercurrent {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.banner .slick-arrow {
    width: 28px;
    height: 42px;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 10;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.banner .slick-prev {
    background-image: url(../images/banBtnsl.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: -100%;
}

.banner:hover .slick-prev {
    left: 30px;
}

.banner .slick-next {
    background-image: url(../images/banBtnsr.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: -100%;
}

.banner:hover .slick-next {
    right: 30px;
}

.banner .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 31px;
    z-index: 10;
}

.banner .slick-dots li {
    width: 48px;
    height: 4px;
    background-color: #333;
    font-size: 0;
    cursor: pointer;
    display: inline-block;
    _display: inline;
    zoom: 1;
    margin: 0 6px;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots li.slick-active {
    background-color: #f2db75;
}

.banner .pimg span {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*index*/
.contain {
    width: 100%;
    padding-top: 104px;
}

.indexstore {
    width: 100%;
    background-color: #fff;
}

.indexstore .layout, .section04 .layout {
    max-width: 1080px;
}

.storeserbox {
    padding: 18px 0;
}

.storeserbox ul li {
    float: left;
    margin-right: 15px;
}

.storeserbox ul li.item1 {
    width: 198px;
}

.storeserbox ul li.item2 {
    width: 230px;
}

.storeserbox ul li.item3, .storeserbox ul li.item4 {
    width: 230px;
}

.storeserbox ul li.item5 {
    width: 132px;
    float: right;
    margin-right: 0;
}

.storeserbox ul li .instext {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    font-size: 14px;
    color: #333;
    padding: 0 16px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.storeserbox ul li .submit {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    background-color: #f2db75;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.storeserbox ul li .submit:hover, .inappBtn a:hover, .innwlist ul li .more:hover {
    opacity: 0.95;
}

.indexstore .storeserbox ul li .instext, .indexstore .instselect {
    border: 1px solid #4c4848;
}

.instselect {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #333;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.instselect .s {
    position: absolute;
    left: 16px;
    top: 0;
}

.instselect .txt {
    margin: 0 45px 0 65px;
    color: #797979;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.instselect .i {
    width: 13px;
    height: 9px;
    position: absolute;
    right: 23px;
    top: 18px;
    background: url(../images/instselect_i.png) no-repeat;
    background-size: 13px 9px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.instselect.on {
    z-index: 50;
}

.instselect.on .i {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.instselect .dl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 44px;
    display: none;
}

.instselect .dl dl {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    margin-top: 2px; /*border-radius: 8px;*/
    max-height: 220px;
    overflow: auto;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
}

.instselect .dl dl dd a {
    display: block;
    font-size: 14px;
    color: #797979;
    text-align: center;
}

.instselect .dl dl dd a:hover {
    background-color: #f1f1f1;
}

.sectionBox {
    width: 100%;
    padding: 70px 0;
    background-color: #fff;
}

.inappBtn {
    text-align: center;
    padding-top: 20px;
}

.inappBtn a {
    min-width: 135px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #f2db75;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-radius: 6px;
}

.section01 {
    width: 100%;
    padding-top: 0;
}

.section01 .inappBtn {
    display: none;
}

.section01 .indexcallnum {
    margin: 20px 42px 0 42px;
    background-color: #f2db75;
    border-radius: 4px;
    text-align: center;
    padding: 7px 5px;
    display: none;
}

.section01 .indexcallnum span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    padding-left: 24px;
    line-height: 32px;
    background: url(../images/infootcall.png) left center no-repeat;
    background-size: auto 20px;
}

.indexTitle {
    width: 100%;
    text-align: center;
    padding-top: 70px;
}

.indexTitle h2 {
    font-size: 28px;
    font-weight: 550;
    color: #333;
    letter-spacing: 2px;
}

.indexTitle .line {
    width: 50px;
    height: 5px;
    background-color: #f2db75;
    display: block;
    margin: 9px auto 0 auto;
}

.indvideolist {
    width: 100%;
    margin-top: 45px;
}

.indvideolist .invideoDemo {
    margin-left: -21px;
    margin-right: -21px;
}

.indvideolist .box {
    margin: 0 21px;
    text-align: center;
    max-width: 300px;
}

.indvideolist .h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 9px;
}

.indvideolist .slick-arrow {
    width: 28px;
    height: 42px;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 10;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.indvideolist .slick-prev {
    background-image: url(../images/banBtnsl.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 15px;
}

.indvideolist .slick-next {
    background-image: url(../images/banBtnsr.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: 15px;
}

.indvideolist .vidwin {
    width: 100%;
    height: 200px;
    background-color: #000;
    position: relative;
}

.indvideolist .vidwin .vbg {
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 5;
}

.indexUsage {
    width: 100%;
    margin-top: 20px;
}

.indexUsage .UsageDemo {
    margin-left: -6px;
    margin-right: -6px;
}

.indexUsage .box {
    margin: 10px 6px;
    text-align: center;
    padding: 35px;
    min-height: 342px;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.indexUsage .pic {
    width: 100%; /*height: 149px;*/
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.indexUsage .pic img {
    width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.indexUsage .item:hover .pic img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.indexUsage .tmain {
    padding: 20px 20px 0 20px;
}

.indexUsage .tmain h2 {
    font-size: 20px;
    font-weight: 600;
    color: #f2db75;
    line-height: 28px;
}

.indexUsage .tmain p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    margin-top: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.indexUsage .slick-arrow {
    width: 28px;
    height: 42px;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 4;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.indexUsage .slick-prev {
    background-image: url(../images/banBtnsl.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}

.indexUsage .slick-next {
    background-image: url(../images/banBtnsr.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
}

.indtaglist {
    background-color: #fff;
    margin-top: 12px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}

.indtaglist ul li {
    width: 16.666%;
    float: left;
    text-align: center;
    padding: 17px 0;
}

.indtaglist ul li span {
    display: block;
    margin: 0 10px;
}

.inpriceBox {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.inpriceBox .tit {
    font-size: 20px;
    color: #f2db75;
}

.inprotit .btn {
    width: 135px;
    height: 44px;
    line-height: 44px;
}

.inprobox {
    width: 100%;
    margin-top: 20px;
}

.inprobox .inproDemo {
    margin-left: -6px;
    margin-right: -6px;
}

.inprobox .box {
    margin: 10px 6px;
    text-align: center;
    padding: 10px;
    min-height: 305px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inprobox .pic {
    width: 100%; /*height: 156px;*/
    padding-top: 75%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.inprobox .pic img {
    width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.inprobox .item:hover .pic img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.inprobox .tmain {
    padding: 10px 0 0 0;
}

.inprobox .tmain .h2 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
}

.inprobox .tmain .pr {
    font-size: 18px !important;
    font-weight: 400;
    margin: 5px 0;
    color: #f2db75;
    line-height: 25px;
}

.inprobox .tmain .pm {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
}

.inprobox .tmain .more {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    margin-top: 26px;
    display: block;
}

.inprobox .tmain:hover .more {
    font-weight: bold;
}

.inprobox .slick-arrow {
    width: 28px;
    height: 42px;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 10;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.inprobox .slick-prev {
    background-image: url(../images/banBtnsl.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: -6%;
}

.inprobox .slick-next {
    background-image: url(../images/banBtnsr.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: -6%;
}

.inprotips {
    background-color: #fff;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    border: 1px solid #F8F8F8;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}

.inprotips b {
    color: #f2db75;
}

.inpriceBox .inappBtn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding-top: 0;
}

.section02 {
    width: 100%;
    background-color: #FAF5DC;
    padding-top: 0;
    padding-bottom: 30px;
}

.section02 .indexTitle {
    padding-top: 40px;
}

.section02 .inappBtn {
    display: none;
}

.indexRental {
    width: 100%;
    margin-top: 30px;
}

.indexRental ul li {
    width: 33.333%;
    float: left;
    text-align: center;
}

.indexRental ul li:nth-child(1) {
    text-align: left;
}

.indexRental ul li:nth-child(2) {
    text-align: center;
}

.indexRental ul li:nth-child(3) {
    text-align: right;
}

.indexRental ul li .box {
    display: inline-block;
    text-align: center;
}

.indexRental ul li .num {
    font-size: 38px;
    font-weight: 600;
    color: #f2db75;
    line-height: 53px;
    margin-top: 15px;
}

.indexRental ul li .h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 33px;
}

.indexRental ul li .pcont {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    margin-top: 10px;
}

.section03 {
    width: 100%;
    padding: 0;
}

.indservice {
    width: 100%;
    margin-top: 25px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.indservice .mbg {
    position: absolute;
    right: -24%;
    bottom: 0;
    z-index: -1;
    max-width: 77%;
}

.indservice .ul {
    max-width: 608px;
}

.indservice .ul li {
    width: 258px;
    float: left;
    margin-right: 46px;
    margin-top: 30px;
}

.indservice .ul li .box {
    padding-left: 58px;
    min-height: 78px;
    position: relative;
}

.indservice .ul li .img {
    width: 48px;
    position: absolute;
    left: 0;
    top: 0;
}

.indservice ul li .h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.indservice ul li .pcont {
    font-size: 13px;
    color: #333;
}

.section04 {
    width: 100%;
    background-color: #f2db75;
    padding: 30px 0;
}

.section04 .storeserbox {
    padding: 30px 0 26px 0;
}

.section04 .storeserbox ul li .submit {
    background-color: #000;
    color: #f2db75;
}

.moStoreMap {
    height: 224px;
    margin-bottom: 20px;
    position: relative;
    display: none;
}

.moStoreMap img {
    width: 100%;
    height: 100%;
    display: block;
}

.moStoreMap .mbtns {
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    text-align: center;
}

.moStoreMap .mbtns a {
    display: inline-block;
    background-color: #f2db75;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 12px;
}

.moStoreMap .stdiv {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 10px 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    display: none;
}

.moStoreMap .h2 {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.moStoreMap .ul li {
    width: 50%;
    float: left;
    padding: 10px 0;
    text-align: center;
}

.moStoreMap .ul li a {
    display: inline-block;
    min-width: 70px;
    height: 26px;
    line-height: 26px;
    background-color: #D8D8D8;
    border-radius: 12px;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
}

.moStoreMap .stclose {
    text-align: center;
}

.moStoreMap .stclose a {
    font-size: 12px;
    color: #333;
}

.section04 .h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    letter-spacing: 1px;
}

.section04 .indCont {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.section04 .inappBtn {
    padding-bottom: 20px;
    display: none;
}

.section05 {
    width: 100%;
    padding: 0;
}

.indexcooplist {
    padding: 40px 0;
    border-bottom: 1px solid #FAF5DC;
}

.indexcooplist .indexTitle { /*width: 133px; float: left; text-align: left;*/
    padding-top: 10px;
}

.indexcooplist .incoop { /*width: 740px; float: right;*/
    margin-top: 35px;
}

.indexcooplist .incoop ul li {
    width: 20%;
    float: left;
}

.indexcooplist .incoop ul li span {
    display: block;
    margin: 0 10% 35px 10%;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.indexcooplist .incoop ul li span:hover {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

.indexcooplist .incoop ul li img {
    width: 100%;
    display: block;
}

.indexnews {
    width: 100%;
    padding-top: 17px;
}

.innwtitle .h2 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.innwtitle .more {
    float: right;
    font-size: 18px;
    color: #333;
}

.innwlist {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
    margin-top: 20px;
}

.innwlist ul li {
    overflow: hidden;
    margin-top: 8px;
}

.innwlist ul li .pic {
    width: 43.3%;
    height: 230px;
    float: left;
    overflow: hidden;
    position: relative;
}

.innwlist ul li .pic img {
    width: 100%;
    height: 230px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.innwlist ul li .pic:hover img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.innwlist ul li .tmain {
    width: 46%;
    float: right;
    margin-top: 30px;
}

.innwlist ul li .time {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.innwlist ul li .tit {
    font-size: 18px;
    font-weight: 100;
    color: #333;
    line-height: 30px;
    margin-top: 12px;
}

.innwlist ul li .pcont {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
}

.innwlist ul li .more {
    display: inline-block;
    float: right;
    margin-top: 93px;
    width: 130px;
    height: 44px;
    line-height: 44px;
    letter-spacing: 1px;
    background-color: #f2db75;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-radius: 6px;
    text-align: center;
    padding: 0 10px;
}

.indexInfo {
    max-width: 680px;
    margin: 0 auto;
    padding-top: 40px;
}

.indexInfo .ewmleft {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 35px;
    letter-spacing: 1px;
    padding-top: 23px;
    text-align: center;
}

.indexInfo .ewmleft img {
    margin-left: -7px;
}

.indexInfo .ewmleft .p2 {
    display: none;
}

.indexInfo .pic {
    float: right;
    width: 40.6%;
    overflow: hidden;
}

.indexInfo .pic img {
    width: 100%;
    display: block;
}

.indexcall {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: #FAF5DC;
}

.indexcall .layout {
    max-width: 1080px;
}

.indexcall ul li {
    width: 33.333%;
    float: left;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.indexcall ul li.item1 {
    text-align: left;
}

.indexcall ul li.item2 span {
    display: inline-block;
    font-size: 24px;
    padding-left: 37px;
    background: url(../images/infootcall.png) left center no-repeat;
    background-size: 32px 32px;
}

.indexcall ul li.item3 {
    text-align: right;
}

.indexcall ul li.item3 span {
    display: inline-block;
    padding-left: 37px;
    background: url(../images/infootkf.png) left center no-repeat;
    background-size: 32px 32px;
}

/*pricetextBox*/
.pricetextBox {
    width: 454px;
    height: 500px;
    padding: 28px;
    background-color: #fff;
    position: fixed;
    _position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3000;
}

.address-bin-box {
    width: 600px;
    height: 500px;
    padding: 28px;
    background-color: #fff;
    position: fixed;
    _position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3000;
    overflow-y: scroll;
    overflow-x: hidden;
}

.pricetextBox, .address-bin-box {
    visibility: hidden;
    opacity: 0;
    top: -10%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricetextBox.on, .address-bin-box.on {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.pricetextBox .ceclose, .address-bin-box .ceclose {
    width: 17px;
    height: 17px;
    font-size: 0;
    position: absolute;
    right: 0;
    top: -30px;
    background: url(../images/ceclose.png) no-repeat;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.pricetextBox .ceclose:hover, .address-bin-box .ceclose:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pricetextBox .title, .address-bin-box .title {
    overflow: hidden;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    font-size: 24px;
    color: #333;
}

.pricetextBox .title h2, .address-bin-box .title h2 {
    float: left;
    color: #333;
}

.pricetextBox .title span, .address-bin-box .title span {
    float: right;
    color: #f2db75;
}

.pricetextBox .priceImg {
    margin: 10px 42px 0 42px;
    position: relative;
}

.pricetextBox .priceImg .item span {
    display: block;
    width: 100%;
    height: 277px;
    position: relative;
    overflow: hidden;
}

.pricetextBox .priceImg .item img {
    width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.pricetextBox .priceImg .slick-arrow {
    width: 28px;
    height: 42px;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 10;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pricetextBox .priceImg .slick-prev {
    background-image: url(../images/banBtnsl.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: -45px;
}

.pricetextBox .priceImg .slick-next {
    background-image: url(../images/banBtnsr.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: -45px;
}

.priceinfo {
    background-color: #F5F5F5;
    padding: 10px 20px;
}

.bin-num {
    padding: 10px 27px 2px 0px
}

.priceinfo ul li, .bin-num ul li {
    width: 100%;
    display: table;
    padding: 5px 0;
}

.priceinfo ul li .th, .priceinfo ul li .td {
    display: table-cell;
    font-size: 16px;
    color: #333;
}

.bin-num ul li {
    font-size: 16px;
    color: #333;
}

.bin-num ul li:hover {
    cursor: pointer;
}

.priceinfo ul li .th {
    width: 100px;
    padding-right: 10px;
    color: #f2db75;
    text-align: right;
}

.pricetextBox .priceBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f2db75;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    text-align: center;
    display: block;
}

/*about*/
.nybanner {
    width: 100%;
    height: 210px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nybanner .inappBtn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -14px;
    display: none;
}

.aboutWrap {
    width: 100%;
    padding-bottom: 60px;
}

.aboutWrap .indexTitle {
    padding-top: 30px;
}

.aboutTab ul {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 23px;
}

.aboutTab ul li {
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.aboutTab ul li a {
    display: block;
    height: 44px;
    line-height: 44px;
    margin: 0 10px;
    background-color: #D8D8D8;
    border-radius: 6px;
    font-size: 18px;
    color: #818181;
}

.aboutTab ul li:hover a {
    background-color: #f2db75;
    font-weight: bold;
    color: #333;
}

.aboutbox01 {
    width: 100%;
    margin-top: 80px;
}

.aboutTit {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.aboutus {
    margin-top: 50px;
}

.aboutus p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
}

.aboutImg {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.aboutImg .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 31px;
    z-index: 2;
}

.aboutImg .slick-dots li {
    width: 48px;
    height: 4px;
    background-color: #333;
    font-size: 0;
    cursor: pointer;
    display: inline-block;
    _display: inline;
    zoom: 1;
    margin: 0 6px;
}

.aboutImg .slick-dots li button {
    display: none;
}

.aboutImg .slick-dots li.slick-active {
    background-color: #f2db75;
}

.aboutbox02 {
    width: 100%;
    margin-top: 80px;
}

.abline {
    width: 29%;
    height: 1px;
    display: none;
    margin: 0 auto;
    border-bottom: 1px dashed #D5D5D5;
}

.medialist ul {
    margin-left: -21px;
    margin-right: -21px;
    margin-top: 10px;
}

.medialist ul li {
    width: 33.333%;
    float: left;
    margin-top: 30px;
}

.medialist ul li .box {
    margin: 0 21px;
    position: relative;
    z-index: 1;
}

.medialist ul li .pic {
    width: 100%;
    padding-top: 69%;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.medialist ul li .pic img {
    width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.medialist ul li:hover .pic img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.medialist ul li .tit {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    height: 21px;
    line-height: 21px;
    font-weight: 400;
    overflow: hidden;
}

.medialist ul li .vidwin {
    width: 100%;
    padding-top: 69%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.medialist ul li .vidwin .vbg {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.medialist ul li .vidwin video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 99%;
}

.sl-overlay {
    background: #000 !important;
}

.sl-wrapper .sl-navigation button {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.sl-wrapper .sl-navigation button, .sl-wrapper .sl-close {
    color: #fff;
}

.sl-wrapper .sl-close {
    top: 80px !important;
}

.aboutbox03 {
    width: 100%;
    margin-top: 80px;
}

.aboutbox03 .inappBtn {
    display: none;
}

.abnwlist ul {
    margin-left: -21px;
    margin-right: -21px;
    margin-top: 30px;
}

.abnwlist ul li {
    width: 33.333%;
    float: left;
    margin-top: 15px;
}

.abnwlist ul li .box {
    margin: 0 21px;
    display: block;
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}

.abnwlist ul li .pic {
    width: 100%;
    padding-top: 63.1%;
    position: relative;
    overflow: hidden;
}

.abnwlist ul li .pic img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.abnwlist ul li:hover .pic img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.abnwlist ul li .tmain {
    padding: 15px 20px;
    min-height: 118px;
    position: relative;
}

.abnwlist ul li .h2 {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-weight: 400;
    height: 40px;
    overflow: hidden;
}

.abnwlist ul li .more {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 105px;
    height: 35px;
    line-height: 35px;
    background-color: #f2db75;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    border-radius: 6px;
    text-align: center;
    padding: 0 10px;
}

.abnwmore {
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

.abnwmore a {
    font-size: 12px;
    color: #333;
}

.aboutbox04 {
    width: 100%;
    margin-top: 40px;
}

.abcoop {
    margin-top: 30px;
}

.abcoop ul li {
    width: 20%;
    float: left;
}

.abcoop ul li span {
    display: block;
    margin: 0 10% 35px 10%;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.abcoop ul li span:hover {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

.abcoop ul li img {
    width: 100%;
    display: block;
}

.aboutbox05 {
    width: 100%;
    margin-top: 30px;
}

/*store*/
.storeregion {
    background-color: #F8F8F8;
    margin-top: 20px;
    padding: 5px 20px 20px 20px;
}

.storeregion .dl {
    border-bottom: 1px dashed #D5D5D5;
    position: relative;
    display: table;
    width: 100%;
    padding: 10px 0 14px 0;
}

.storeregion .dl:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.storeregion .dl dt, .storeregion .dl dd {
    display: table-cell;
    font-size: 18px;
    color: #333;
}

.storeregion .dl dt {
    width: 85px;
}

.storeregion .dl dd a {
    display: inline-block;
    color: #333;
    margin-right: 30px;
    margin-top: 5px;
}

.storeregion .dl dd a:hover, .storeregion .dl dd a.on {
    color: #f2db75;
}

.storeMap {
    width: 100%;
    margin-top: 20px;
}

.storeMap .addlist {
    width: 34%;
    height: 380px;
    overflow: auto;
    float: left;
}

.storeMap .addlist ul li a {
    display: block;
    padding: 20px 0 20px 10px;
    margin-right: 20px;
    border-bottom: 1px dashed #D5D5D5;
}

.storeMap .addlist ul li:hover {
    background-color: #f1f1f1;
}

.storeMap .addlist ul li .h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 25px;
}

.storeMap .addlist ul li .h3 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    margin-top: 9px;
}

.storeMap .addlist ul li .pcont {
    font-size: 14px;
    font-weight: 400;
    color: #818181;
    line-height: 20px;
    margin-top: 6px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.storeMap .map {
    width: 64%;
    float: right;
}

.storeMap .map img {
    width: 100%;
    display: block;
}

.mostorewrap {
    width: 100%;
    margin-top: 30px;
    position: relative;
    display: none;
}

.mostorewrap .sbg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.storeaddlist .h2 {
    font-size: 16px;
    color: #333;
    text-align: center;
    background-color: #F8F8F8;
    height: 43px;
    line-height: 43px;
    position: relative;
    z-index: 10;
}

.storeaddlist .h2 i {
    width: 13px;
    height: 9px;
    margin-left: 3px;
    vertical-align: 1px;
    display: inline-block;
    background-image: url(../images/instselect_i.png);
    background-size: 13px 9px;
    background-size: cover;
    background-repeat: no-repeat;
}

.storeaddlist .saddlist {
    width: 100%;
    background-color: #f8f8f8;
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 10;
    display: none;
}

.storeaddlist .satab {
    width: 50%;
    height: 227px;
    overflow: auto;
    float: left;
}

.storeaddlist .satab ul li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 10px 0 30px;
    font-size: 14px;
    color: #333;
}

.storeaddlist .satab ul li.on {
    background-color: #fff;
}

.storeaddlist .satmain {
    width: 50%;
    height: 227px;
    overflow: auto;
    float: left;
    background-color: #fff;
}

.storeaddlist .satmain ul {
    display: none;
}

.storeaddlist .satmain ul li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #f8f8f8;
    padding: 0 10px 0 30px;
    font-size: 14px;
    color: #333;
}

.storelt ul li {
    padding: 14px 0 14px 40px;
    min-height: 27px;
    border-bottom: 1px dashed #D5D5D5;
    position: relative;
}

.storelt ul li .icon {
    width: 27px;
    position: absolute;
    left: 0;
    top: 14px;
}

.storelt ul li .h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.storelt ul li .pcont {
    font-size: 12px;
    color: #333;
}

/*prolist*/
.prolist ul {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 20px;
}

.prolist ul li {
    width: 50%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.prolist ul li .box {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin: 14px 15px;
    position: relative;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}

.prolist ul li .tmain {
    border: 2px solid #f2db75;
    border-radius: 10px;
    padding: 20px;
    padding-top: 30px;
}

.prolist ul li .h2 {
    font-size: 22px;
    font-weight: bold;
}

.prolist ul li .h2, .prolist ul li .h3 {
    line-height: 25px;
    text-align: center;
}

.prolist ul li .pic {
    width: 100%; /*height: 191px;*/
    margin-top: 20px;
    padding-top: 51%;
    overflow: hidden;
    position: relative;
}

/*.prolist ul li .pic img{width: 100%; max-height: 100%; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; -moz-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; -ms-transition: all 0.6s ease; transition: all 0.6s ease;}
.prolist ul li:hover .pic img{transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); -webkit-transform: scale(1.03);}*/
.prolist ul li .pic .mo {
    position: absolute;
    left: 0;
    top: 0;
    width: 44%;
}

.prolist ul li .pic .dh {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.prolist ul li .pic .pc {
    position: absolute;
    right: 0;
    top: 0;
    width: 44%;
}

.prolist ul li .h3 {
    margin: 29px 0 10px 0;
}

.prolist ul li .price, .prolist ul li .prtext {
    border-top: 1px dashed #D3D3D3;
    padding: 15px 0 15px 0;
    line-height: 1.1;
}

.prolist ul li .price .tr, .prolist ul li .tr {
    float: left;
    line-height: 19px;
}

.prolist ul li .price .tr i, .prolist ul li .prtext tr i {
    font-size: 33px;
    font-weight: 600;
    color: #f2db75;
    margin-right: 3px;
}

.prolist ul li .price .td, .prolist ul li .prtext .td {
    float: right;
}

.prolist ul li .price .td {
    margin-top: 5px;
}

.prolist ul li .inappBtn {
    display: none;
}

.probomlist ul {
    margin-left: -14px;
    margin-right: -14px;
}

.probomlist ul li {
    width: 50%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.probomlist ul li .box {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin: 14px;
    position: relative;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}

.probomlist ul li .tmain {
    border: 2px solid #f2db75;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
}

.probomlist ul li .pic {
    width: 36.1%; /*height: 140px;*/
    padding-top: 36.1%;
    overflow: hidden;
    position: relative;
    float: left;
}

.probomlist ul li .pic img {
    width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.probomlist ul li:hover .pic img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.probomlist ul li .text {
    width: 58%;
    float: right;
}

.probomlist ul li .h2 {
    font-size: 22px;
    font-weight: bold;
}

.probomlist ul li .tj {
    margin-top: 20px;
}

.probomlist ul li .pr span {
    font-size: 33px;
    font-weight: 600;
    color: #f2db75;
    margin-right: 3px;
}

/*help*/
.helpBox {
    background-color: #fff;
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}

.helpBox .ul li .title {
    border-bottom: 1px solid #F4F4F4;
    padding: 30px 20px 8px 30px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.helpBox .ul li .title .icon {
    width: 25px;
    position: absolute;
    left: 0;
    top: 30px;
}

.helpBox .ul li .title .h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.helpBox .ul li .title .close {
    width: 16px;
    height: 16px;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 36px;
    background-image: url(../images/help_close.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.helpBox .ul li.on .title .close {
    background-image: url(../images/help_close_h.png);
}

.helplist {
    display: none;
}

.helplist ul li h2 {
    margin: 15px 0;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    padding-left: 20px;
    background: url(../images/help_li.png) left center no-repeat;
}

.helplist ul li h2:hover {
    color: #f2db75;
}

.helplist ul li.on h2 {
    background: url(../images/help_li_h.png) left center no-repeat;
}

.helplist ul li .tmain {
    font-size: 14px;
    color: #333;
    padding-left: 20px;
    display: none;
}

.helplist ul li .p {
    padding-left: 20px;
    position: relative;
    margin: 5px 0;
}

.helplist ul li .p:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}

.helplist ul li .z {
    padding-left: 25px;
    background: url(../images/help_z.png) left center no-repeat;
}

.helptext {
    text-align: center;
    margin-top: 30px;
}

.helptext p {
    font-size: 14px;
    color: #333;
}

/*appointment*/
.apptit {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    border-top: 1px solid #D8D8D8;
    padding-top: 10px;
}

.columnlist ul {
    margin-left: -12px;
    margin-right: -12px;
}

.columnlist ul li {
    width: 25%;
    float: left;
    margin-top: 14px;
}

.columnlist ul li .box {
    display: block;
    margin: 0 12px;
    padding: 17px;
    text-align: center;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
}

.columnlist ul li:hover .box, .columnlist ul li.on .box {
    border-color: #f2db75;
}

.columnlist ul li .icon {
    width: 30px;
    display: block;
    margin: 0 auto;
}

.columnlist ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.appform {
    max-width: 600px;
}

.appform ul li {
    width: 100%;
    display: table;
    margin-top: 20px;
}

.appform ul li .th, .appform ul li .td {
    display: table-cell;
}

.appform ul li .th {
    font-size: 16px;
    color: #333;
    width: 100px;
    padding-right: 10px;
}

.appform ul li .apptext {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.appform ul li .appsel {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
}

.appform ul li .appsel {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/help_close.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 97% center;
    padding-right: 45px;
    padding-right: 0px \9;
    background-image: none \9;
}

.appform ul li select::-ms-expand {
    display: none;
}

.appform ul li .instselect {
    border: 1px solid #D8D8D8;
}

.appform ul li .instselect .txt {
    margin-left: 10px;
}

.appform ul li .submit {
    font-size: 14px;
    border-radius: 99em !important;
    padding: 10px 0 !important;
    width: 170px !important;
    height: auto !important;
    line-height: inherit;
    margin: 0 auto;
    background-color: #f2db75 !important;
    border: none !important;
    cursor: pointer !important;
    -webkit-appearance: none;
}

/*news*/
.newshot {
    width: 100%;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.newshot img {
    width: 100%;
    display: block;
}

.newshot .text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 15px 30px;
    background-color: rgba(32, 24, 21, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90333, endColorstr=#90333);
}

.newshot .time {
    display: block;
    font-size: 18px;
    color: #fff;
}

.newshot .h2 {
    font-size: 22px;
    color: #fff;
}

.newshot .pcont {
    font-size: 18px;
    color: #fff;
}

.newsbom .newsbomleft {
    width: 19.8%;
    float: right;
    margin-top: 40px;
}

.newsbom .newsbomleft .dl {
    margin-bottom: 50px;
}

.newsbom .newsbomleft .dl dt {
    background-color: #f2db75;
    text-align: center;
    padding: 9px 5px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.newsbom .newsbomleft .dl dd a {
    display: block;
    border-bottom: 1px solid #D8D8D8;
    text-align: center;
    padding: 9px 5px;
    font-size: 18px;
    color: #333;
}

.newsbom .newsbomleft .dl dd a:hover {
    background-color: #f1f1f1;
}

.newsbom .newsbomright {
    width: 70.9%;
    float: left;
}

.newslist ul li {
    overflow: hidden;
    border-bottom: 1px solid #D8D8D8;
    padding: 40px 0;
}

.newslist ul li .pic {
    width: 43%;
    height: 175px;
    float: left;
    overflow: hidden;
    position: relative;
}

.newslist ul li .pic img {
    width: 100%;
    height: 175px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.newslist ul li .pic:hover img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.newslist ul li .tmain {
    width: 54%;
    float: right;
}

.newslist ul li .time {
    display: block;
    font-size: 16px;
    color: #f2db75;
    line-height: 25px;
}

.newslist ul li .tit {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.newslist ul li .pcont {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 25px;
}

.newslist ul li .more {
    display: inline-block;
    margin-top: 25px;
    width: 78px;
    height: 30px;
    line-height: 30px;
    background-color: #f2db75;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border-radius: 6px;
    text-align: center;
    padding: 0 10px;
}

.newsBtn {
    width: 100%;
    margin-top: 40px;
}

.newsBtn a {
    min-width: 120px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
    background-color: #f2db75;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border-radius: 6px;
}

.newsdetails {
    margin-top: 40px;
    word-break: break-all;
    word-wrap: break-word;
}

.newsdetails .nwinfo .time {
    display: block;
    font-size: 18px;
    color: #f2db75;
}

.newsdetails h1 {
    font-size: 30px;
    color: #333;
}

.newsdetails .nwtext {
    border-bottom: 1px solid #D8D8D8;
    padding: 20px 0 10px 0;
    font-size: 18px;
    color: #333;
    line-height: 25px;
}

.nwmore {
    width: 100%;
    margin-top: 20px;
}

.nwmore ul li {
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nwmore ul li a {
    display: inline-block;
    padding: 0 20px 0 50px;
    height: 48px;
    line-height: 48px;
    background-color: #f2db75;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.nwmore ul li .m {
    width: 22px;
    position: absolute;
    top: 13px;
    left: 20px;
}

/*myTop*/
.myTop {
    width: 62px;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 110;
}

.myTop ul li {
    width: 62px;
    height: 61px;
    background-color: #333;
    text-align: center;
    position: relative;
}

.myTop ul li a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 11px 0 6px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.myTop ul li:hover {
    background-color: #FFD702;
}

.myTop ul li .t {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #FFD702;
    text-align: center;
}

.myTop ul li:hover .t {
    color: #333;
}

.myTop ul li .intextDiv {
    width: 244px;
    padding: 20px;
    position: absolute;
    right: 62px;
    top: 0;
    background-color: #FFD702;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.myTop ul li:hover .intextDiv {
    display: block;
}

.myTop ul li .intextDiv p {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 17px;
}

.myTop ul li .intextDiv .ph {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.myTop ul li .inform {
    margin-top: 5px;
}

.myTop ul li .intxt {
    width: 142px;
    height: 26px;
    line-height: 26px;
    background-color: #fff;
    padding: 0 10px;
    color: #333;
    border: none;
}

.myTop ul li .insub {
    width: 37px;
    height: 26px;
    background-color: #333;
    color: #FFD702;
    border: none;
    cursor: pointer;
}

.myTop ul li .icon {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.myTop ul li.item1 .icon {
    background-image: url(../images/inright_icon1.png);
}

.myTop ul li.item1:hover .icon {
    background-image: url(../images/inright_icon1_h.png);
}

.myTop ul li.item2 .icon {
    background-image: url(../images/inright_icon2.png);
}

.myTop ul li.item2:hover .icon {
    background-image: url(../images/inright_icon2_h.png);
}

.myTop ul li.item3 .icon {
    background-image: url(../images/inright_icon3.png);
}

.myTop ul li.item3:hover .icon {
    background-image: url(../images/inright_icon3_h.png);
}

.myTop ul li.item4 .icon {
    width: 28px;
    height: 22px;
    margin-top: 9px;
    background-image: url(../images/inright_icon4.png);
}

.myTop ul li.item4:hover .icon {
    background-image: url(../images/inright_icon4_h.png);
}

.myTop ul li.item4 .t {
    font-size: 0;
}

.fixmenu {
    width: 100%;
    height: 43px;
    background-color: #323232;
    position: fixed;
    _position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}

.fixmenu a {
    display: block;
    width: 33.333%;
    float: left;
    text-align: center;
    color: #818181;
    position: relative;
    background-position: center 5px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fixmenu a.a1 {
    padding-top: 25px;
    height: 43px;
    background-image: url(../images/fixmenu_t1.png);
    background-size: auto 20px;
}

.fixmenu a.a3 {
    padding-top: 25px;
    height: 43px;
    background-image: url(../images/fixmenu_t3.png);
    background-size: auto 20px;
}

.fixmenu a.a2 {
    height: 43px;
}

.fixmenu a.a2 span {
    display: block;
    background-color: #1B1B1B;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: -24px;
    right: 0;
    margin: auto;
    width: 85px;
    height: 85px;
    padding: 15px 0 4px 0;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fixmenu a.a2 img {
    width: auto;
    height: 20px;
    display: block;
    margin: 0 auto;
}

/*footer*/
.footer {
    width: 100%;
    background-color: #f2db75;
}

.footer .footertou {
    width: 100%;
    padding: 35px 0;
}

.footer .logos {
    float: left;
    width: 198px;
}

.footer .logos .mo {
    display: none;
}

.footer .footnav {
    width: 130px;
    float: right;
}

.footer .footnav h3, .footer .footInfo h3, .footer .footewm h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.footer .footnav .ul li {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-top: 9px;
}

.footer .footnav .ul li a {
    color: #333;
}

.footer .footnav .ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.footer .footInfo {
    width: 130px;
    float: right;
    margin: 0 85px 0 100px;
    word-break: break-all;
    word-wrap: break-word;
}

.footer .footInfo p {
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

.footer .footInfo .p1, .footer .footewm .pewm {
    margin-top: 16px;
}

.footer .footInfo .p2 {
    margin-top: 13px;
}

.footer .footInfoMo {
    text-align: center;
    font-size: 12px;
    color: #333;
    margin-top: 20px;
    display: none;
}

.footer .footewm {
    width: 112px;
    float: right;
}

.footer .footerbom {
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    color: #333;
}

.mob {
    display: none !important;
}

.pagination {

}

.pagination li {
    float: left;
    border: 2px solid #ccc;
    padding: 8px 0;
    margin-right:10px;
    margin-top: 10px;
}
.pagination li a,.pagination li span{
    padding: 10px 20px;
}
.pagination li.active {
    background: #f2db75;
    border: 2px solid #f2db75;
}

/*中等屏幕pc*/
@media screen and (min-width: 1200px) and (max-width: 1519px) {
    .layout {
        width: 1440px;
    }

    .mob {
        display: none !important;
    }

    .zpc {
        height: auto !important;
    }
}

/*小屏幕pc*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .layout {
        width: 750px;
    }

    .logo {
        padding-left: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .nav, .headcall {
        display: none;
    }

    .btn-m-list {
        display: block;
    }

    .engBtn {
        position: absolute;
        right: 50px;
        top: 0;
    }

    .storeserbox ul li {
        margin-right: 10px;
    }

    .storeserbox ul li.item1, .storeserbox ul li.item2 {
        width: 135px;
    }

    .storeserbox ul li.item3, .storeserbox ul li.item4 {
        width: 180px;
    }

    .storeserbox ul li.item5 {
        width: 80px;
    }

    .storeserbox ul li .submit {
        font-size: 14px;
    }

    .indvideolist .vidwin {
        height: 152px;
    }

    .indexUsage .box {
        padding: 14px;
    }

    .indexUsage .tmain p {
        height: 40px;
        overflow: hidden;
    }

    .inprobox .slick-prev {
        left: 10px;
    }

    .inprobox .slick-next {
        right: 10px;
    }

    .indexRental ul li .pic {
        height: 160px;
    }

    .indexRental ul li .pic img {
        max-height: 160px;
    }

    .indexRental ul li .num {
        font-size: 30px;
    }

    .indexRental ul li .h2 {
        font-size: 20px;
    }

    .indexRental ul li .pcont {
        font-size: 13px;
    }

    .indservice .mbg {
        position: relative;
        right: auto;
        bottom: auto;
    }

    .indexcooplist .indexTitle, .indexcooplist .incoop {
        width: 100%;
        float: none;
        text-align: center;
    }

    .indexcooplist .incoop {
        margin-top: 20px;
    }

    .innwlist ul li .more {
        margin-top: 23px;
    }

    .inprotips span {
        display: block;
    }

    .footer .logos {
        width: 160px;
    }

    .footer .footInfo {
        margin-left: 0;
    }

    .storeMap .addlist {
        height: 296px;
    }

    .prolist ul li, .probomlist ul li {
        font-size: 14px;
    }

    .prolist ul li .price .tr i, .probomlist ul li .pr span {
        font-size: 20px;
    }

    .abnwmore {
        text-align: center;
    }

    .abnwmore a {
        min-width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        padding: 0 5px;
        background-color: #f2db75;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        border-radius: 6px;
        box-sizing: border-box;
    }

    .newshot .time, .newshot .pcont, .newsbom .newsbomleft .dl dt, .newsbom .newsbomleft .dl dd a {
        font-size: 14px;
    }

    .newshot .h2 {
        font-size: 20px;
        font-weight: bold;
    }

    .newslist ul li {
        padding: 20px 0;
    }

    .newslist ul li .pic {
        height: 110px;
    }

    .newslist ul li .tit {
        font-size: 18px;
    }

    .newslist ul li .time, .newslist ul li .pcont {
        font-size: 12px;
        line-height: 14px;
    }

    .mob {
        display: none !important;
    }

    .zpc {
        height: auto !important;
    }
}

/*移动端*/
@media screen and (min-width: 320px) and (max-width: 767px) {
    .layout {
        width: 95%;
    }

    .contain {
        padding-top: 50px;
    }

    .headerbom {
        height: 50px;
    }

    .logo {
        padding-left: 0;
        padding-top: 10px;
    }

    .logo a {
        width: 119px;
        height: 32px;
    }

    .headertou, .nav, .headcall {
        display: none;
    }

    .btn-m-list {
        height: 50px;
        top: 0;
    }

    .btn-m-list {
        display: block;
    }

    .engBtn {
        position: absolute;
        right: 50px;
        top: 0;
        height: 50px;
        line-height: 50px;
    }

    .banner .slick-prev, .banner:hover .slick-prev {
        left: 5px;
    }

    .banner .slick-next, .banner:hover .slick-next {
        right: 5px;
    }

    .banner .slick-arrow, .indvideolist .slick-arrow, .indexUsage .slick-arrow {
        width: 16px;
        height: 23px;
    }

    .banner .slick-dots, .aboutImg .slick-dots {
        bottom: 10px;
    }

    .banner .slick-dots li, .aboutImg .slick-dots li {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        opacity: 0;
    }

    .section01 .inappBtn {
        padding-top: 0;
        margin-top: -15px;
        position: relative;
        z-index: 10;
    }

    .sectionBox {
        padding: 0 0 30px 0;
    }

    .section01 .inappBtn, .section01 .indexcallnum, .section02 .inappBtn, .section04 .inappBtn, .moStoreMap {
        display: block;
    }

    .storeserbox ul li.item1, .storeserbox ul li.item2, .storeserbox ul li.item3, .storeserbox ul li.item4, .storeserbox ul li.item5 {
        width: auto;
        float: none;
        margin-top: 10px;
        margin-right: 0;
    }

    .indexTitle {
        padding-top: 55px;
    }

    .indexTitle h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .indexTitle .line {
        width: 50px;
        height: 2px;
    }

    .indvideolist {
        width: auto;
        margin-left: 42px;
        margin-right: 42px;
        margin-top: 25px;
    }

    .indvideolist .slick-prev {
        left: -18px;
    }

    .indvideolist .slick-next {
        right: -18px;
    }

    .indvideolist .vidwin {
        height: 186px;
    }

    .indexUsage .box {
        padding: 14px;
        min-height: 170px;
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-wrap: wrap;
    }

    .indexUsage .pic {
        width: 47%;
        padding-top: 47%;
        margin-left: 4%;
    }

    .indexUsage .tmain {
        width: 45%;
        padding: 0;
        margin-top: 6%;
        padding-left: 30px;
        text-align: left;
        box-sizing: border-box;
    }

    .indexUsage .tmain h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .indexUsage .tmain p {
        font-size: 14px;
        max-width: 110px;
        overflow: hidden;
    }

    .inpriceBox .tit {
        padding: 14px 5px;
        background-color: #f2db75;
        font-size: 15px;
        color: #333;
        text-align: center;
    }

    .inpriceBox .inappBtn {
        position: static;
        right: auto;
        top: auto;
        padding-top: 20px;
    }

    .inprotips {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .inprotips span, .helptext span, .section04 .h2 span {
        display: block;
    }

    .inprobox .box {
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-wrap: wrap;
        min-height: inherit;
        padding: 14px 10px;
    }

    .inprobox .pic {
        width: 145px;
        padding-top: 0;
    }

    .inprobox .tmain {
        padding: 0 0 0 17px;
        text-align: left;
    }

    .inprobox .tmain .h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .inprobox .tmain .pr, .inprobox .tmain .pm {
        font-size: 15px;
    }

    .inprobox .tmain .more {
        font-size: 13px;
        margin-top: 5px;
    }

    .inprobox .slick-prev {
        left: 5px;
    }

    .inprobox .slick-next {
        right: 5px;
    }

    .section01 {
        padding-bottom: 55px;
    }

    .indexRental ul li {
        width: auto;
        float: none;
        margin-top: 10px;
    }

    .indexRental ul li:nth-child(1), .indexRental ul li:nth-child(2), .indexRental ul li:nth-child(3) {
        text-align: center;
    }

    .indexRental ul li .box {
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-wrap: wrap;
    }

    .indexRental ul li .pic {
        width: 110px;
        margin-right: 10px;
        margin-left: 30px;
    }

    .indexRental ul li:nth-child(1) .pic img {
        max-width: 80px;
    }

    .indexRental ul li:nth-child(2) .pic img {
        max-width: 110px;
        margin-top: 5px;
    }

    .indexRental ul li:nth-child(3) .pic img {
        max-width: 80px;
    }

    .indexRental ul li .tmain {
        width: 54%;
        text-align: center;
    }

    .indexRental ul li .num {
        font-size: 18px;
        line-height: 25px;
        margin-top: 0;
    }

    .indexRental ul li .h2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        margin: 5px 0;
    }

    .indexRental ul li .pcont {
        font-size: 12px;
        line-height: 14px;
        margin-top: 0;
    }

    .section03 {
        padding-bottom: 0;
    }

    .indservice {
        padding-bottom: 0;
    }

    .indservice .mbg {
        position: relative;
        right: auto;
        bottom: auto;
    }

    .indservice .ul {
        padding: 20px 0 15px 0;
    }

    .indservice .ul li {
        width: auto;
        float: none;
        margin-right: 0;
        margin-top: 10px;
        margin-left: 28px;
        margin-right: 20px;
    }

    .indservice .ul li .box {
        min-height: 50px;
        padding-left: 30px;
    }

    .indservice .ul li .img {
        width: 24px;
    }

    .indservice .ul li .h2 {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 17px;
    }

    .indservice .ul li .pcont {
        font-size: 12px;
        line-height: 14px;
        margin-top: 3px;
    }

    .section04 {
        padding-top: 0;
        padding-bottom: 20px;
        background-color: #fff;
    }

    .section04 .h2 {
        font-size: 14px;
        line-height: 24px;
    }

    .section04 .indCont {
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .section05 {
        padding: 0;
    }

    .storeserbox {
        display: none;
    }

    .indexcooplist {
        padding-top: 0;
        border-bottom: none;
    }

    .indexcooplist .indexTitle, .indexcooplist .incoop {
        width: 100%;
        float: none;
        text-align: center;
    }

    .indexcooplist .incoop {
        margin-top: 20px;
    }

    .indexnews {
        display: none;
    }

    .innwlist ul li .pic, .innwlist ul li .tmain {
        width: auto;
        float: none;
    }

    .innwlist ul li .pic {
        height: 147px;
    }

    .innwlist ul li .tmain {
        margin-top: 20px;
    }

    .innwlist ul li .more {
        margin-top: 10px;
    }

    .indexcooplist .incoop ul li {
        width: 25%;
    }

    .indexcooplist .incoop ul li:nth-last-child(1), .indexcooplist .incoop ul li:nth-last-child(2) {
        display: none;
    }

    .indexInfo {
        padding-top: 0;
    }

    .indexInfo .ewmleft {
        width: 100%;
        font-size: 12px;
        line-height: 17px;
        margin-left: 2%;
    }

    .indexInfo .ewmleft .p1 {
        display: none;
    }

    .indexInfo .ewmleft .p2 {
        display: block;
    }

    .indexInfo .pic {
        width: 53%;
        margin-right: -2.5%;
    }

    .indexInfo .pic img {
        margin-bottom: 0px;
    }

    .indexcall {
        height: 55px;
        line-height: 55px;
    }

    .indexcall ul li, .indexcall ul li.item3 {
        font-size: 16px;
        width: 50%;
        text-align: center;
    }

    .indexcall ul li.item1 {
        display: none;
    }

    .indexcall ul li.item2 span, .indexcall ul li.item3 span {
        background-size: auto 20px;
        padding-left: 26px;
    }

    .indexcall ul li.item2 span {
        font-size: 16px;
    }

    .aboutbox01, .aboutbox02, .aboutbox03 {
        margin-top: 50px;
    }

    .helptext span {
        letter-spacing: 1px;
        margin: 3px 0;
    }

    .helpBox .ul li .title .h2 {
        font-size: 18px;
    }

    .pricetextBox, .address-bin-box {
        left: 30px;
        right: 30px;
        padding: 10px;
        width: auto;
        height: 400px;
    }

    .pricetextBox .title {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .pricetextBox .priceImg .item span {
        height: 160px;
    }

    .pricetextBox .priceImg .slick-prev {
        left: -80px;
    }

    .pricetextBox .priceImg .slick-next {
        right: -80px;
    }

    .pricetextBox .priceBtn {
        width: 100px;
        margin: 0 auto;
    }

    .priceinfo {
        padding: 10px;
        background-color: #fff;
    }

    .priceinfo ul {
        padding-left: 20px;
    }

    .priceinfo ul li .th, .priceinfo ul li .td {
        font-size: 12px;
    }

    .priceinfo ul li .th {
        width: 80px;
        padding-right: 5px;
    }

    .footer .footertou {
        padding: 25px 0 5px 0;
    }

    .footer .logos {
        width: 100%;
        margin: 0;
        float: none;
        text-align: center;
    }

    .footer .logos img {
        width: 44%;
    }

    .footer .logos .pc {
        display: none;
    }

    .footer .logos .mo {
        display: inline-block;
    }

    .footer .footewm {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        display: none;
    }

    .footer .footInfo, .footer .footnav {
        width: auto;
        float: none;
        margin: 15px 0 0 0;
        text-align: center;
    }

    .footer .footnav .ul li {
        width: 25%;
        float: left;
        margin-top: 5px;
    }

    .footer .footnav .ul li a {
        text-decoration: underline;
    }

    .footer .footInfo, .footnav .h3 {
        display: none;
    }

    .footer .footInfoMo {
        display: block;
        font-size: 14px;
    }

    .footer .footerbom {
        padding-bottom: 70px;
    }

    .myTop {
        width: auto;
        margin-top: 0;
        bottom: 50px;
        top: auto;
    }

    .myTop ul li.item1, .myTop ul li.item2, .myTop ul li.item3 {
        display: none;
    }

    .myTop ul li.item4 {
        border-radius: 50%;
        width: 42px;
        height: 42px;
    }

    .myTop ul li.item4 .icon {
        margin-top: 0;
    }

    .fixmenu {
        display: block;
    }

    .hpbanner {
        background-position: 66% center;
    }

    .nybanner .inappBtn {
        display: block;
    }

    .aboutTab ul li a {
        font-size: 14px;
        height: 32px;
        line-height: 32px;
    }

    .aboutTit {
        font-size: 18px;
        text-align: center;
    }

    .aboutus {
        margin-top: 30px;
    }

    .aboutus p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 2px;
        padding-right: 5px;
        padding-left: 10px;
    }

    .medialist ul li {
        width: 50%;
        margin-top: 20px;
    }

    .medialist ul li .tit {
        font-size: 12px;
        height: 14px;
        line-height: 14px;
    }

    .aboutTab ul, .medialist ul, .abnwlist ul {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 10px;
    }

    .aboutTab ul li a, .medialist ul li .box, .abnwlist ul li .box {
        margin: 0 5px;
    }

    .medialist ul {
        margin-top: 0;
    }

    .abcoop ul li {
        width: 25%;
    }

    .abcoop ul li:nth-last-child(1), .abcoop ul li:nth-last-child(2) {
        display: none;
    }

    .aboutWrap {
        padding-bottom: 30px;
    }

    .aboutWrap .indexTitle {
        padding-top: 50px;
    }

    .abnwlist ul li {
        width: 50%;
    }

    .abnwlist ul li .tmain {
        min-height: 90px;
        padding: 10px;
    }

    .abnwlist ul li .more {
        width: 60px;
        height: 30px;
        line-height: 30px;
    }

    .storeregion .dl dt, .storeregion .dl dd {
        font-size: 14px;
    }

    .storeregion .dl dt {
        width: 50px;
    }

    .storeregion .dl dd a {
        margin-right: 10px;
    }

    .storeMap .addlist, .storeMap .map {
        width: auto;
        float: none;
    }

    .storeMap .map {
        margin-top: 20px;
    }

    .storeregion, .storeMap, .probanner {
        display: none;
    }

    .mostorewrap {
        display: block;
    }

    .prolist ul li, .probomlist ul li {
        width: auto;
        float: none;
    }

    .prolist ul li, .probomlist ul li {
        font-size: 14px;
    }

    .prolist ul li .price .tr i, .probomlist ul li .pr span {
        font-size: 18px;
    }

    .prolist ul li .inappBtn {
        display: block;
    }

    .prolist ul li .box {
        margin: 18px 0;
        padding: 20px;
    }

    .prolist ul li .tmain {
        border: none;
        padding: 0;
        position: relative;
    }

    .prolist ul li .pic {
        padding-top: 0;
    }

    .prolist ul li .pic .mo {
        position: relative;
        width: 100%;
        display: block;
    }

    .prolist ul li .pic .dh, .prolist ul li .pic .pc {
        display: none;
    }

    .prolist ul li .h2 {
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
    }

    .prolist ul li .price .tr {
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;
    }

    .prolist ul li .h3 {
        margin: 0;
    }

    .prolist ul li .price, .prolist ul li .prtext {
        border: none;
        padding: 0;
    }

    .prolist ul li .price .tr, .prolist ul li .tr, .prolist ul li .price .td, .prolist ul li .prtext .td {
        display: block;
        text-align: center;
        line-height: 25px;
        float: none;
    }

    .prolist ul li .price .td {
        position: absolute;
        left: 0;
        right: 0;
        top: 67%;
        margin: auto;
        text-align: center;
    }

    .prolist ul li .price .td i {
        width: 100%;
        height: 1px;
        background-color: #D8D8D8;
        display: block;
        margin-bottom: -15px;
    }

    .prolist ul li .price .td span {
        height: 28px;
        line-height: 28px;
        display: inline-block;
        background-color: #f2db75;
        padding: 0 20px;
        font-size: 14px;
        border-radius: 14px;
    }

    .probomlist {
        display: none;
    }

    .apptit {
        font-size: 16px;
        font-weight: bold;
        border: none;
        margin-top: 20px;
        padding-top: 0;
    }

    .columnlist ul li .box {
        padding: 10px 5px;
    }

    .columnlist ul, .columnlist ul li .box {
        margin: 0;
        border-color: #fff;
    }

    .columnlist ul li p, .appform ul li .th {
        font-size: 12px;
    }

    .columnlist ul li:hover .box {
        background-color: #fff;
        border-color: #fff;
    }

    .columnlist ul li.on .box {
        background-color: #f2db75;
    }

    .abline {
        width: 100%;
        margin-bottom: 30px;
    }

    .appform ul li {
        border-bottom: 1px solid #D8D8D8;
    }

    .appform ul li:last-child {
        border-bottom: none;
    }

    .appform ul li .th {
        width: 72px;
        font-size: 16px;
    }

    .appform ul li .sth {
        display: none;
    }

    .appform ul li .std {
        width: 100%;
        text-align: center;
        padding: 10px 0 20px 0;
    }

    .appform ul li .apptext, .appform ul li .appsel {
        border-color: #fff;
    }

    .appform ul li .appsel {
        background-image: none;
    }

    .appform ul li .submit {
        width: 100px;
        height: 32px;
        font-size: 14px;
    }

    .inappBtn a, .abnwmore a {
        min-width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .inappBtn2 a, .abnwmore a {
        display: block;
        font-size: 14px;
        border-radius: 99em !important;
        padding: 10px 0 !important;
        width: 170px !important;
        height: auto !important;
        line-height: inherit;
        margin: 0 auto;
    }

    .abnwmore, .abnwlist ul li:nth-child(3) {
        text-align: center;
        display: none;
    }

    .abnwmore a {
        background-color: #f2db75;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        border-radius: 6px;
    }

    .aboutbox03 .inappBtn {
        display: block;
    }

    .newshot, .newsbom .newsbomleft {
        display: none;
    }

    .newshot .time, .newshot .pcont, .newsbom .newsbomleft .dl dt, .newsbom .newsbomleft .dl dd a {
        font-size: 12px;
    }

    .newshot .text {
        padding: 5px 10px;
    }

    .newshot .h2 {
        font-size: 14px;
        font-weight: bold;
    }

    .newsbom .newsbomleft, .newsbom .newsbomright {
        width: auto;
        float: none;
    }

    .newsbom .newsbomleft .dl {
        margin-bottom: 20px;
    }

    .newslist ul li {
        padding: 20px 0;
    }

    .newslist ul li .pic, .newslist ul li .tmain {
        width: auto;
        float: none;
        height: auto;
    }

    .newslist ul li .pic img {
        position: relative;
        height: auto !important;
    }

    .newslist ul li .tmain {
        padding-top: 10px;
    }

    .newslist ul li .tit {
        font-size: 14px;
    }

    .newslist ul li .time, .newslist ul li .pcont {
        font-size: 12px;
        line-height: 14px;
    }

    .newslist ul li .more {
        margin-top: 10px;
        float: right;
    }

    .newsBtn {
        text-align: center;
        margin-top: 20px;
    }

    .newsBtn a {
        min-width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        background-color: #333;
        color: #fff;
    }

    .newsdetails .nwinfo .time {
        font-size: 14px;
    }

    .newsdetails h1 {
        font-size: 18px;
    }

    .newsdetails .nwtext {
        font-size: 14px;
        line-height: 20px;
    }

    .abcoop ul li span {
        display: block;
        margin: 6px;
        padding-left: 0;
        padding-right: 0
    }

    .inappBtn {
        text-align: center;
        padding-top: 32px;
    }

    .nybanner {
        width: 100%;
        height: 170px;
        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .zpc {
        display: none !important;
        height: auto !important;
    }

    .mob {
        display: block !important;
        height: auto !important;
    }

    .newslist ul li:first-child {
        display: block;
    }
}
