﻿html {
    width: 100%;
    height: 100%;
    font-size: 100px;
    overflow-x: hidden;
}

body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: "microsoft yahei", "微软雅黑";
    max-width: 750px;
    background: url(../images/topBg.png) no-repeat #f3f3f3 top center;
}

img {
    border: 0;
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0px;
}

button {
    padding: 0;
    border: 0;
}

.clear {
    clear: both;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p {
    text-indent: 2em;
}

.topLink {
    display: flex;
    justify-content: space-around;
    width: 7rem;
    margin: .4rem auto 1rem;
    height: .5rem;
    line-height: .5rem;
}

.topLink a {
    display: inline-block;
    font-size: .28rem;
    color: #fff;
}

.topLink a.cur {
    font-size: .32rem;
}

.topLink a.cur::after {
    content: '';
    display: block;
    height: 8px;
    border-radius: 8px 8px 0 0;
    width: 2em;
    background: #fff;
    margin: 0 auto;
}

.topLink span {
    width: .3rem;
    height: .2rem;
    color: #fff;
    position: relative;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    margin: .15rem 0 0;
}

.topLink span em {
    display: block;
    width: 100%;
    border-bottom: 4px solid #fff;
    height: .08rem;
}

.topMenu {
    position: fixed;
    width: 4rem;
    top: 0;
    right: -4rem;
    background: #fff;
    height: 100%;
    z-index: 999;
    transition: right .3s;
    overflow-y: auto;
}

.topMenu .closeSidebar {
    float: right;
    width: 1rem;
    height: 1rem;
    background: url('../images/close.png') no-repeat center;
}

.topMenu .sideMenu {
    font-size: .3rem;
}

.topMenu .sideMenu .title {
    color: #fe9a00;
    border-bottom: 6px solid #fe9a00;
    padding-left: .4rem;
    padding-top: .34rem;
    padding-bottom: .16rem;
}

.topMenu .sideMenu .sideMenuItem .itemTitle {
    display: block;
    padding-left: .4rem;
    line-height: 1rem;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
}

.topMenu .sideMenu .sideMenuItem .titleArrow::after {
    content: '';
    display: inline-block;
    width: .2rem;
    height: .2rem;
    background: url('../images/arrow.png') no-repeat center;
    background-size: 100% auto;
    vertical-align: middle;
    margin-left: .4rem;
    transform: rotate(0deg);
    transition: all .3s;
}

.topMenu .sideMenu .sideMenuItem .titleArrowActive::after {
    transform: rotate(-180deg);
}

.topMenu .sideMenu .sideMenuItem .itemChildren {
    overflow: hidden;
    width: 100%;
    font-size: 0;
    border-bottom: 1px solid #e2e2e2;
    height: 0;
}

.topMenu .sideMenu .itemChildrenBody {
    padding-left: .4rem;
}

.topMenu .sideMenu .sideMenuItem .itemChildren .itemChildrenItem {
    display: inline-block;
    font-size: .28rem;
    box-sizing: border-box;
    padding: .2rem .2rem;
    color: #6b6b6b;
}

.topMenu .fixBtn {
    position: fixed;
    bottom: 0;
    right: -4rem;
    height: 1.2rem;
    line-height: 1.2rem;
    width: 4rem;
    text-align: center;
    background: #fe9a00;
    color: #fff;
    font-size: .34rem;
    transition: right .3s;
}

.topMenu::after {
    content: '';
    display: block;
    width: 100%;
    height: 1.2rem;
}

.topMenuShow {
    right: 0;
}

.topMenuShow .fixBtn {
    right: 0;
}

.black {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 10;
    display: none;
}

.blackShow {
    display: block;
}

.goTop {
    opacity: 0;
    position: fixed;
    right: .4rem;
    bottom: 1.4rem;
    z-index: 1000;
    width: .7rem;
    transition: opacity .3s;
}

.goTopShow {
    opacity: 1;
}


.aboutBody {
    margin: 0 .3rem;
    background: #fff;
    color: #111;
    border-radius: .3rem .3rem 0 0;
}

.aboutBody .aboutTop {
    width: 100%;
    border-radius: .2rem .2rem 0 0;
}

.aboutBody .title {
    text-align: center;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .36rem;
    letter-spacing: 4px;
}

.aboutBody .titleBorder {
    height: 6px;
    width: 1rem;
    background: #fe9a00;
    margin: 0 auto;
}

.aboutBody .aboutContent {
    font-size: .26rem;
    padding: 0 .4rem;
    margin-top: .5rem;
    max-height: 100%;
    letter-spacing: 1px;
}

.aboutBody .aboutBottom {
    width: 100%;
    margin-top: .5rem;
}

.aboutBody .openAllbg {
    position: fixed;
    bottom: 0;
    left: .3rem;
    width: 100%;
    width: calc(100% - .6rem);
}

.aboutBody .openAll {
    font-size: .3rem;
    border-radius: .1rem;
    position: fixed;
    background: #fff;
    width: 80%;
    left: 50%;
    bottom: .2rem;
    transform: translate(-50%, 0);
    line-height: .8rem;
    text-align: center;
    box-shadow: 0 0 11px 4px #e0dddd;
}

.aboutBody .openAll::after {
    height: .1rem;
    border-radius: 0 0 .1rem .1rem;
    width: 100%;
    background: #fe9a00;
    content: '';
    display: block;
}


.contactUsBody {
    margin: 0 .3rem;
    color: #111;
}

.contactUsBody .aboutTop {
    width: 100%;
    border-radius: .2rem;
}

.contactUsBody .list {
    background: #fff;
    border-radius: 0 0 .2rem .2rem;
    padding: .3rem 0;
}

.contactUsBody .listItem {
    font-size: .3rem;
    color: #222;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 .2rem;
    position: relative;
}

.contactUsBody .listItem:last-child {
    border-bottom: 0;
}

.contactUsBody .listItem .listItemImg {
    vertical-align: middle;
    width: .3rem;
    display: inline-block;
    margin-right: .2rem;
}

.contactUsBody .listItem .listItemLeft {
    display: inline-block;
    width: 4em;
    text-align-last: justify;
    height: 1rem;
    line-height: 1rem;
}

.contactUsBody .listItem .listItemArrow {
    transform: translate(0, -50%) rotate(-90deg);
    position: absolute;
    right: 0;
    top: 50%;
    width: .2rem;
}

.contactUsBody .qrCode {
    display: flex;
}

.contactUsBody .qrCode .qrCodeItem {
    width: 50%;
    text-align: center;
    padding-top: .4rem;
    padding-bottom: .8rem;
}

.contactUsBody .qrCode .detail {
    font-size: .2rem;
    color: #3c3c3c;
}

.contactUsBody .qrCode .orangeWord {
    font-size: .22rem;
    color: #fe9a00;
    margin-left: .5em;
    font-weight: bold;
}

.contactUsBody .qrCode .thinWord {
    color: #666;
}

.contactUsBody .qrCode .qrImg {
    margin: 0 auto;
}

.contactUsBody .qrCode .qrTip {
    font-size: .17rem;
    color: #8a8a8a;
}

.callBlack {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 10;
    display: none;
}

.callBlackShow {
    display: block;
}

.call {
    background: #fff;
    text-align: center;
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: .1rem;
    display: none;
    z-index: 999;
}

.callShow {
    display: block;
}

.call .phone {
    height: 1.6rem;
    line-height: 1.6rem;
    color: #222;
    font-size: .42rem;
    border-bottom: 1px solid #e0e0e0;
}

.call .btnList {
    display: flex;
}

.call .btnList a {
    width: 50%;
    font-size: .36rem;
    color: #555;
    height: 1rem;
    line-height: 1rem;
}

.call .btnList .callBtn {
    color: #308dff;
    border-left: 1px solid #e0e0e0;
}


.newslistBody {
    margin: 0 .3rem;
    padding-bottom: .6rem;
}

.newslistBody .newsItem {
    background: #fff;
    margin-bottom: .2rem;
    padding: .3rem .2rem;
    border-radius: .1rem;
    max-height: 100%;
}

.newslistBody .newsItem .newsImg {
    float: right;
    border-radius: .1rem;
    width: 2.6rem;
    height: 2rem;
    margin-left: 1em;
    font-size: .34rem;
    object-fit: cover;
    object-position: center;
    background: #f2f2f2;
}

.newslistBody .newsItem .newsTitle {
    font-size: .34rem;
    color: #222;
    margin: .2rem 0;
}

.newslistBody .newsItem .newsTip {
    font-size: .24rem;
    color: #7e7e7e;
}

.newslistBody .newsItem .newsDate {
    margin-left: 1em;
}

.overflowEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.newsDetail {
    margin: 0 .3rem;
    background: #fff;
    border-radius: .2rem;
    margin-bottom: .8rem;
    ;
    padding: 0 .4rem;
    padding-top: .2rem;
}

.newsDetail p {
    font-size: .3rem;
    max-height: 100%;
    letter-spacing: 1px;
    margin: 0;
}

.newsDetail p[style="text-align:center;"] {
    text-indent: 0;
}

.newsDetail strong {
    display: block;
    text-align: center;
    text-indent: 0;
}

.newsDetail img {
    width: 100% !important;
    height: auto !important;
    border-radius: .1rem;
}

.newsDetail .newsDetailReturn {
    position: fixed;
    right: .4rem;
    bottom: .6rem;
    z-index: 1000;
    width: .7rem;
    height: .7rem;
    background: rgba(0, 0, 0, .5) url('../images/return.png') no-repeat center;
    background-size: 50%;
    border-radius: 50%;
}

.newsDetail .newsDetailMianImg {
    width: 100% !important;
    box-sizing: border-box;
}

.newsDetail .newsDetailAuthor {
    font-size: .28rem;
    text-align: center;
    color: #4d4d4d;
}

.newsDetail .newsDetailTitle {
    font-size: .38rem;
    text-align: center;
    padding: .4rem;
    font-weight: bold;
}


.activitiesBody {
    margin: 0 .3rem;
    padding-bottom: .6rem;
}

.activitiesBody .activitiesItem {
    background: #fff;
    padding: .2rem;
    padding-top: .3rem;
    border-radius: .1rem;
    margin-bottom: .2rem;
}

.activitiesBody .activitiesTitle {
    font-size: .34rem;
    color: #222;
    position: relative;
    padding-right: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activitiesBody .activitiestatus {
    font-size: .22rem;
    color: #fbfbfb;
    background: #d4d4d4;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: .04rem .1rem;
    border-radius: .06rem;
}

.activitiesBody .statusActive {
    background: #eb704f;
}

.activitiesBody .activitiesImg {
    margin-top: .3rem;
    border-radius: .1rem;
    width: 100%;
    background: #f2f2f2;
}

.activitiesBody .activitiesOver {
    text-align: center;
    font-size: .3rem;
    color: #999;
    padding-top: .3rem;
}

.noscroll {
    overflow: hidden;
}