body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    position: relative;
    width: 6.4rem;
    margin: 0 auto;
}

img {
    display: block;
    border: none;
}

p {
    text-indent: 2em;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

/* space */
.space {
    width: 6.4rem;
    height: .15rem;
    margin: .4rem 0;
    background: #f6f6f6;
}

/* header */
.header-wrapper {
    position: fixed;
    top: 0;
    z-index: 1;
}

.header {
    box-sizing: border-box;
    width: 6.4rem;
    height: .9rem;
    padding: 0 .2rem;
    background: #fff;
    box-shadow: 0 1px 2px #ddd;
}

.header h1 {
    width: 2.54rem;
}

.header h1 img {
    width: 100%;
    height: auto;
}

.menu-button {
    width: .36rem;
    height: .28rem;
    background: url(/image/menu_button.png) 0 0 no-repeat;
    background-size: cover;
}

.header-tel {
    display: flex;
    width: 2.8rem;
    height: .5rem;
    margin-right: -.2rem;
}

.header-tel>img:first-child {
    width: .6rem;
    height: .5rem;
}

.header-tel>img:last-child {
    width: 2.2rem;
    height: .5rem;
}

/* nav */
.nav {
    position: absolute;
    left: 0;
    top: .9rem;
    z-index: 2;
    overflow: hidden;
    width: 6.4rem;
    height: 0;
    background: rgba(255, 255, 255, .94);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.nav-open {
    height: 4.9rem;
}

.sub-nav-opend {
    height: 8.5rem;
}

.nav>ul {
    box-sizing: border-box;
    padding: .2rem;
}

.nav>ul>li {
    box-sizing: border-box;
    height: .75rem;
    padding: 0 .1rem;
    border-bottom: 1px solid #d6d6d6;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

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

.nav>ul>li>a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: .75rem;
    font-size: .28rem;
    color: #333;
}

.nav>ul>li>a>i {
    color: #b2b2b2;
    font-size: .3rem;
    font-weight: 700;
    font-style: normal;
}

.nav>ul>li:hover {
    background: #00a765;
}

.nav>ul>li:hover>a {
    color: #fff;
}

.nav>ul>li:hover>a i {
    color: #fff;
}

.service-nav {
    overflow: hidden;
    box-sizing: border-box;
    height: 0;
    background: #00a765;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.service-nav li {
    box-sizing: border-box;
    height: .6rem;
    padding: 0 .1rem;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.service-nav>li a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: .6rem;
    font-size: .28rem;
    color: #fff;
}

.service-nav>li i {
    color: #fff;
    font-size: .3rem;
    font-weight: 700;
    font-style: normal;
}

.nav>ul>li.on .service-nav {
    height: 3.6rem;
}

.nav>ul>li.on+li:nth-of-type(3) {
    margin-top: 3.6rem;
}


/* banner */
.banner {
    position: relative;
    width: 6.4rem;
    height: 3.5rem;
    overflow: hidden;
    margin-top: .9rem;
}

.banner-list li img {
    width: 6.4rem;
    height: 3.5rem;
}

.banner-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-bar>ul {
    display: flex;
    height: .4rem;
    justify-content: center;
    align-items: center;
}

.banner-bar li {
    width: .3rem;
    height: .1rem;
    margin: 0 .05rem;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: .1rem;
}

.banner-bar li.on {
    background-color: #00a765;
}

/* sidebar */
.sidebar-wrapper {
    position: fixed;
    right: 0;
    top: 33%;
    z-index: 999;
}

.sidebar {
    justify-content: center;
    width: .64rem;
    padding: .1rem 0;
    border-radius: .1rem;
    font-size: .24rem;
    background: #ff9024;
}

.sidebar a {
    color: #fff;
}

.footer-img {
    width: 6.4rem;
    margin-bottom: .88rem;
}

.footer-img img {
    width: 100%;
    height: auto;
}

/* footer */
.footer {
    overflow: hidden;
    margin-bottom: .88rem;
    padding-bottom: 1rem;
    background: #1c9876;
}

.footer-logo {
    width: 2.86rem;
    height: 2rem;
    margin: .28rem auto 0;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer1-wrapper {
    box-sizing: border-box;
    width: 5.6rem;
    height: 1.04rem;
    padding: .05rem;
    margin: .17rem auto 0;
    border-radius: .1rem;
    border: .02rem solid #fff;
    font-size: 0;
}

.footer1 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: .06rem;
    background: rgba(255, 255, 255, .2);
    color: #fce594;
}

.footer1>span:first-child {
    font-size: .28rem;
}

.footer1>span:last-child {
    font-size: .2rem;
}

.footer2-list {
    margin: .2rem 0 .2rem .6rem;
}

.footer2-list ul li {
    justify-content: flex-start;
    margin-bottom: .12rem;
    font-size: .18rem;
    color: #fff;
}

.footer2-list ul li i {
    margin-right: .1rem;
    border-top: .1rem solid transparent;
    border-left: .1rem solid #fce594;
    border-bottom: .1rem solid transparent;
}

.footer2-list ul li span {
    font-weight: 700;
}

.footer3 {
    margin-bottom: .2rem;
    font-size: .18rem;
    color: #fff;
    text-align: center;
}

.footer-tel {
    display: block;
    width: 4rem;
    height: 1.4rem;
    margin: 0 auto;
}

.footer-tel img {
    width: 100%;
    height: auto;
}

.footer>img {
    width: 6.4rem;
    height: 2.89rem;
}


/*footer-menu*/
.footer-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background: #48affc;
    box-shadow: 0px 0px 5px gray;
}

.footer-menu ul {
    position: relative;
    width: 100%;
    height: 1.05rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
}

.footer-menu ul li a {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-menu ul li a span {
    font-size: .28rem;
    color: #fff;
    margin-top: .05rem;
}

.footer-menu ul li:first-child a em {
    width: .45rem;
    height: .45rem;
    background: url(../images/zx.png);
    background-size: cover;
}

.footer-menu ul li:last-child a em {
    width: .4rem;
    height: .4rem;
    background: url(../images/online_zx.png);
    background-size: cover;
}

.footer-menu ul li:first-child a span {
    margin-top: .03rem;
}

.footer-menu ul li:nth-of-type(2) a {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.35rem;
    margin-bottom: .9rem;
    /*height: 1.3em;border: .05rem solid #48affc; border-radius: 50%; margin-bottom: 1.25rem;background: linear-gradient(top, #fff, #9dd0f7);background:#ECD39E;box-shadow:0px -1px 5px gray;*/
}

.footer-menu ul li:nth-of-type(2) a em {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 1.3rem;
    height: 1.3em;
    border: .05rem solid #48affc;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, #fff, #b5d2ee);
    background: -moz-linear-gradient(top, #fff, #b5d2ee);
    background: -o-linear-gradient(top, #fff, #b5d2ee);
    box-shadow: 0px -1px 5px gray;
}

.footer-menu ul li:nth-of-type(2) a em img {
    width: .75rem;
    height: .75rem;
}

.footer-menu ul li:nth-of-type(2) a span {
    font-size: .28rem;
    color: #fff;
}


/* swt-center */
.swt-center {
    position: fixed;
    top: 50%;
    z-index: 10;
    display: none;
    margin-top: -2.815rem;
    margin-left: .6rem;
    width: 5.63rem;
    height: 4.45rem;
    background: url(/image/swt2.png) 0 0 no-repeat;
    background-size: cover;
}

.swt-center>a {
    position: absolute;
}

.swt-center-tel {
    left: .3rem;
    bottom: .12rem;
    width: 2.17rem;
    height: .8rem;
}

.swt-center-close {
    right: .16rem;
    top: .16rem;
    width: .58rem;
    height: .58rem;
}

.swt-center-btn {
    right: .9rem;
    bottom: .12rem;
    width: 2.17rem;
    height: .8rem;
}



/* ICP */
.ICP {
    display: block;
    width: 100%;
    margin: .2rem auto 0;
    font-size: .2rem;
    color: #fff;
    text-align: center;
}



/* footer-form */

.footer-form {
    margin: .4rem .12rem;
    padding: .4rem .5rem .5rem .5rem;
    box-sizing: border-box;
    border-radius: .3rem;
    border: 1px solid #28bc91;
}

.footer-form-title {
    display: block;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
    font-size: .36rem;
    color: #f7ad38;
}

.queue {
    margin-top: .2rem;
    font-size: .26rem;
    color: #3d3d3d;
    text-align: center;
}

.queue>span {
    color: #f7ad38;
}

.tab {
    width: 4.5rem;
    height: .68rem;
    margin: .25rem auto 0;
    font-size: 0;
    box-sizing: border-box;
    border: 1px solid #28bc91;
    border-radius: .1rem;
    overflow: hidden;
}

.tab>span {
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    width: 50%;
    line-height: .66rem;
    border: none;
    background: transparent;
    text-align: center;
    color: #28bc91;
    font-size: .3rem;
    font-weight: 700;
}

.tab>span:first-child {
    border-radius: 0 .1rem .1rem 0;
}

.tab>span:last-child {
    border-radius: .1rem 0 0 .1rem;
}

.tab>span.on {
    background: #28bc91;
    color: #fff;
}

.footer-input-group {
    margin: .3rem 0;
    font-size: 0;
}

.footer-input-group>label {
    line-height: .7rem;
    font-size: .26rem;
    color: #28bc91;
}

.footer-input-group>label:before {
    content: '*';
    position: absolute;
    margin-left: -.2rem;
    font-size: .26rem;
    color: #f7ad38;
}

.footer-input-group>input {
    box-sizing: border-box;
    width: 4rem;
    height: .7rem;
    padding: 0 .1rem;
    font-size: .26rem;
    color: #3d3d3d;
    border: 1px solid #28bc91;
    border-radius: .1rem;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.footer-input-group>input:focus {
    outline: none;
}

.footer-action {
    font-size: 0;
    text-align: center;
}

.footer-action>button {
    width: 2.26rem;
    line-height: .72rem;
    margin: 0 .15rem;
    background: #28bc91;
    color: #fff;
    font-size: .3rem;
    font-weight: 700;
    border: none 0;
    outline: none;
    border-radius: .1rem;
}

.footer-action>button:last-child {
    background: #f7ad38;
}

.act {
    position: fixed;
    top: 60%;
    width: 2rem;
    height: 2rem;
    background: url(/images/c42b5768-7a07-4954-bad2-f30a3b2d7c41.gif) no-repeat;
    background-size: cover;
    z-index: 3;
}

/* 11月 特惠活动 */

.november-act-wrap {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0, 0, 0, .7);
}

.novermber-act-content {
    position: relative;
    width: 6rem;
    padding: .5rem .2rem .3rem;
    background-color: #a81d22;
    box-sizing: border-box;

}

.novermber-act-content>h2 {
    font-size: .48rem;
    color: #fff;
    text-align: center;
}

.novermber-act-content>.close-btn {
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: .32rem;
    height: .32rem;
    background: url(/images/sc.png) no-repeat;
    background-size: cover;
}


.row-1 {
    display: flex;
    margin: .65rem 0;
    justify-content: space-around;
}

.s-box {
    position: relative;
    width: 2.23rem;
    height: 1.55rem;
    border: 2px solid #fd8f2d;
    box-sizing: border-box;
}

.s-box::before {
    content: '';
    position: absolute;
    width: .7rem;
    height: .94rem;
    margin: -.15rem 0 0 -.28rem;
    background: url(/images/november.png) no-repeat;
    background-size: cover;
}

.s-box>a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.2rem;
    width: 1.65rem;
    line-height: .4rem;
    margin: 0 auto;
    text-align: center;
    font-size: .18rem;
    color: #181818;
    border-radius: .2rem;
    background: -webkit-linear-gradient(#f5b945, #e38d2b, #d66f18);
    background: -moz-linear-gradient(#f5b945, #e38d2b, #d66f18);
}

.s-box-title {
    margin-top: .3rem;
    text-align: center;
    font-size: .3rem;
    color: #fff;
    font-weight: 700;
}

.s-box-desc {
    margin-top: .1rem;
    text-align: center;
    font-size: .2rem;
    color: #fff;
}

.big {
    width: 4.58rem;
}


/*重置百度产品样式代码*/
#newBridge {
    display: none !important;
}

#LRdiv3,
#LRdiv2,
#LRdiv1,
#LRdiv0 {
    display: none !important;
}

.BMap_bubble_title {
    font-size: .24rem !important;
}

.BMap_bubble_content {
    font-size: .22rem !important;
}

html #hm_t_undefined .hm-t-go-top {
    display: none !important;
}

#LXB_CONTAINER_SHOW {
    font-size: .24rem !important;
}

#LXB_CONTAINER_SHOW.lxb-container-btn-show {
    z-index: 2 !important;
}