<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * 绉诲姩绔椤�
 * date:2021-01-14
 * author: wppei;
 */

body {
    max-width: 7.5rem;
    margin: 0 auto;
    font-size: 0.14rem;
    background-color: #f7f7f7;
}

.office::-webkit-scrollbar,
.network::-webkit-scrollbar,
.flower-list::-webkit-scrollbar {
    display: none;
}

.em-header {
    position: relative;
    height: 3.64rem;
}

.em-header:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 0.64rem;
    bottom: 0;
    background: url("../images/indexPhone/header_bg1.png") no-repeat center bottom;
    background-size: 100% auto;
    z-index: 99;
}


/* 杞挱 */

.ewb-img {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ewb-img .item {
    display: block;
}

.ewb-img #carousel img {
    display: block;
    width: 100%;
    height: 3.6rem;
}

.owl-carousel {
    position: relative;
}


/* 鍒嗛〉鎸夐挳 */

#carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.5rem;
    height: 0.12rem;
    z-index: 60;
    font-size: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}


/* 鍒嗛〉鎸夐挳 */

.ewb-img #carousel button.owl-dot {
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.1rem;
    outline: 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
}

.ewb-img #carousel button.owl-dot.active {
    background-color: rgba(0, 0, 0, 0.7);
}

.header-con {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.5rem;
    z-index: 99;
}

.header-con&gt;h1 {
    position: relative;
    width: 5.86rem;
    height: 0.6rem;
    margin-left: 0.52rem;
    margin-bottom: 0.1rem;
    padding-left: 0.6rem;
    background: url("../images/indexPhone/header_tt.png") no-repeat 0.6rem top;
    background-size: 4.74rem 100%;
}

.header-con&gt;h1:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.56rem;
    height: 0.6rem;
    background: url("../images/indexPhone/phone.png") no-repeat;
    background-size: 100% 100%;
}

.header-intro {
    position: relative;
    width: 6.5rem;
    text-align: center;
    line-height: 0.27rem;
    padding: 0 0.60rem;
    margin-bottom: 0.3rem;
    color: #fff;
    margin-left: 0.10rem;
    font-size: 0.22rem;
}

.header-intro span {
    margin-right: 0.16rem;
}

.header-intro span:last-child {
    margin-right: 0;
}

.header-intro:before,
.header-intro:after {
    content: " ";
    position: absolute;
    top: 0.13rem;
    width: 0.65rem;
    height: 1px;
}

.header-intro:before {
    left: 0;
    background: rgba(255, 255, 255, .5);
    background: linear-gradient(to left, rgba(255, 255, 255, .5), transparent);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, .5), transparent);
    background: -o-linear-gradient(left, rgba(255, 255, 255, .5), transparent);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, .5), transparent);
}

.header-intro:after {
    right: 0;
    background: rgba(255, 255, 255, .5);
    background: linear-gradient(to right, rgba(255, 255, 255, .5), transparent);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .5), transparent);
    background: -o-linear-gradient(right, rgba(255, 255, 255, .5), transparent);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, .5), transparent);
}

.em-header-search {
    padding-left: 0.5rem;
}

.ewb-search {
    position: relative;
    z-index: 1;
    padding: 0 1.3rem 0 0.2rem;
    width: 5.6rem;
    height: 0.6rem;
    background-color: #fff;
    border: 0.02rem solid #fff;
    border-radius: 0.3rem;
}

.ewb-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 0.2rem;
    height: 0.56rem;
    line-height: 0.56rem;
    color: #999;
    font-size: 0.24rem;
    z-index: -1;
    cursor: text;
}

.ewb-search .input-box {
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    border: 0;
    background: 0 0;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.2rem;
    height: 0.56rem;
    color: #fff;
    font-size: 0.28rem;
    text-align: center;
    font-family: "SourceHanSansCN-Medium";
    line-height: 0.56rem;
    letter-spacing: 5px;
    background-color: #47b368;
    border-radius: 29px;
}

.search-list {
    height: 0.55rem;
    width: 6.5rem;
    padding-left: 0.5rem;
    line-height: 0.55rem;
    color: #fff;
    font-size: 0.22rem;
    overflow: hidden;
}

