<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";

/* CSS Document */


/*清零*/

body, div, ol, ul, li, dl, dd, dt, h1, h2, h3, h4, h5, h6, input, p, form, img {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

body {
    font-family: "微软雅黑", Verdana, Arial, "宋体", "微软雅黑";
}

img {
    border: none;
    outline: none;
}

input, select, textarea {
    outline: none;
    border: none;
    background: #FFF;
    resize: none;
}

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

a {
    outline: none;
    text-decoration: none;
    color: #000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

em {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

em {
    font-style: normal;
}


/*clearFix*/

.clearFix {
    clear: both;
    *zoom: 1;
}

.clearFix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";
    font-size: 0;
}

body {
    margin: 0 auto!important;
}

.container img {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.box {
    margin-top: 8%;
}

.mt {
    margin-top: 6%;
}

.last {
    margin-right: 0!important;
}

.noBo {
    border: none!important;
    padding-bottom: 0 !important;
}

.pubW {
    width: 95%;
    margin: 5% auto 0;
}

.til em {
    width: 13%;
    display: inline-block;
    vertical-align: middle;
}

.til article {
    width: 85%;
    display: inline-block;
    vertical-align: middle;
}

.til article h2 {
    font-size: .36rem;
    font-weight: bold;
    color: #990066;
    border-bottom: 2px solid #c65da4;
}

.til article span {}

.box1 p {
    background: #f7f7f7;
    padding: 0 3%;
    text-indent: 2em;
    line-height: 1.8;
    margin-top: 5%;
}

.zx {
    text-align: center;
    margin-top: 6%;
}

.zx a {
    width: 44%;
    display: inline-block;
}

.consultOnline {
    margin-right: 3%;
}

.box2 dl {
    position: relative;
    margin-top: 5%;
}

.box2 dd {
    width: 68%;
    position: absolute;
    top: 0;
}

.box2 dl:nth-of-type(n) dd {
    right: 4%;
    left: auto;
}

.box2 dl:nth-of-type(2n) dd {
    left: 6%;
    right: auto;
}

.box2 dd h2 {
    font-size: .24rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 2% 0 6%;
}

.box2 dd p {
    font-size: .22rem;
}

.box3 h3 {
    font-size: .3rem;
    font-weight: bold;
    text-align: center;
    margin-top: 5%;
}

.box3 ol li {
    width: 31%;
    float: left;
    color: #99005d;
    border: 2px solid #e281b7;
    line-height: 2;
    font-size: .24rem;
    margin-right: 1%;
    margin-top: 2%;
    text-align: center;
}

.box3 ul li {
    width: 48%;
    margin-top: 5%;
}

.box3 ul li:nth-of-type(n) {
    float: left;
}

.box3 ul li:nth-of-type(2n) {
    float: right;
}

.box3 ul li h2 {
    background: #99005d;
    color: #fff;
    font-size: .24rem;
    line-height: 2;
    text-align: center;
}

.box3 ul li img {
    border: 1px solid #CCC;
}

.box3 ul li p {
    color: #666666;
    margin-top: 2%;
}

.box4 .intro dt {
    width: 35%;
    float: left;
}

.box4 .intro dd {
    width: 60%;
    float: right;
}

.box4 .intro dt li {
    width: 100%;
    background: #434343;
    color: #fff;
    line-height: 3;
    text-align: center;
    margin-top: 4%;
    position: relative;
}

.box4 .intro dt li em {
    width: 0;
    height: 0;
    border: .15rem solid transparent;
    border-left: .15rem solid #fff;
    position: absolute;
    right: -.3rem;
    top: 30%;
}

.box4 .intro dt li.active {
    background: #990066;
}

.box4 .intro dt li.active em {
    border-left: .15rem solid #990066;
}

.box4 .intro dd img {
    border: 1px solid #CCC;
    margin: 3% 0 2%;
}

.box4 .intro dd p {
    color: #666666;
}

.box4 dd li {
    display: none;
}

.box4 dd li.active {
    display: block;
}

.box5 .intro ol li {
    width: 32%;
    float: left;
    background: #434343;
    border-radius: 0.3rem;
    margin-right: 1%;
    color: #fff;
    line-height: 2.5;
    text-align: center;
    margin-top: 4%;
    position: relative;
}

.box5 .intro ol li em {
    width: 0;
    height: 0;
    border: .15rem solid transparent;
    border-top: .15rem solid #fff;
    position: absolute;
    bottom: -.3rem;
    left: 42%;
}

.box5 .intro ol li.active {
    background: #990066;
}

.box5 .intro ol li.active em {
    border-top: .15rem solid #990066;
}

.box5 .intro ul {
    margin-top: 5%;
}

.box5 .intro ul li h3 {
    color: #717071;
    font-weight: bold;
    margin-bottom: 7%;
}

.box5 .intro ul li p {
    font-size: .3rem;
    color: #7f7f7f;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 5%;
}

.box5 .intro ul li p span {
    color: #990066;
}

.box5 .intro ul li h2 {
    width: 100%;
    background: #f4f4f4;
    font-size: .27rem;
    color: #7f7f7f;
    line-height: 2;
    text-indent: 3%;
}

.box5 .intro ul li h2 strong {
    color: #990066;
}

.box5 .intro ul li {
    display: none;
}

.box5 .intro ul li.active {
    display: block;
}

.box6 h2 {
    font-weight: bold;
    color: #921669;
    text-align: center;
    margin: 5% 0 3%;
}

.box6 dt {
    width: 48.5%;
    float: left;
}

.box6 dd {
    width: 51.5%;
    float: right;
}

.box6 p {
    text-indent: 2em;
    padding: 0 3%;
    margin-top: 3%;
}

.box7 .intro em {
    display: block;
    border: 1px solid #CCC;
}

.box7 .intro p {
    text-indent: 2em;
    padding: 3% 3% 0;
}

.box7 .intro li {
    width: 48%;
    margin-top: 5%;
}

.box7 .intro li:nth-of-type(n) {
    float: left;
}

.box7 .intro li:nth-of-type(2n) {
    float: right;
}

.weixin {
    text-align: center;
    margin: 3% auto;
    background-color: #e45f03;
    width: 80%;
    overflow: hidden;
    border-radius: 50px;
}

.weixin dl {
    margin: 1% 0;
    overflow: hidden;
}

.weixin dl dd {
    width: 75%;
    color: #fff;
    margin-left: 1%;
}

.weixin dl dd span {
    font-weight: bold;
}

.weixin dl dt {
    width: 16%;
    margin-left: 5%;
}

.weixin dl dt img {
    width: 85%;
}

.erweima {
    text-align: center;
    margin: 3% auto;
    background-color: #c325e7;
    width: 80%;
    overflow: hidden;
    border-radius: 50px;
}

.erweima dl {
    margin: 1% 0;
    overflow: hidden;
}

.erweima dl dd {
    width: 75%;
    color: #fff;
    margin-left: 1%;
}

.erweima dl dd span {
    font-weight: bold;
}

.erweima dl dt {
    width: 16%;
    margin-left: 5%;
}

.erweima dl dt img {
    width: 85%;
}
</pre></body></html>