body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }

body::-webkit-scrollbar {display: none}
.element-with-scrollbar::-webkit-scrollbar {display: none}
table{border-collapse:collapse; border-spacing:0; }
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; }
q:before,q:after{content:''; }
abbr,acronym{border:0; }
body, input, button, select, textarea { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: none; -webkit-overflow-scrolling: touch; outline: 0; }
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
.r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; }
.c{clear:both; }
.n,em{font-weight:normal; font-style:normal; }

.tc{text-align:center; }
.tr{text-align:right; }
.tl{text-align:left; }
.tdu{text-decoration:underline; }
.tdn,.tdn:hover,a.tdl:hover{text-decoration:none; }

.vm{vertical-align:middle; }
.vt{vertical-align:top; }
.vn{vertical-align:-2px; }

.rel,.pr{position:relative; }
.abs,.pa{position:absolute; }
.dn{display:none; }
.db{display:block; }
.dib{-moz-inline-stack:inline-block; display:inline-block; }
.di{display:inline; }
.ovh{overflow:hidden; }
.ovs{overflow:scroll; }
.vh{visibility:hidden; }
.vv{visibility:visible; }

.fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.z{_zoom:1; }
.h1{height:1px; }
.h5{height:5px; }
.h10,.h{height:10px; }
.h15{height:15px; }
.h20{height:20px; }
.h1,.h5,.h10,.h15,.h20,.h{font-size:0; line-height:0; overflow:hidden; clear:both; }
a{text-decoration:none; }
a:hover{color:#f60 }
/*-----------------[初始化]--------------*/
/*字体*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0 auto;
    max-width: 100%;
    font-size: 50px;
    line-height: 1.5;
    font-family: "微软雅黑";
    color: #333;
}

body {
    background: #F5F7F8;
    font-size: 0.28rem;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

img {
    max-width: 100%;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='radio'],
input[type='checkbox'],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input:focus, textarea:focus {
    outline: none;
}

input::-ms-clear {
    display: none;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}


/*布局*/
.wp {
    max-width: 12.3rem;
    padding: 0 0.15rem;
    margin: 0 auto;
}

/*******************************
  -------[=头部 ]-------
********************************/
.hearder{
        background-color: #fff;

}
.hearders{
    width:100vw;
    position: fixed;
    top: 0;left: 0;
    z-index: 1000;
}
.hd-r,
.hearder .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hearder .inner {
    padding: .13rem 0;
}

.hearder .logo {
    display: inline-block;
    width: 1.3rem;
}

.hearder .logo img {
    display: block;
    width: 100%;
}

.nav {
    margin-right: 1rem;
}

.nav li {
    display: inline-block;
    margin-right: .63rem;
}

.nav .v1 {
    font-size: .16rem;
    color: #2F323D;
    transition: .5s;
}

.nav .v1:hover,
.nav .on .v1 {
    font-weight: 500;
    color: #3B63F4;
}

.hd-btn {
    overflow: hidden;
}

.hd-btn .btn {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .14rem;
    color: #3A62F4;
    width: .86rem;
    height: .32rem;
    background: #FFFFFF;
    border-radius: .16rem;
    border: .01rem solid #3B63F4;
    box-sizing: border-box;
    transition: .5s;
    margin-left: .2rem;
}

.hd-btn .btn.on,
.hd-btn .btn:hover {
    color: #fff;
    background-color: #3B63F4;
}

/*******************************
  -------[=头部 end]-------
********************************/
/*******************************
  -------[=底部 ]-------
********************************/
.footer {
    background-color: #fff;
    padding: .4rem 0 .28rem;
}

.m-fotl {
    margin-right: 0.4rem;
    width: 4rem;
}

.m-fotl .logo {
    display: block;
    width: 1.3rem;
    margin-bottom: 0.2rem;
}

.m-fotl .logo img {
    display: block;
    width: 100%;
}

.g-desce1 {
    font-size: .14rem;
    color: rgba(81, 92, 111,.7);
    transition: .5s;
}

.m-fotl .desc {
    margin-bottom: .46rem;
}

.m-fotl .info .g-desce1 {
    margin-bottom: .1rem;
}

.m-fotl .g-desce1 {
    margin-bottom: 0.43rem;
}

.m-fotl .tel {
    font-weight: 500;
    font-size: .18rem;
    color: #030303;
}

.ft-copy a,
.ft-copy {
    border-top: .01rem solid #F1F1F1;
    padding-top: 0.3rem;
    font-size: .14rem;
    color: rgba(100, 112, 134,.7);
}

.ft-copy a {
    margin-left: 0.1rem;
    transition: .5s;
}

.ft-copy a:hover {
    color: #3B63F4;
}

.footer .inner {
    padding-bottom: .32rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ul-ft {
    overflow: hidden;
}

.ul-ft li {
    display: inline-block;
    vertical-align: top;
    margin-right: 2.45rem;
}

.ul-ft li:last-child {
    margin-right: 0 !important;
}

.ul-ft .tit {
    font-weight: 700;
    font-size: .18rem;
    color: #030303;
    margin-bottom: 0.37rem;
}

.ul-ft .links .a {
    margin-top: 0;
    padding: 0;
    line-height: normal;
    /* margin-bottom: -.01rem; */
}
.ul-ft .links .g-desce1:hover{
    color: #3B63F4;
}
.m-ftr {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex: 1;
}

.go-top {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.go-top img {
    display: inline-block;
    margin-left: 0.04rem;
    width: .14rem;
    height: .14rem;
}

/*******************************
  -------[=底部 end]-------
********************************/
/*******************************
    -------[=导航]-------
********************************/
.menuBtn {
    display: none;
    position: fixed;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn b {
    display: block;
    height: 4px;
    background-color: #222;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/* .menuBtn.open {} */

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    width: 30px;
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

@media only screen  and (max-width: 1200px) {
    .menuBtn{
        display: block;
    }
    .hearder{
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 99;
    }
    body{
       padding-top: .5073rem; 
    }
    .hd-r{
        position: fixed;
        top: .5073rem;
        left: 0;
        right: 0;
        width: 100%;
        height:calc(100% - .5073rem);
        overflow: auto;
        display: none;
        background-color: #fff;
        z-index: 5;
        border-top: .01rem solid #222;
    }
    .hearder .inner {
        padding: .05rem 0;
    }
    .nav {
        margin: 0rem 0 .1rem;
        padding: 0 .15rem;
    }
    .nav li{
        display:block;
        line-height: 1.6;
        margin-right: 0rem;
    }
    .hd-btn{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 .15rem;
    }
    .hd-btn .btn {
        width: 49%;
        margin-left: 0rem;
    }
    .ul-ft{
        display: none;
    }
    .footer .inner {
        padding-bottom: .32rem;
      display: block;
    }
    .m-fotl {
        margin-right: 0rem;
        width: auto;
    }
    .m-fotl .logo {
        display: block;
        width: 1.3rem;
        margin:0 auto 0.1rem;
    }
    .m-fotl .g-desce1 {
        text-align: center;
        margin-bottom: 0.23rem;
    }
    .m-fotl .tel {
       text-align: center;
       margin-bottom: 0.1rem;
    }
    .m-ftr {
     display: block;
    }
    .ft-copy a, .ft-copy {
        padding-top: 0.2rem;
    }
    .ft-copy a{
        padding-top: 0;
    }
  
  
}
@media only screen  and (max-width: 959px) {
}
@media only screen  and (max-width: 700px) {
    body {
        font-size: 0.31rem;
    }
    .hearder .logo {
        width: 2.5rem;
    }
    .menuBtn b {
        height: .08rem;
        margin: .08rem 0;
    }
    .menuBtn {
        top: .24rem;
        right:.24rem;
        width: .6rem;
        height:.6rem;
    }
    .hearder .inner {
        padding: .12rem 0;
    }
    .hd-r {
        top: 1rem;
        height:calc(100% - 1rem);
        border-top: .01rem solid #222;
    }
    body{
        padding-top: 0; 
        /* padding-top: 1rem;  */
     }
   
}
@media only screen  and (max-width: 340px) {
    .nav .v1 {
        font-size: .35rem;
    }
    .nav {
        margin: 0rem 0 .1rem;
        padding: .2rem  .15rem ;
    }
    .nav li {
        line-height: 2;
    }
    .hd-btn .btn {
        font-size: .3rem;
        height: .7rem;
        border-radius: .35rem;
    }
}
/* 请在以下区间内开发 CSS 代码 */
.swiper-e1 .item {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 26.1%;
}

.swiper-e1 .inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
}

.swiper-e1 .item .tit {
    font-size: .4rem;
    color: #FFFFFF;
    margin-bottom: .25rem;
}

.swiper-e1 .item .desc {
    font-size: .2rem;
    color: rgba(255, 255, 255, .8);
}

.swiper-e1 .swiper-button-next, .swiper-e1 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: .28rem;
    height: .28rem;
    margin-top: 0;
    color: #FFFFFF;
    right: 1.25rem;
    left: auto;
}

.swiper-e1 .swiper-button-next:after,
.swiper-e1 .swiper-button-prev:after {
    font-weight: 900;
    font-size: .33rem;
}

.swiper-e1 .swiper-button-prev {
    left: 1.25rem;
    right: auto;
}

.swiper-e1 .swiper-pagination-bullet {
    width: .6rem;
    height: .04rem;
    background: #FFFFFF;
    margin: 0 .1rem !important;
    opacity: 1;
    border-radius: 0;
}

.swiper-e1 .swiper-pagination-bullet-active {
    opacity: 0.4;
}

.swiper-e1 .swiper-pagination-bullet {
    bottom: .2rem !important;
}

.ul-idxe1 {
    padding: .38rem 0 .45rem;
    /* margin: 0 -.26rem; */
    overflow: hidden;
}

.ul-idxe1 li {
    float: left;
    width: 25%;
    margin-bottom: 0.15rem;
}

.ul-idxe1 .con {
    display: block;
    position: relative;
    text-align: center;
    /* margin: 0 .26rem; */
    padding: 0 .4rem;
    box-sizing: border-box;
}

.ul-idxe1 .con::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: " ";
    display: block;
    width: 0.01rem;
    height: 92%;
    background-color: #E6E6E6;
}

.ul-idxe1 li:last-child .con::before {
    background-color: transparent !important;
}

.ul-idxe1 .tit {
    font-weight: 500;
    font-size: .18rem;
    color: #212224;
    line-height: 1.1;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 1.1em;
    margin-bottom: .13rem;
    transition: .5s;
}

.ul-idxe1 .con:hover .tit {
    color: #3B63F4;
}

.ul-idxe1 .desc {
    font-size: 14px;
    color: #96979A;
    line-height: 1.57;
    /* height: 3.14em; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* -ms-text-overflow: ellipsis; */
    display: box;
    /* display: -webkit-box; */
    line-clamp: 2;
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
}

.g-tite1 {
    text-align: center;
    margin-bottom: 0.59rem;
}

.g-tite1 .tit {
    font-weight: bold;
    font-size: .28rem;
    color: #212224;
    margin-bottom: 0.11rem;
}

.g-tite1 .desc {
    font-size: .14rem;
    color: #96979A;
}

.m-idxe2 {
    padding: .78rem 0 .675rem;
    background-color: #FFFFFF;
}
.m-idxe2 .g-tite1{
    margin-bottom: 0.29rem;  
}
.ul-idxe2 {
    padding: 0;
    margin: 0 -.2rem;
}

.ul-idxe2 li {
    width: 33.3%;
}

.ul-idxe2 .con {
    padding: .3rem .29rem .22rem .33rem;
    display: block;
    text-align: left;
    margin: 0 .2rem;
    border-radius: .14rem;
    border: .01rem solid #E6E9F0;
    overflow: hidden;
    transition: .5s;
}
.m-idxe2 .ul-idxe2 {
    padding-top: 0.3rem;
}
.m-idxe2 .ul-idxe2 .con:hover{
    transform: translateY(-.1rem);
}
.ul-idxe2 .tit {
    margin-bottom: .12rem;
    font-size: .22rem;
}

.ul-idxe2 .con::before {
    display: none;
}

.ul-idxe2 .desc {
    /* height: 3.6em; */
    line-height: 1.8;
    /* margin-bottom: 0.2rem; */
}

.ul-idxe2 .pic {
    position: relative;
    height: 0;
    padding-top: 79%;
}

.ul-idxe2 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: .5s;
}
.ul-idxe3 .con:hover .pic img{
    transform: scale(1.08);
}
.m-idxe3 {
    padding: .79rem 0 .7rem;
}

.m-idxe3 .g-tite1 {
    margin-bottom: 0.42rem;
}

.ul-idxe3 {
    margin: 0 -.29rem;
}

.ul-idxe3 .tit {
    margin-bottom: .13rem;
    font-size: .2rem;
}

.ul-idxe3 .desc {
    display: block;
    height: auto;
    line-height: 2;
    margin-bottom: 0.33rem;
}

.ul-idxe3 .con {
    margin: 0 .29rem;
    border-radius: 0;
    border: 0;
}

.ul-idxe3 .pic {
    padding-top: 101%;
}

.m-idxe4 {
    padding: .82rem 0 1.08rem;
    background-color: #FFFFFF;
}

.m-idxe4 .g-tite1 {
    margin-bottom: 0.5rem;
}

.ul-tabe1 {
    font-size: 0;
    border-bottom: .01rem solid #EBEBEB;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 0.52rem;
}

.ul-tabe1 li {
    display: inline-block;
    width: 33.3%;
}

.ul-tabe1 .con1 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #212224;
    transition: .5s;
    padding-bottom: 0.2rem;
    text-align: center;
}