.search-list&gt;span {
    float: left;
}

.search-list-box {
    width: calc(100% - 1.5rem);
    margin-left: 1.5rem;
}

.search-list-box li {
    float: left;
    margin-right: 0.18rem;
}

.search-list-box li a {
    color: #fff;
}

.header-right {
    position: absolute;
    right: 0.3rem;
    top: 0.7rem;
    z-index: 99;
}

.header-right-list {
    display: block;
    width: 0.36rem;
    height: 0.3rem;
    background: url("../images/indexPhone/header_list.png") no-repeat;
    background-size: 100% 100%;
}


/* 涓€缃戦€氬姙 */

.network {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 1.96rem;
    padding-top: 0.35rem;
    background-color: #fff;
}

.network-list {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.network-list li {
    display: inline-block;
    width: 1.63rem;
    height: 100%;
    vertical-align: top;
}

.network-box {
    display: block;
    height: 100%;
    text-align: center;
    background: url("../images/network_bg.png") no-repeat center 0.4rem;
    background-size: 0.64rem 0.58rem;
}

.network-box .network-icon {
    height: 0.95rem;
    background-repeat: no-repeat;
    background-position: center top;
    transition: all 1.2s;
}

.network-box&gt;h3 {
    display: inline-block;
    height: 0.44rem;
    line-height: 0.43rem;
    color: #404742;
    font-size: 0.28rem;
    font-family: "SourceHanSansCN-Medium";
    border-bottom: 0.02rem solid transparent;
}

.network-list li:first-child .network-icon {
    background-image: url("../images/network_icon1.png");
    background-size: 0.51rem 0.5rem;
}

.network-list li:nth-child(2) .network-icon {
    background-image: url("../images/network_icon2.png");
    background-size: 0.55rem 0.5rem;
}

.network-list li:nth-child(3) .network-icon {
    background-image: url("../images/network_icon3.png");
    background-size: 0.53rem 0.52rem;
}

.network-list li:nth-child(4) .network-icon {
    background-image: url("../images/network_icon4.png");
    background-size: 0.62rem 0.5rem;
}

.network-list li:nth-child(5) .network-icon {
    background-image: url("../images/network_icon5.png");
    background-size: 0.51rem 0.55rem;
}

.network-list li:nth-child(6) .network-icon {
    background-image: url("../images/network_icon6.png");
    background-size: 0.51rem 0.48rem;
}

.network-box:hover .network-icon {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.network-box:hover&gt;h3 {
    color: #47b368;
    border-bottom-color: #47b368;
}

.network-list li:first-child .network-box:hover .network-icon {
    background-image: url("../images/network_icon1h.png");
}

.network-list li:nth-child(2) .network-box:hover .network-icon {
    background-image: url("../images/network_icon2h.png");
}

.network-list li:nth-child(3) .network-box:hover .network-icon {
    background-image: url("../images/network_icon3h.png");
}

.network-list li:nth-child(4) .network-box:hover .network-icon {
    background-image: url("../images/network_icon4h.png");
}

.network-list li:nth-child(5) .network-box:hover .network-icon {
    background-image: url("../images/network_icon5h.png");
}

.network-list li:nth-child(6) .network-box:hover .network-icon {
    background-image: url("../images/network_icon6h.png");
}

.office {
    height: 2.2rem;
    padding: 0.3rem 0 0 0.3rem;
    background-color: #f7fbff;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.office&gt;ul {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.office li {
    display: inline-block;
    vertical-align: top;
    width: 3.9rem;
    padding-right: 0.4rem;
}

.office li&gt;a {
    display: block;
}

.office li&gt;a&gt;img {
    width: 100%;
    height: 100%;
}

.mime {
    position: relative;
    height: 2.4rem;
    background-color: #fff;
}

.mime-top li {
    float: left;
    width: 25%;
}

.mime-skip {
    display: block;
    height: 0.88rem;
    padding-left: 0.77rem;
    line-height: 0.84rem;
    color: #404742;
    font-size: 0.28rem;
    border-bottom: 0.04rem solid transparent;
    background-repeat: no-repeat;
    background-position: 0.16rem center;
    background-size: 0.47rem 0.54rem;
}

.mime-top li:first-child .mime-skip {
    background-image: url("../images/mime_icon1.png");
}

.mime-top li:nth-child(2) .mime-skip {
    background-image: url("../images/mime_icon2.png");
}

.mime-top li:nth-child(3) .mime-skip {
    background-image: url("../images/mime_icon3.png");
}

.mime-top li:nth-child(4) .mime-skip {
    background-image: url("../images/mime_icon4.png");
}

.mime-top li:hover .mime-skip,
.mime-top li.active .mime-skip {
    color: #47b368;
    border-bottom-color: #47b368;
}

.mime-box {
    display: none;
    position: absolute;
    top: 1.03rem;
    left: 0.3rem;
    width: 50%;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.mime-top li.active .mime-box {
    display: block;
}

.mime-box&gt;a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 0.55rem;
    padding-left: 0.23rem;
    margin-right: 0.32rem;
    color: #414843;
    font-size: 0.28rem;
}

.mime-box&gt;a:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.03rem;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #47b368;
    border-radius: 0.03rem;
}

.mime-bom {
    height: calc(100% - 0.88rem);
    text-align: right;
    background: url("../images/indexPhone/mime_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.mime-bom&gt;a {
    display: inline-block;
    width: 1.85rem;
    height: 0.48rem;
    margin: 0.5rem 0.3rem 0 0;
    vertical-align: middle;
}

.mime-bom&gt;a&gt;img {
    width: 100%;
    height: 100%;
}


/* 鍏ず鍏憡 */

.notice {
    height: 1.4rem;
    padding: 0.2rem 0;
    background-color: #f7f7f7;
}

.notice-box {
    height: 100%;
    padding: 0 0.3rem;
    background-color: #fff;
}

.notice-tt {
    width: 1.13rem;
    height: 0.48rem;
    margin-top: 0.26rem;
    background: url("../images/notice_icon.png") no-repeat left center;
    background-size: 100% 100%;
}

.notice-list {
    margin-left: 1.33rem;
    height: 1rem;
    padding: 0.12rem 0;
    overflow: hidden;
}

.notice-list ul {
    height: 0.76rem;
}

.notice-list-box {
    display: block;
}

.notice-list-box&gt;p {
    padding-top: 0.12rem;
    color: #404742;
    font-size: 0.24rem;
    line-height: 0.38rem;
}

.notice-list-box span {
    float: right;
    color: #999;
    font-size: 0.22rem;
}

.notice-list .str_wrap.str_active,
.notice-list .str_wrap {
    height: 100%;
    background-color: transparent;
}


/* 璺濆紑骞� */

.flower {
    position: relative;
    height: 2.2rem;
}

.flower-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.flower-left,
.flower-right,
.flower-left li {
    display: inline-block;
    vertical-align: top;
}

.flower-left-box {
    display: block;
    width: 1.1rem;
    margin: 0 0.5rem;
}

.flower-left-box .flower-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.5rem auto 0;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.flower-left li:first-child .flower-icon {
    background-image: url("../images/flower_icon1.png");
    background-size: 0.36rem 0.36rem;
}

.flower-left li:nth-child(2) .flower-icon {
    background-image: url("../images/flower_icon2.png");
    background-size: 0.42rem 0.4rem;
}

.flower-left li:nth-child(3) .flower-icon {
    background-image: url("../images/flower_icon3.png");
    background-size: 0.38rem 0.38rem;
}

.flower-left li:nth-child(4) .flower-icon {
    background-image: url("../images/flower_icon4.png");
    background-size: 0.4rem 0.4rem;
}

.flower-left li:nth-child(5) .flower-icon {
    background-image: url("../images/flower_icon5.png");
    background-size: 0.4rem 0.38rem;
}

.flower-left-box&gt;.flower-text {
    line-height: 0.57rem;
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
}

.flower-left-box:hover .flower-icon,
.flower-right&gt;a:hover {
    background-color: #47b368;
    border-color: #47b368;
}

.flower-left-box:hover&gt;.flower-text {
    color: #47b368;
}

.flower-right {
    margin: 0.88rem 0.4rem 0 0.75rem;
    width: 1.4rem;
}

.flower-right&gt;a {
    display: block;
    height: 0.44rem;
    line-height: 0.42rem;
    padding-left: 0.35rem;
    color: #fff;
    text-align: left;
    font-size: 0.20rem;
    background: url("../images/flower_jiao.png") no-repeat right 0.23rem center;
    background-size: 0.2rem 0.2rem;
    border: 1px solid #fff;
    border-radius: 0.22rem;
}

.flower:hover .flower-list {
    opacity: 1;
}

.flower-box {
    height: 2.20rem;
    padding-left: 4.8rem;
    padding-top: 0.34rem;
    background: url("../images/indexPhone/flower_bg.jpg") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.flower-top {
    line-height: 0.72rem;
    width: 2rem;
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
    font-family: "SourceHanSansCN-Medium";
}

.flower-num {
    width: 1.6rem;
    height: 0.6rem;
    margin-left: 0.2rem;
    line-height: 0.6rem;
    text-align: center;
    color: #545a56;
    font-size: 0.24rem;
    background-color: #fff;
    border-radius: 0.05rem;
}

.flower-num&gt;span {
    color: #47b368;
    font-size: 0.32rem;
    font-family: "SourceHanSansCN-Medium";
    margin-right: 0.05rem;
}


/* 鏀垮姟鍏紑 */

.public {
    margin: 0.2rem 0;
    height: 8.64rem;
    background: #fff url("../images/indexPhone/public_bg.png") no-repeat center bottom;
    background-size: auto 2.96rem;
}

.public-tt {
    text-align: center;
    height: 0.89rem;
    line-height: 0.88rem;
    font-size: 0.4rem;
    color: #000;
    font-weight: bold;
    /* background: url("../images/indexPhone/public_tt.png") no-repeat; */
    background-size: 100% 100%;
}

.public-list {
    border-top: 1px solid #e5e5e5;
    padding: 0.24rem 0.07rem 0;
}

.public-list li {
    float: left;
    width: 33.33%;
    padding: 0 0.13rem;
}

.public-box {
    display: block;
    height: 2.6rem;
}

.public-box .public-icon {
    height: 1.8rem;
    background-color: #f8fafd;
    background-repeat: no-repeat;
    background-position: center 0.32rem;
    background-size: 0.88rem 1.25rem;
}

.public-box&gt;h2 {
    height: 0.8rem;
    line-height: 0.8rem;
    color: #404742;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.public-list li:first-child .public-icon {
    background-image: url("../images/public_icon1.png");
}

.public-list li:nth-child(2) .public-icon {
    background-image: url("../images/public_icon2.png");
}

.public-list li:nth-child(3) .public-icon {
    background-image: url("../images/public_icon3.png");
}

.public-list li:nth-child(4) .public-icon {
    background-image: url("../images/public_icon4.png");
}

.public-list li:nth-child(5) .public-icon {
    background-image: url("../images/public_icon5.png");
}

.public-list li:nth-child(6) .public-icon {
    background-image: url("../images/public_icon6.png");
}

.public-box:hover {
    box-shadow: 0px 4px 12px 0px rgba(130, 165, 159, 0.16);
}

.public-box:hover .public-icon {
    background-color: #47b368;
}

.public-box:hover&gt;h2 {
    color: #47b368;
}

.public-list li:first-child .public-box:hover .public-icon {
    background-image: url("../images/public_icon1h.png");
}

.public-list li:nth-child(2) .public-box:hover .public-icon {
    background-image: url("../images/public_icon2h.png");
}

.public-list li:nth-child(3) .public-box:hover .public-icon {
    background-image: url("../images/public_icon3h.png");
}

.public-list li:nth-child(4) .public-box:hover .public-icon {
    background-image: url("../images/public_icon4h.png");
}

.public-list li:nth-child(5) .public-box:hover .public-icon {
    background-image: url("../images/public_icon5h.png");
}

.public-list li:nth-child(6) .public-box:hover .public-icon {
    background-image: url("../images/public_icon6h.png");
}

.public-new {
    padding: 0.2rem 0.3rem 0;
}

.public-new-box {
    position: relative;
    display: block;
    line-height: 0.6rem;
    padding-left: 0.27rem;
    color: #404742;
    font-size: 0.22rem;
}

.public-new-box:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.06rem;
    height: 0.06rem;
    margin-top: -0.03rem;
    background-color: #47b368;
}

.public-new-box .public-date {
    color: #999;
    font-size: 0.18rem;
    width: 1.66rem;
    text-align: right;
}

.public-new-box&gt;h3 {
    margin-right: 1.66rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.public-new-box:hover .public-date,
.public-new-box:hover&gt;h3 {
    color: #47b368;
}

.news .public-tt {
    /* background-image: url("../images/indexPhone/news_tt.png"); */
}

.news {
    padding-bottom: 0.2rem;
    background-color: #fff;
}


/* 杞挱 */

.news-img {
    position: relative;
    height: 4.3rem;
    margin: 0 0.3rem;
}

.news-img .item {
    display: block;
}

.news-img img {
    display: block;
    width: 100%;
    height: 4.3rem;
}

.owl-carousel {
    position: relative;
}


/* 鍒嗛〉鎸夐挳 */

.ewb-img-intro {
    position: absolute;
    left: 0.80rem;
    right: 0;
    bottom: 0;
    padding: 0.1rem 1.3rem 0 0.15rem;
    height: 0.80rem;
    line-height: 0.3rem;
    text-indent: 0.1rem;
    background-color: rgba(0, 0, 0, .4);
}

.ewb-img-intro&gt;p,
.ewb-img-intro&gt;h3 {
    color: #fff;
    font-size: 0.16rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-img-intro&gt;h3 {
    font-size: 0.2rem;
}

.news-img .owl-dots {
    position: absolute;
    right: 0;
    left: 0.8rem;
    bottom: 0.4rem;
    height: 0.4rem;
    padding-right: 0.2rem;
    z-index: 60;
    font-size: 0;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.news-img button.owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 0.12rem;
    height: 0.12rem;
    margin: 0.12rem 0 0 0.08rem;
    background: #818181;
    border: 0;
    outline: 0;
    border-radius: 50%;
}

.news-img .owl-dot.active {
    background: #47b368;
}

.news-date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    padding-left: 0.09rem;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    background-color: rgba(69, 177, 103, .8);
    z-index: 99;
}

.news-date&gt;span {
    display: inline-block;
    vertical-align: top;
    margin: 0.3rem 0 0 0.11rem;
}

.news-date:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0.17rem;
    width: 1px;
    height: 0.5rem;
    background-color: #fff;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.new-right {
    padding-top: 0.15rem;
}

.news-hdl {
    padding: 0 0.3rem 0 0.15px;
    margin-bottom: 0.23rem;
}

.news-hdl .hdl {
    position: relative;
    line-height: 0.89rem;
    font-size: 0.28rem;
    color: #999;
    padding: 0 0.25rem;
    cursor: pointer;
}

.news-hdl .hdl:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0.33rem;
    width: 1px;
    height: 0.26rem;
    background-color: #999;
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
}

.news-hdl .hdl:first-child:after {
    width: 0;
}

.news-hdl .hdl.active {
    color: #333;
    font-size: 0.32rem;
    font-weight: bold;
}

.news-hdl .ewb-more {
    color: #999;
    padding-top: 0.22rem;
    line-height: 0.72rem;
}

.bdl {
    display: none;
}

.new-bdl {
    margin: 0 0.3rem;
}

.news-hdl-top {
    display: block;
    height: 1.8rem;
    margin-bottom: 0.24rem;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(130, 165, 159, 0.16);
}

.news-hdl-tt {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 20px;
    color: #333;
    font-size: 0.3rem;
    text-align: center;
    font-family: "SourceHanSansCN-Medium";
    background-color: #f4f7f9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-hdl-intro {
    padding: 0.13rem 0.2rem;
    height: 0.87rem;
    color: #666;
    font-size: 0.16rem;
    line-height: 0.37rem;
    overflow: hidden;
}

.news-bdl-list li,
.service-list li {
    height: 0.6rem;
    line-height: 0.6rem;
}

.news-bdl-list a,
.service-list a {
    display: block;
    color: #999;
}

.news-hdl-date {
    width: 1.5rem;
    text-align: right;
    font-size: 0.22rem;
}

.news-hdl-text {
    position: relative;
    margin-right: 1.5rem;
    padding-left: 0.12rem;
    color: #404742;
    font-size: 0.24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-hdl-text:before,
.service-list a:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.03rem;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #47b368;
    border-radius: 50%;
}

.news-bdl-list li:last-child {
    border-bottom: none;
}

.news-bdl-list a:hover,
.news-bdl-list a:hover .news-hdl-text,
.service-list a:hover {
    color: #47b368;
}

.news-bdl-list a:hover .news-hdl-text:before,
.service-list a:hover:before {
    background-color: #47b368;
}


/* 璧拌繘宕囨槑 */

.enter-box {
    height: 8rem;
    margin-top: 0.2rem;
    background-color: #fff;
}

.enter-box.service,
.enter-box.interaction {
    height: 5.6rem;
}

.enter-tt {
    height: 0.89rem;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    overflow: hidden;
}

.enter-tt&gt;h2 {
    color: #404742;
    padding-left: 0.65rem;
    font-size: 0.32rem;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left center;
}

.enter-more {
    color: #999;
    font-size: 0.24rem;
}

.enter-box.join .enter-tt&gt;h2 {
    background-image: url("../images/enter_tt1.png");
    background-size: 0.42rem 0.46rem;
}

.enter-box.service .enter-tt&gt;h2 {
    background-image: url("../images/enter_tt2.png");
    background-size: 0.43rem 0.38rem;
}

.enter-box.interaction .enter-tt&gt;h2 {
    background-image: url("../images/enter_tt3.png");
    background-size: 0.34rem 0.34rem;
}

.enter-img {
    margin: 0 0.3rem;
    height: 3.2rem;
}

.enter-img&gt;img {
    width: 100%;
    height: 100%;
}

.enter-intro {
    padding: 0.15rem 0.3rem 0;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #666;
    word-break: break-all;
    text-indent: 2em;
    height: 2.3rem;
    overflow: hidden;
}

.enter-two-tt {
    padding: 0.18rem 0.3rem 0;
    line-height: 0.47rem;
    color: #47b368;
    font-size: 0.24rem;
    font-weight: bold;
    border-top: 1px solid #e6e6e6;
}

.service-list {
    padding: 0 0.3rem;
    /* overflow: hidden; */
}

.service-list a {
    margin-right: 0;
}

.service-skip li {
    float: left;
    width: 25%;
    height: 92px;
}

.service-skip .service-skip-box {
    display: block;
}

.service-three li:first-child .service-icon {
    background-image: url("../images/enter_new5.png");
    background-size: 0.48rem 0.48rem;
}

.service-three li:nth-child(2) .service-icon {
    background-image: url("../images/enter_new6.png");
    background-size: 0.48rem 0.48rem;
}

.service-three li:nth-child(3) .service-icon {
    background-image: url("../images/enter_new7.png");
    background-size: 0.48rem 0.48rem;
}

.service-three li:nth-child(4) .service-icon {
    background-image: url("../images/enter_new8.png");
    background-size: 0.48rem 0.48rem;
}

.service-skip-box&gt;p {
    height: 0.82rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all 1s;
}

.service-skip-box&gt;h6 {
    line-height: 0.64rem;
    text-align: center;
    color: #404742;
    font-size: 0.24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-skip .service-skip-box:hover&gt;.service-icon {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.service-one li:first-child .service-icon {
    background-image: url("../images/enter_new1.png");
    background-size: 0.48rem 0.48rem;
}

.service-one li:nth-child(2) .service-icon {
    background-image: url("../images/enter_new2.png");
    background-size: 0.48rem 0.48rem;
}

.service-one li:nth-child(3) .service-icon {
    background-size: 0.48rem 0.48rem;
    background-image: url("../images/enter_new3.png");
}

.service-one li:nth-child(4) .service-icon {
    background-size: 0.48rem 0.48rem;
    background-image: url("../images/enter_new4.png");
}

.service-two li:first-child .service-icon {
    background-size: 0.48rem 0.5rem;
    background-image: url("../images/enter_new5.png");
}

.service-two li:nth-child(2) .service-icon {
    background-size: 0.48rem 0.45rem;
    background-image: url("../images/enter_new6.png");
}

.service-two li:nth-child(3) .service-icon {
    background-size: 0.46rem 0.5rem;
    background-image: url("../images/enter_new7.png");
}

.service-two li:nth-child(4) .service-icon {
    background-size: 0.44rem 0.5rem;
    background-image: url("../images/enter_new8.png");
}


/* 涓撻涓撴爮 */

.special {
    margin: 0.2rem 0;
    background-color: #fff;
}

.special .public-tt {
    /* background: url("../images/indexPhone/special_tt.png") no-repeat; */
    background-size: 100% 100%;
}

.special-list {
    padding: 0.3rem 0.3rem 0;
    border-top: 1px solid #e5e5e5;
}

.special-box {
    display: block;
    height: 3.3rem;
}

.special-box img {
    width: 100%;
    height: 1.8rem;
    margin-bottom: 0.16rem;
}

.special-box&gt;h3 {
    line-height: 0.4rem;
    font-size: 0.28rem;
    color: #404742;
    height: 0.8rem;
    overflow: hidden;
}

.special-box&gt;.special-time {
    line-height: 0.42rem;
    color: #999;
    font-size: 0.24rem;
}

.special .enter-more {
    display: block;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.24rem;
    border-top: 1px solid #e5e5e5;
}

.older {
    padding: 0.2rem 0;
    height: 0.9rem;
    background-color: #65b06f;
}

.older-list {
    float: left;
    width: 33%;
    height: 0.5rem;
    text-align: center;
    border-right: 1px solid #fff;
}

.older-list:last-child {
    border-right: none;
}

.older-box {
    display: inline-block;
    height: 0.5rem;
    line-height: 0.5rem;
    padding-left: 0.55rem;
    color: #fff;
    font-size: 0.32rem;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: top;
}

.older-list:first-child .older-box {
    background-image: url("../images/indexPhone/older_icon1.png");
    background-size: 0.35rem 0.4rem;
}

.older-list:nth-child(2) .older-box {
    background-image: url("../images/indexPhone/older_icon2.png");
    background-size: 0.34rem 0.4rem;
}

.appoint {
    height: 90px;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(130, 165, 159, 0.16);
}

.appoint-item {
    position: relative;
    float: left;
    width: 33.3333%;
    height: 114px;
    background: url("../images/appoint_line.png") no-repeat right center;
}

.appoint-item:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 0;
    border-color: #77c136 transparent transparent transparent;
}

.appoint-name {
    padding: 30px 0 45px 70px;
    font-weight: bold;
    height: 0.88rem;
    padding-left: 0.77rem;
    /* line-height: 0.84rem; */
    color: #404742;
    font-size: 0.28rem;
    border-bottom: 0.04rem solid transparent;
    background-repeat: no-repeat;
    background-position: 0.16rem center;
    background-size: 0.47rem 0.54rem;
}

.appoint-con {
    margin-right: 20px;
    text-align: center;
    color: #414843;
    font-size: 0.28rem;
    line-height: 0.84rem;
}

.appoint-num {
    padding-right: 3px;
    color: #75c036;
    font-size: 0.28rem;
    font-weight: bold;
}

.appoint .appoint-item:first-child .appoint-name {
    padding: 26px 0 68px 53px;
    background-image: url("../images/appoint_icon1.png");
}

.appoint .appoint-item:nth-child(2) .appoint-name {
    padding: 26px 0 68px 53px;
    background-image: url("../images/appoint_icon2.png");
}

.appoint .appoint-item:nth-child(3) .appoint-name {
    padding: 26px 0 68px 53px;
    background-image: url("../images/appoint_icon3.png");
}

.appoint .appoint-item:last-child {
    background: none;
}

.fixedpannel {
    position:fixed;
    left:0;
    top:50%;
    transform:translateY(-50%);
    z-index:999
}

.fixedpannel img{
    max-width: 100%;
}

.fixedpannel .close{
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 5;
    background: url("../images/close.png") no-repeat center;
}

@media (min-width: 980px) and (max-width: 1200px) {

    .fixedpannel {
    width:139px !important;
    height:128px!important;
}
}

@media (max-width: 768px) {

       .fixedpannel {
     width:139px !important;
    height:128px!important;
}
}
</pre></body></html>