body {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
    overflow: auto;
    color: #333;
}

html {
    -webkit-backface-visibility: hidden;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
td,
var,
i {
    font-weight: normal;
    font-style: normal;
}

ul,
ol,
nav {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a,
ins {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
}

img {
    border: 0px;
}

a {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
}

a:hover {
    color: #fff;
}

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

/*Í·²¿*/
.container {
    margin: 0;
    padding: 0 !important;
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 70;
    width: 100%;
    background: transparent;
    max-width: 750px;
    transform: translateX(-50%);
    border-bottom: 1px solid #f3f3f3;
}

.topblo {
    background: rgba(10, 22, 62, 0.7);
}

.content ul:before {
    position: absolute;
    right: 0;
    left: 0;
    top: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background: rgba(255, 255, 255, 0.3);
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px 15px;
    height: 1.3733rem;
    max-height: 52px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
}

.menu-logo {
    display: block;
    float: left;
    color: #fff;
    box-sizing: border-box;
    height: 1.3733rem;
    max-height: 52px;
    flex: 1;
    display: flex;
    align-items: center;
}

.menu-logo span {
    border-left: 1px solid #fff;
    font-size: 20px;
    padding-left: 15px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}

.menu-logo img {
    float: left;
    width: 3.013333rem;
}

.menu {
    overflow: hidden;
    float: right;
    list-style-type: none;
}

.menu li {
    float: left;
    font-size: 16px;
    padding: 20px 15px;
}

.menu a {
    float: right;
    text-decoration: none;
    line-height: 30px;
}

.menu .active a {
    color: #fb815b;
}

.menu .loginIn {
    padding: 20px 0px 20px 18px;
}

.menu .loginIn a {
    border: 1px solid #fff;
    padding: 0px 20px;
    font-size: 12px;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
}

.menu .loginIn a img {
    display: inline;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -6px;
}

.menu .loginIn a:hover {
    background: rgba(255, 255, 255, 0.22);
}

.clo-lin {
    float: right;
    width: 26px;
    height: 1.3733rem;
    cursor: pointer;
    display: block;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.clo-lin span {
    display: block;
    width: 24px;
    height: 2px;
    background: #666666;
    margin-top: 5px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.clo-lin span.one {
    margin-top: 0;
}

.kai span.one {
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
}

.kai span.tow {
    display: none;
}

.kai span.three {
    transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -moz-transform: rotate(40deg);
    margin-top: -2px;
}

.content ul {
    position: relative;
    margin-top: -1000px;
    margin-bottom: 0px;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.content ul.show {
    margin-top: 0px;
}

.content {
    float: left;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.content ul li {
    position: relative;
    font-size: 14px;
    line-height: 30px;
}

.content ul li:before {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background: #DDDDDD;
}

.content ul li a {
    display: block;
    color: #666666;
}

.yi-ji {
    color: #666666;
    padding: 7px 20px;
}

/* ÆÁ */
.section {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sec-tab {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: table;
    table-layout: fixed;
    overflow: hidden;
}

.fp-tableCell {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.section .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bgb1 {
    background: url(/template/default/wap/Content/H5/images/section1.jpg) center no-repeat;
    background-size: cover;
}

.bgb2 {
    background: url(/template/default/wap/Content/H5/images/section2.jpg) center no-repeat;
    background-size: cover;
}

.bgbs3 {
    background: url(/template/default/wap/Content/H5/images/section3.jpg) center no-repeat;
    background-size: cover;
}

.bgbs4 {
    background: url(/template/default/wap/Content/H5/images/section4.jpg) center no-repeat;
    background-size: cover;
}

.bgbs5 {
    background: url(/template/default/wap/Content/H5/images/section5.jpg) center no-repeat;
    background-size: cover;
}

.bgbs6 {
    background: url(/template/default/wap/Content/H5/images/section6.jpg) center no-repeat;
    background-size: cover;
}

.bgbs7 {
    background: url(/template/default/wap/Content/H5/images/section7.jpg) center no-repeat;
    background-size: cover;
}
.bgbs8 {
    background: url(/template/default/wap/Content/H5/images/section8.jpg) center no-repeat;
    background-size: cover;
}
.page-width {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0% auto 0px;
    text-align: center;
    font-size: 0;
}

.p1-img {
    width: 8.72rem;
}

.p1-btn {
    display: block;
    width: 105px;
    height: 35px;
    background-image: linear-gradient(#4ef5f5, #44bcbc);
    margin: 30px auto 0;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
}

.s1-pp {
    font-size: 22px;
    color: #333;
    letter-spacing: 2px;
}

.s1-con {
    width: 8.72rem;
    background-size: 100%;
    height: 10.6266rem;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 .4rem;
}

.m1-2 {
    flex-direction: column;
    padding: 0 .933333rem;
    box-sizing: border-box;
}

.s1-con h1,
.m1-2 h1 {
    font-size: .96rem;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
}

.s1-con h2,
.m1-2 h2 {
    font-size: 1.173333rem;
    color: #01ca77;
    font-weight: normal;
    margin: .533333rem 0;
}

.m1-3 {
    flex-direction: column;
    box-sizing: border-box;
}

.m1-3 h1 {
    font-size: .8rem;
    color: #fff;
}

.m1-3 h2 {
    font-size: .933333rem;
    color: #01ca77;
    margin: .533333rem 0;
}

.m1-sa {
    width: 100%;
    margin: 0.2rem 0;
}

.m1-3-xian {
    width: 7.733333rem;
    height: 1px;
    background-color: #01ca77;
}

.m1-3 p {
    line-height: 1.44rem;
    font-size: .4rem;
    color: #fff;
}

.m1-3 p em {
    font-size: .693333rem;
    color: #01ca77;
    font-weight: bold;
}

.m1-2>p {
    font-size: .373333rem;
    line-height: .693333rem;
    color: #fff;
}

.m1-2-img {
    margin-top: .666667rem;
    display: flex;
}

.m1-2-img img {
    width: 1.68rem;
}

.m1-sa p {
    font-size: .533333rem;
    color: #fff;
    margin: 0 .266667rem;
}

.m1-2-r {
    width: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.m1-2-l {
    margin-right: .346667rem;
}

.m1-2-r p {
    font-size: .426667rem;
    color: #fff;
}

.m1-2-xian {
    width: 6rem;
    height: 1px;
    background-color: #01ca77;
}

.s1-con>p {
    font-size: .48rem;
    color: #fff;
    line-height: .906667rem;
    margin-top: .533333rem;
}

.s1-con>p em {
    color: #01ca77;
}

.s1-item {
    width: 100%;
}

.s1-xian {
    width: 100%;
    height: 1px;
    background-color: #01ca77;
}

.s1-list {
    flex: 1;
    color: #fff;
}

.s1-list p {
    font-size: .373333rem;
}

.s1-list p em {
    font-weight: bold;
}

.d-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p1 {
    position: relative;
}

.s1 .swiper-pagination-bullet,
.ss1-2 .swiper-pagination-bullet,
.ss1-3 .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    background-color: rgba(136, 136, 136);
    border-radius: 0;
}

.s1 .swiper-pagination-bullet-active,
.ss1-2 .swiper-pagination-bullet,
.ss1-3 .swiper-pagination-bullet {
    background-color: #01ca77;
}

.s1 .s1-pag {
    bottom: 60px !important;
}

.s1-2 {
    padding-bottom: 10px !important;
}

.ss1-2 .s1-2pag,
.ss1-3 .s1-3pag {
    bottom: 60px;
}

.ss1-2 .swiper-pagination-bullet,
.ss1-3 .swiper-pagination-bullet {
    margin: 0 4px;
}

.bgbb1-2 {
    background: url(/template/default/wap/Content/H5/images/s1-2.jpg) center no-repeat;
    background-size: cover;
}

.bgbb1-3 {
    background: url(/template/default/wap/Content/H5/images/s1-3.jpg) center no-repeat;
    background-size: cover;
}

.bgbb1-4 {
    background: url(/template/default/wap/Content/H5/images/s1-4.jpg) center no-repeat;
    background-size: cover;
}

.bgb1-2 {
    background: url(/template/default/wap/Content/H5/images/p1_content2.jpg) center no-repeat;
    background-size: cover;
}

.p1-h2 {
    font-size: .8rem;
    color: #01ca77;
}

.move {
    bottom: 10px;
    position: absolute;
    z-index: 999;
    left: 50%;
    margin-left: -0.64rem;
}

.p1-h4 {
    font-size: .586667rem;
    color: #333333;
    font-weight: normal;
}

.s1-2 .swiper-slide {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgb(68, 68, 68, .2);
    height: 11.2rem;
}

.s1-2-item {
    padding: 15px;
}

.s6-inp input::-webkit-input-placeholder {
    color: #999;
}

@keyframes bounce-up {
    25% {
        transform: translateY(10px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-10px);
    }
}

.animate-bounce-up {
    animation: bounce-up 1.4s linear infinite;
}

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

.item-xian {
    width: 28px;
    height: 3px;
    background: #01ca77;
    border-radius: 1.5px;
    margin-top: 20px;
}

.item-l p {
    color: #333;
    font-size: .533333rem;
}

.s1-2-item h5 {
    font-size: .426667rem;
    color: #333333;
    margin: 15px 0;
    font-weight: normal;
}

.s1-2-item>p {
    font-size: .346667rem;
    color: #808080;
    line-height: .64rem;
}

.s1-tx h5 {
    margin: 8px 0;
}

.s1-2-lj {
    font-size: .4rem;
    color: #01ca77;
}

.s1-2-lj a {
    color: #01ca77;
}

.s1-3 {
    width: 100%;
}

.bgb3 {
    background: url(/template/default/wap/Content/H5/images/p1-3.png) center repeat-y;
}

.s1-3-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1.333333rem;
    margin-bottom: 30px;
    height: 2.533333rem;
}

.s1-3-item:last-child {
    margin-bottom: 0;
}

.s1-3-l {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .48rem;
}

.s1-3-r h5 {
    font-size: .453333rem;
    color: #333333;
    font-weight: normal;
    margin-bottom: 15px;
}

.s1-3-r p {
    font-size: .373333rem;
    color: #666;
}

.s2-title {
    font-size: 22px;
    color: #fff;
    margin-top: 15px;
    font-weight: normal;
}

.s2 {
    width: 100%;
}

.s2 .swiper-slide {
    background: #fff;
    border-radius: 5px;
    touch-action: none;
}

.s2-item {
    height: 10.533333rem;
    padding: 0 15px;
}

.s2-list {
    flex-wrap: wrap;
}

.s2-p {
    height: 2.133333rem;
    font-size: .533333rem;
    color: #333333;
}

.s2-lists {
    flex-direction: column;
    width: 25%;
    margin-bottom: 20px;
}

.s2-lists p {
    color: #666666;
    font-size: .32rem;
    margin-top: 9px;
}

.s2-lists img {
    width: 1.36rem;
}

.s2-i {
    flex-direction: column;
    align-items: flex-start;
}

.s2-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 11px;

}

.s2-l {
    border: 1px solid #01ca77;
    margin-right: .8rem;
    height: 2.133333rem;
    box-sizing: border-box;
}

.s2-pad {
    padding: 0 .866667rem;
}

.s2-l img {
    height: 100%;
}

.s2-r p {
    font-size: .426667rem;
    color: #666666;
}

.s2-pag {
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.s2-pag .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    margin: 0 5px;
}

.s2-pag .swiper-pagination-bullet-active {
    background: #01ca77;
}

.s3 {
    width: 100%;
}

.s3-con {
    width: 8.826667rem;
    background-color: #01ca77;
    padding: .533333rem;
    box-sizing: border-box;
    height: 3.866667rem;
}

.s3-con h4 {
    font-size: .453333rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: .266667rem;
}

.s3-con p {
    font-size: .373333rem;
    color: #fff;
    line-height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.s3-b {
    width: 8.826667rem;
    height: 5.186667rem;
}

.s3-b img {
    width: 100%;
    height: 100%;
}

.s3-pag {
    width: 100%;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.s3-title {
    font-size: .586667rem;
    color: #333;
    letter-spacing: 2px;
    margin: 15px 0 35px;
}

@media screen and (min-width: 376px) and (max-width:415px) {
    .s3-pag {
        bottom: 100px;
    }
}

.s3-pag .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
    background: #888888;
    border-radius: 0;
    margin: 0 5px;
}

.s3-pag .swiper-pagination-bullet-active {
    background: #01ca77;
}

.s4-box {
    position: relative;
    width: 9.2rem;
    flex-wrap: wrap;
}

.s4-item {
    width: 33.3%;
    height: 2.4rem;
    background-color: #fff;
    border-right: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    box-sizing: border-box;
    padding: 5px;
    max-height: 120px;
}

.s4-item img {
    max-width: 100%;
}

.s4-item:nth-child(3n) {
    border-right: 0;
}

.s4-title {
    font-size: .586667rem;
    color: #333;
    font-weight: normal;
    letter-spacing: 2px;
}

.s5-box {
    position: relative;
    width: 9.2rem;
}

.s5-l {
    margin-right: .533333rem;
}

.s5-item {
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: .8rem 0 .666667rem;
}

.s5-item:last-child {
    border-bottom: 0;
}

.s5-r h5 {
    font-size: .453333rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: .533333rem;
}

.s5-r p {
    font-size: .373333rem;
    line-height: .64rem;
    color: #fff;
}

.s6-inp {
    position: relative;
    width: 8.933333rem;
    height: 1.066667rem;
    margin-bottom: .426667rem;
}

.s6-inp2 {
    position: relative;
    width: 8.933333rem;
    height: 1.066667rem;
    margin-bottom: .48rem;
}

.s6-inp2 div {
    width: 4.306667rem;
    height: 100%;
    position: relative;
}

.s6-inp2 div img {
    position: absolute;
    width: 13px;
    right: 15px;
    top: .453333rem;
}

.s6-inp2 input {
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    height: 100%;
    outline: none;
    padding: 0 .4rem;
    font-size: .373333rem;
    color: #666;
}

.s6-ly {
    font-size: .666667rem;
    color: #01ca77;
    letter-spacing: 2px;
}

.s6-ll {
    font-size: .386667rem;
    color: #333;
}

.s6-inp input {
    padding: 0 .4rem;
    border: 1px solid #cccccc;
    font-size: .373333rem;
    color: #999;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    outline: none;
}

.s6-btn {
    width: 8.933333rem;
    height: 1.066667rem;
    background-color: #01ca77;
    border-radius: .053333rem;
    box-shadow: 0 5px 8px rgba(1, 202, 119, .32);
    color: #fff;
    letter-spacing: 1px;
    font-size: .4rem;
}

.s7-item {
    width: 100%;
    padding: 0 .533333rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: .666667rem;
}

.s7-item img {
    width: 27px;
    margin-right: 15px;
}

.s7-item span {
    font-size: .373333rem;
    color: #333;
}

.s7-e {
    font-size: .373333rem;
    color: #333333;
}

.s7-p p {
    font-size: .32rem;
    color: #565656;
    line-height: .586667rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:359px) and (max-width:374px) {
    .s1-3pag {
        bottom: 50px !important;
    }
}

@media screen and (max-width:320px) {
    .s3-to {
        top: 75px !important;
    }

    .s1-bot {
        top: 30px !important;
    }

    .s3-pag {
        bottom: 65px !important;
    }

    .s1-2pag {
        bottom: 40px !important;
    }

    .s2-pag {
        bottom: 40px;
    }

    .s2-p {
        height: 2rem;
    }

    .s7-item {
        margin-bottom: 0.3rem;
    }

    .s7-ca {
        margin-bottom: 0.4rem !important;
    }

    .s7-b {
        padding: 0 10px;
        text-align: center;
    }

    .s7-lx {
        margin: 10px 0 !important;
    }
}
@media screen and (max-height:768px) {
    .s1-bot {
        top: 65px;
    }
}
@media screen and (min-height:800px) {
    .s1 .s1-pag {
        bottom: 125px !important;
    }

    .s1-bot {
        top: 65px;
    }

    .s2-pag {
        bottom: 110px;
    }

    .s3-pag {
        bottom: 150px;
    }

    .ss1-2 .s1-2pag,
    .ss1-3 .s1-3pag {
        bottom: 130px;
    }
}

@media screen and (max-height:568px) {
    .s1 .s1-pag {
        bottom: -15px !important;
    }

    .move {
        display: none;
    }
}

@media screen and (min-width:413px) {
    .ss1-2 .s1-2pag {
        bottom: 70px !important;
    }
}

.o-t {
    margin-top: 1.3733rem;
    overflow: hidden;
}

.al-box {
    display: block;
    width: 9.2rem;
    margin: 0 auto 0.8rem;
}

.al-img {
    width: 100%;
}

.al-img img {
    width: 100%;
}

.al-pag {
    left: 50%;
    transform: translateX(-50%) !important;
    bottom: 0;
}

.al-pag .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
    background: #888888;
    border-radius: 0;
    margin: 0 5px;
}

.al-pag .swiper-pagination-bullet-active {
    background: #01ca77;
}

.al-bot {
    width: 100%;
    padding: .4rem;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #01ca77;
    min-height: 2.666667rem;
}

.al-bot h5 {
    font-size: .426667rem;
    color: #333333;
    font-weight: normal;
}

.al-bot p {
    font-size: .32rem;
    color: #888888;
    line-height: .48rem;
    margin-top: .266667rem;
}

.o-title {
    font-weight: normal;
    text-align: center;
    margin-top: .8rem;
}

.xq-box {
    background-color: #fff;
}

.d-s {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.yx-x {
    height: .586667rem;
    width: 3px;
    background-color: #01ca77;
    position: relative;
    left: 2px;
    top: 0;
}

.yx-h3 {
    font-size: .586667rem;
    color: #333;
    letter-spacing: 1px;
    font-weight: normal;
    margin-left: 10px;
}

.pd30 {
    padding: 0 .4rem;
    box-sizing: border-box;
}

.yx-title {
    font-size: .453333rem;
    color: #222222;
    padding: 0 0.4rem;
}

.yx-list {
    height: 14.333333rem !important;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(68, 68, 68, 0.12);
    border-radius: .133333rem;
    box-sizing: border-box;
    padding: .533333rem;
}

.yx-xx {
    width: .746667rem;
    height: 3px;
    background-color: #01ca77;
    margin: .4rem 0;
}

.yx-list ul {
    display: flex;
    flex-wrap: wrap;
}

.yx-list ul li {
    width: 50%;
    font-size: .346667rem;
    color: #808080;
    letter-spacing: 1px;
    margin-bottom: .213333rem;
}

.yx-list h4 {
    font-size: .533333rem;
    color: #333;
    font-weight: normal;
}

.yx-p1 {
    font-size: .373333rem;
    color: #333;
    line-height: .586667rem;
}

.yx-list h5 {
    font-size: .426667rem;
    color: #333333;
    font-weight: normal;
    margin: .4rem 0;
}

.yx-list .yx-p2 {
    font-size: .346667rem;
    color: #808080;
    line-height: .586667rem;
}

.yx-p3 {
    font-size: .346667rem;
    color: #333333;
    line-height: .586667rem;
}

.mb10 {
    margin-bottom: .266667rem;
}

.mb5 {
    margin-bottom: .133333rem;
}

.mt10 {
    margin-top: .266667rem;
}

.yx-p2 em {
    color: #333;
}

.mb5 {
    margin-bottom: .133333rem;
}

.yx-s2 {
    position: relative;
}

.yx-pag2 {
    display: flex;
    bottom: -0.586667rem;
    left: 50%;
    transform: translateX(-50%) !important;
}

.yx-pag2 .swiper-pagination-bullet {
    width: .96rem;
    height: 3px;
    border-radius: 0;
    background: rgba(136, 136, 136, 1);
    margin: 0 4px;
}

.yx-pag2 .swiper-pagination-bullet-active {
    background: #01ca77;
}

.yx-y {
    width: 9.2rem;
    height: 3.8rem;
    background-size: cover !important;
    margin-bottom: .32rem;
    box-shadow: 0 5px 8px rgba(1, 202, 119, .32);
    box-sizing: border-box;
    padding: .6rem .4rem;

}

.yx-y1 {
    background: url(/template/default/wap/Content/H5/images/y1.png) no-repeat;
}

.yx-y2 {
    background: url(/template/default/wap/Content/H5/images/y2.png) no-repeat;
}

.yx-y3 {
    background: url(/template/default/wap/Content/H5/images/y3.png) no-repeat;
}

.yx-y h4 {
    color: #fff;
    font-size: .453333rem;
    font-weight: normal;
    margin-bottom: 10px;
}

.yx-y p {
    font-size: .346667rem;
    line-height: .64rem;
    color: #fff;
}

.list {
    width: 100%;
    padding: 0 0.4rem 2rem;
    box-sizing: border-box;
}

.list ul {
    list-style: none;
}

.list>ul>li {
    width: 100%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 10px;
}

.list>ul>li p[class=title] {
    width: 100%;
    background: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 .4rem;
    border: none;
    position: relative;
    font-size: .426667rem;
    color: #333333;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
}

.list>ul>li p[class=title]>span {
    position: absolute;
    right: 10px;
}

.list>ul>li p[class=title]>span img {
    width: .326667rem;
}

.list>ul>li p[class=title] img {
    width: .533333rem;
    vertical-align: middle;
    margin-right: 10px;
}

.list-se {
    overflow: hidden;
    display: none;
}


.list-se>li {
    position: relative;
    right: -100%;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
    background-color: #fff;
    padding: 0.4rem;
}

.yx-bv {
    font-size: .4rem;
    color: #333333;
    margin-bottom: 8px;
    font-weight: normal;
}

.yx-bc {
    font-size: .373333rem;
    color: #666666;
}

.mb30 {
    margin-bottom: .8rem;
}

.yx-tab {
    height: 2.4rem;
    display: flex;
    padding: 0 0.4rem;
}

.tabs {}

.tabs img {
    width: 1.066667rem;
}

.active1 img {
    transform: scale(1.2);
    transition: all .15s;
}

.yx-yuan {
    display: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #01ca77;
    margin: 10px auto 0;
}

.active1 .yx-yuan {
    display: block;
}

.js-q {
    width: 9.2rem;
    padding: .5rem .266667rem;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
}

.js-q h5 {
    font-size: .426667rem;
    color: #000000;
    margin-bottom: 8px;
    font-weight: normal;
}

.js-q p {
    font-size: .373333rem;
    color: #444444;
    line-height: .586667rem;
}

.twoImg img {
    width: 49%;
}

.zz-b {
    width: 9.2rem;
    margin: 0 auto;
    background-color: #fff;
}

.js-t {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0.4rem;
}

.js-t img {
    width: 3.4666667rem;
}

.lx-i {
    margin-bottom: .533333rem;
}

.js-t h5 {
    font-weight: normal;
    font-size: .48rem;
    color: #333;
    margin: 0.4rem 0 0.2rem;
}

.js-t p {
    font-size: .373333rem;
    color: #666;
}

.js-list {
    flex-direction: column;
}

.js-list p {
    font-size: .346667rem;
    color: #999;
    line-height: .586667rem;
}

.lx-i img {
    width: 0.5rem;
}

.lx-i p {
    font-size: .346667rem;
    color: #333333;
    margin-left: .266667rem;
}

.lx-t {
    padding: 0.8rem 0.4rem;
    box-sizing: border-box;
}

.lx-vx {
    width: .6rem;
    margin-right: 5px;
}

.lx-ewm-box {
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid #01ca77;
}

.lx-ewm {
    width: 3rem;
}

.mt1 {
    margin-top: 1rem;
}

.lx-map img {
    width: 100%;
}

.lx-bot {
    background-color: #fff;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 7rem;
}

.lx-list {
    height: 1.4rem;
    border-bottom: 1px solid #c9c9c9;
    box-sizing: border-box;
}

.lx-list p {
    color: #666666;
    font-size: .32rem;
}

.lx-list p a {
    color: #666666;
    font-size: .32rem;
}

.lx-list p:first-child {
    width: 30%;
}

.lx-list:last-child {
    border: 0;
}

.sewvmain {
    width: 100%;
    margin: 0.8rem auto 0.4rem;
    background-color: #fff;
    box-sizing: border-box;
}

.sewv {
    position: relative;
    width: 4rem;
    display: inline-block;
    vertical-align: middle;
}

.sewvtop {
    width: 100%;
    height: 1.2rem;
    border: 1px #D9D9D9 solid;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}

.sewvtop>span {
    float: left;
    width: 70%;
    height: 1.2rem;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .346667rem;
    line-height: 1.2rem;
    color: #666;
    padding: 0 10px;
    vertical-align: middle;
}

.sewvtop>em {
    width: .426667rem;
    height: .266667rem;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transform-origin: center center;
}

@-moz-keyframes rotatete2 {
    from {
        transform: rotate(180deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes rotatete2 {
    from {
        transform: rotate(180deg);
    }

    to {
        transform: rotate(0deg);
    }
}

/* .lbaxztop2 {
    animation: rotatete2 0.3s linear forwards;
} */
.sewvbm>li {
    cursor: pointer;
    width: 100%;
    list-style: none;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    padding-left: 5px;
    box-sizing: border-box;
}

.sewvbm {
    width: 100%;
    position: absolute;
    padding-left: .133333rem;
    background-color: #fff;
    list-style: none;
    font-style: normal;
    left: 0;
    top: 1.2rem;
    display: none;
    border: 1px #D9D9D9 solid;
    box-sizing: border-box;
    max-height: 160px;
    overflow-y: scroll;
}

.jt {
    width: 100%;
    transform-origin: center bottom;
}

@keyframes rotatete {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

@keyframes rotatete {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

/* .lbaxztop{animation: rotatete 0.3s linear forwards;} */
.hz-box {
    flex-wrap: wrap;
}

.hz-list {
    width: 33.3%;
    border-top: 1px double #e9e9e9;
    border-right: 1px double #e9e9e9;
    box-sizing: border-box;
    background-color: #fff;
}

.hz-list img {
    width: 100%;
}

.hz-list:nth-child(3n) {
    border-right: 1px solid transparent;
}

.hz-list:nth-child(1),
.hz-list:nth-child(2),
.hz-list:nth-child(3) {
    border-top: 1px solid transparent;
}

.xq-b {
    padding: 0.4rem;
    box-sizing: border-box;
}

.xq-bot {
    width: 100%;
}

.xq-b img {
    width: 100%; height: auto !important;
}

.xq-b h4 {
    font-size: .48rem;
    color: #333;
    font-weight: normal;
    margin: .4rem 0 .266667rem;
}

.xq-b p {
    font-size: .373333rem;
    color: #666;
    line-height: .64rem;
}

.city-picker-selector {
    width: 8.933333rem;
    height: 1.066667rem;
    margin-bottom: .426667rem;
}

.city-picker-selector .selector-item {
    width: 4.266667rem !important;
    padding: 0 0.2rem;
}

.city-picker-selector .selector-name {
    color: #999999 !important;
    font-size: .373333rem !important;
}

.zw-sj {
    font-size: .32rem;
    color: #666;
}

.zw-name {
    font-weight: normal;
    font-size: .426667rem;
    color: #333;
}

.zw-dz {
    font-size: .346667rem;
    color: #666;
}

.zw-ms {
    font-size: .373333rem;
    color: #666;
}

.zw-p {
    font-size: .346667rem;
    line-height: .586667rem;
    color: #666;
}

.totop {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 44px;
    z-index: 9999999;
    display: none;
}

.liuyan {
    position: absolute;
    right: 15px;
    bottom: 80px;
    z-index: 9999999;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.liuyan img {}

.tx-img {
    display: flex;
}

.tx-img img {
    transform: none !important;
}

.list-se .title {
    background: #01ca77 !important;
    color: #fff !important;
}

.M-box9 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.M-box9 .active {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    background: #01ca77;
    color: #fff;
    font-size: 14px;
    border: 1px solid #01ca77;

}

.swiper-button-next,
.swiper-button-prev {
    color: #01ca77 !important;
}

.js-box img {
    max-width: 100%;
}

.js-box p {
    font-size: .373333rem;
}

.yx-ul-ts li {
    width: 100% !important;
}

.index-text {
    color: #fff;
    font-size: .533333rem;
    line-height: .8rem;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
}

.index1-img {
    width: 8.5rem;
    margin-top: 1.653333rem;

}

.index1-img img {
    width: 100%;
}

.d-a-f {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.sol {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}

.sol li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.066667rem;
    font-size: .373333rem;
    color: #333;
}

.sta {
    border-bottom: 1px solid #01ca77;
    font-weight: bold;
}

.news .swiper-slide {
    padding: 0 0.4rem;
    box-sizing: border-box;
}

.news_list {
    padding: .533333rem 0;
    border-bottom: 1px solid #dddddd;
}

.news_list h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: .373333rem;
    color: #666;
    margin-bottom: .266667rem;
    font-weight: normal;
    line-height: .586667rem;
}
.news_list p{
    font-size: .32rem;
    color: #999;
}<!--ºÄÊ±1774174533.3755Ãë-->