.ul-tabe1 .con1:hover,
.ul-tabe1 .on .con1 {
    color: #3B63F4;
}

.ul-tabe1 .con1::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: " ";
    display: block;
    width: .7rem;
    height: .02rem;
    background: #3B63F4;
    opacity: 0;
    transition: .5s;
}

.ul-tabe1 .on .con1::before,
.ul-tabe1 .con1:hover::before {
    opacity: 1;
}

.m-tabcone1 {
    position: relative;
    overflow: hidden;
}

.m-tabcone1 .box {
    position: relative;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    min-height: inherit !important;
}

.m-tabcone1 .box.op {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 2;
    height: auto;
}

/* .swiper-e2 .swiper-slide { */
    /* width: 100% !important; */
/* } */

.swiper-e2 .item {
    position: relative;
    overflow: hidden;
}

.swiper-e2 .item::before {
    position: absolute;
    top: .9rem;
    left: 4.52rem;
    content: " ";
    display: block;
    width: 1.02rem;
    height: .88rem;
    background-image: url(/images/icone1-74e26251ee0373cc9f046bfd9067af12.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-e2 .pic {
    float: left;
    width: 440px;
    height: 300px;
    overflow: hidden;
    margin-right: 30px;
}

.swiper-e2 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.swiper-e2 .item:hover .pic img {
    transform: scale(1.08);
}

.swiper-e2 .txt {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 0.4rem;
}

.swiper-e2 .tit {
    font-weight: bold;
    font-size: .24rem;
    color: #212224;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 1.5em;
    margin-bottom: .1rem;
    transition: .5s;
}

.swiper-e2 .item:hover .tit {
    color: #3B63F4;
}

.swiper-e2 .desc {
    font-size: 14px;
    color: #8B8D97;
    line-height: 2;
    text-align: justify;
    max-height: 12em;
    overflow-y: auto;
    /* overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; */
}

.m-idxe5 {
    padding: .7rem 0 .74rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.m-idxe5 .g-tite1 {
    margin-bottom: 0.5rem;
}

.m-idxe5 .g-tite1 .tit {
    margin-bottom: 0.16rem;
}

.m-idxe5 .btn .more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: .2rem;
    color: #FFFFFF;
    width: 3.22rem;
    height: 0.52rem;
    background: #3B63F4;
    border-radius: .12rem;
    overflow: hidden;
    margin: 0 auto;
}

.m-swipere2 {
    position: relative;
    padding: 0 1.2rem;
}

.m-swipere2 .swiper-button-next, .m-swipere2 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: .4rem;
    height: .4rem;
    margin-top: 0;
    color: #FFFFFF;
    right: 0;
    left: auto;
    border-radius: 50%;
    transition: .5s;
    overflow: hidden;
}

.m-swipere2 .swiper-button-next:after,
.m-swipere2 .swiper-button-prev:after {
    font-weight: 900;
    font-size: .12rem;
    color: #8B8D97;
    transition: .5s;
}

.m-swipere2 .swiper-button-prev {
    left: 0;
    right: auto;
}

.m-swipere2 .swiper-button-next:hover:after, .m-swipere2 .swiper-button-prev:hover:after {
    color: #FFFFFF;
}

.m-swipere2 .swiper-button-next:hover, .m-swipere2 .swiper-button-prev:hover {
    background-color: #004CFE;
}
@media only screen and (max-width: 1550px) {
    .swiper-e1 .swiper-button-next, .swiper-e1 .swiper-button-prev {
        right: .25rem;
    }
    
    .swiper-e1 .swiper-button-prev {
        left: .25rem;
    }
    .row-idxe1{
        overflow: hidden;
    }
}
@media only screen and (max-width: 1330px) {
    .swiper-e1 .wp{
max-width: 90%;
    }
}
@media only screen and (max-width: 1200px) {
    .ul-idxe1 li {
        width: 50%;
    }

    .ul-idxe2 li {
        width: 50%;
    }

    .ul-idxe1 li:nth-child(2n) .con::before {
        display: none;
    }

    .swiper-e1 .swiper-button-next:after, .swiper-e1 .swiper-button-prev:after {
        display: none;
    }

    .swiper-e1 .item .tit {
        font-size: .3rem;
        margin-bottom: .1rem;
    }
}

@media only screen and (max-width: 959px) {
    .swiper-e1 .item {
        padding-top: 33.1%;
    }

    .swiper-e2 .pic {
        float: none;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-right: 0px;
    }

    .m-swipere2 {
        padding: 0 .5rem;
    }

    .swiper-e2 .item::before {
        display: none;
    }

    .m-swipere2 .swiper-button-next, .m-swipere2 .swiper-button-prev {
        top: auto;
        transform: translateY(0);
        bottom: 0;
        left: 51%;
    }
    .m-swipere2 .swiper-button-prev{
        right: 51%;
        left: auto;
    }
    .swiper-e2 .txt {
        padding: 0.4rem 0 .4rem;
    }
}

@media only screen and (max-width: 700px) {
    .ul-idxe1 {
        margin: 0;
    }

    .ul-idxe1 li {
        float: none;
        width: 100%;
    }

    .ul-idxe1 .con {
        margin: 0 0;
    }

    .swiper-e1 .item .tit {
        font-size: .4rem;
    }

    .swiper-e1 .item {
        padding-top: 38.1%;
    }

    .swiper-e1 .item .desc {
        font-size: .25rem;
    }

    .ul-idxe1 .tit {
        font-size: .31rem;
    }

    .ul-idxe1 li {
        margin-bottom: 0.25rem;
    }

    .ul-idxe1 {
        padding: .5rem 0 .3rem;
    }

    .g-tite1 .tit {
        font-size: .34rem;
    }

    .g-tite1 .desc {
        font-size: .24rem;
    }

    .m-idxe2 {
        padding: .78rem 0 .2rem;
    }

    .m-idxe3 .g-tite1 {
        margin-bottom: 0rem;
    }

    .ul-idxe3 .con {
        padding: 0;
    }

    .ul-idxe1 .pic {
        position: relative;
        height: auto;
        padding-top: 0;
    }

    .ul-idxe1 .pic img {
        height: auto;
        position: static;
    }

    .g-tite1 {
        margin-bottom: 0.19rem;
    }

    .ul-tabe1 li {
        display: inline-block;
        width: auto;
        margin-right: 0.3rem;
    }

    .m-idxe3 {
        padding: .6rem 0 0rem;
    }

    .m-idxe4 {
        padding: .6rem 0 .7rem;
    }
    .swiper-e2 .txt {
        padding: 0.5rem 0 .7rem;
    }
    .swiper-e2 .tit {
        font-size: .32rem;
    }
    .m-swipere2 .swiper-button-next, .m-swipere2 .swiper-button-prev {
        width: .6rem;
        height: .6rem;
    }
    .m-swipere2 .swiper-button-next:after, .m-swipere2 .swiper-button-prev:after {
        font-size: .19rem;
    }
    .m-idxe5 .btn .more {
        font-size: .25rem;
        height: 0.6rem;
        border-radius: .15rem;
    }
    .m-fotl .logo {
        width: 1.8rem;
        margin: 0 auto 0.2rem;
    }
    .g-desce1 {
        font-size: .25rem;
    }
    .m-fotl .tel {
        font-size: .29rem;
    }
    .go-top img {
        margin-left: 0.08rem;
        width: .2rem;
        height: .2rem;
    }
    .ft-copy a {
        margin-left: 0.1rem;
        transition: .5s;
    }
    .ft-copy a, .ft-copy {
        font-size: .26rem;
    }
}
@media only screen and (max-width: 340px) {
    .swiper-e2 .tit {
        font-size: .38rem;
    }
    .g-desce1,
    .g-tite1 .desc {
        font-size: .3rem;
    }
    .g-tite1 .tit {
        font-size: .43rem;
    }
    .m-fotl .logo {
        width: 2.6rem;
    }
    .m-fotl .tel {
        font-size: .35rem;
    }
    .ft-copy a, .ft-copy {
        font-size: .3rem;
    }
    .ul-idxe1 .tit {
        font-size: .37rem;
    }
    .swiper-e1 .item .desc {
        font-size: .3rem;
    }
    .swiper-e1 .item .tit {
        font-size: .43rem;
    }
    .swiper-e1 .item {
        padding-top: 43.1%;
    }
    .m-idxe5 .btn .more {
        font-size: .3rem;
        height: 0.7rem;
        border-radius: .18rem;
    }
}

/* 结束 */



/* 底部公共样式开始 */
.public_bottom{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
    background-color: #F4F5F7;
}
.public_bottom_info{
    width: 12.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
.public_bottom_info1{
    flex: 3;
    display: flex;
    flex-wrap: wrap;
}
.public_bottom_info1_img{
    width: 130px;
}
.public_bottom_info1_address{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #515C6F;
    margin-top: 20px;
}
.public_bottom_info1_title{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #515C6F;
    margin-top: 46px;
}
.public_bottom_info1_phone{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #030303;
    margin-top: 10px;
}
.public_bottom_info2{
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}
.public_bottom_info2_title{
    display: inline-block;
    width: 100%;
    font-size: 18PX;
    color: #030303;
}
.public_bottom_info2_block{
    width: 100%;
    height: 37px;
}
.public_bottom_info2_title1{
    display: inline-block;
    margin-top: 16px;
    color: #515C6F;
    font-size: 14px;
    cursor: pointer;
}
.public_bottom_info2_block1{
    width: 100%;
    height:1px;
}
.public_bottom_infos{
    width: 12.3rem;
    display: flex;
    /*margin-top: 60px;*/
    padding: 10px 0;
}
.public_bottom_infos_title{
    display: inline-block;
    font-size: 14px;
    color: #647086;
}
.public_bottom_infos_titles{
    display: inline-block;
    font-size: 14px;
    color: #647086;
    margin-left: 20px;
}
.public_bottom_infos_agreement{
    display: inline-block;
    font-size: 14px;
    color: #647086;
    margin-right: 20px;
    cursor: pointer;
}
/* 底部公共样式结束 */
/* 右侧返回顶部电话咨询在线客服弹窗开始 */
.public_pop{
    width: 66px;
    background-color: #fff;
    position: fixed;
    top: 60vh;
    right: 120px;
    border-radius: 11px;
    padding-bottom: 20px;
}
.public_pop_item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    margin-top: 20px;
    justify-content: center;
}
.public_pop_item_icon{
    width: 20px;
}
.public_pop_item_title{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    columns: #333;
    font-size: 10px;
}
/* 右侧返回顶部电话咨询在线客服弹窗结束 */