<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.swiper-container {
    padding-top: 110px;
}
.swiper-pagination-bullet-active {
    background: #4fbbad;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}
.record_area,.wit_area {
    background: #efefef;
}
.service_area {
    background: #fff;
}
.yj_adv {
    max-height: 1036px;
    position: relative;
}
.yj_main .w1200 {
    padding: 180px 0;
    text-align: center;
}
.yj_main .mt {
    margin-bottom: 80px;
}
.yj_main .mt h3{
    font-size: 30px;
    color: #333;
}
.yj_main .mt p{
    font-size: 16px;
    color: #666;
}
.yj_main .mc {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around;
    
}
.record_area .itembox {
    /* width: 222px; */
    /* height: 338px; */
    width: 22.5%;
    padding: 40px 2%;
    box-shadow: 0 8px 40px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.yj_main .itembox img {
    display: block;
}
.record_area .itembox img {
    margin: 0 auto 15px;
}
.record_area .itembox .name {
    margin-bottom: 50px;
    font-size: 24px;
    color: #000;
    position: relative;
}
.record_area .itembox .name:before {
    content: '';
    height: 2px;
    width: 28px;
    background: #000;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -14px;
}
.record_area .itembox .text {
    /* line-height: 18px; */
    font-size: 12px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.service_area .itembox {
    width: 370px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.service_area .itembox:nth-child(1):before,
.service_area .itembox:nth-child(2):before{
    content: '';
    width: 1px;
    height: 90px;
    position: absolute;
    top: 60%;
    right: -15px;
    background: #c0c0c1;
}
.service_area .itembox img {
    margin: 0 auto 30px;
}
.service_area .itembox .name {
    margin-bottom: 10px;
    font-size: 24px;
    color: #15a395;
    position: relative;
}
.service_area .itembox .text {
    line-height: 18px;
    font-size: 12px;
    color: #999;
}
.wit_area .mc {
    justify-content: center;
}
.wit_area .left_img {
    margin-right: 118px;
}
.wit_area .mobil_mid_bg {
    display: none;
}
.wit_area .right_content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.wit_area .right_content .itembox {
    display: flex;
    align-items: center;
}
.wit_area .right_content .content {
    text-align: left;
}
.wit_area .itembox .name {
    margin-bottom: 10px;
    font-size: 24px;
    color: #15a395;
    position: relative;
}
.wit_area .itembox .text {
    line-height: 18px;
    font-size: 12px;
    color: #999;
}
.partner_area .title {
    margin-bottom: 50px;
}
.partner_area {
    text-align: center;
}
.partner_area .title&gt;h3{
    font-size: 30px;
    color: #333;
}
.partner_area .title&gt;p{
    padding-top: 5px;
    font-size: 16px;
    color: #666;
}
.partner_area ul li {
    float: left;
    width: 25%;
    margin: 40px auto;
}
.partner_area ul li .icon {
    display: block;
    margin:0 auto;
}
.partner_area ul li .text {
    display: block;
    padding-top: 5px;    
    font-size: 16px;
    color: #595757;
}
.yj_content {
    padding: 120px 0;
}
.yj_content .tab_view {
    width: 50%;
    margin:0 auto 75px;
    padding-bottom: 6px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 0;
    position: relative;
}
.yj_content .tab_view .fl {
    left: 12px;
}
.yj_content .tab_view .fr {
    right: 12px;
}
.yj_content .tab_view&gt;span{
    display: inline-block;
    font-size: 30px;
    color: #595757;
    position: relative;
    cursor: pointer;
}
.yj_content .tab_view .active{
    color: #4ebbac;
}
.yj_content .tab_view .active:before{
    content: '';
    height:4px;
    width: 100%;
    background: #4ebbac;
    position: absolute;
    left: 0;
    bottom: -7px;
}
.recommend_view {
    margin-bottom: 50px;
    position: relative;
}
.recommend_view .rec_icon {
    position: absolute;
    top: 0;
    left: 0;
}
.recommend_view .inner {
    padding: 15px 40px 15px 20px;
    background: #4ebbac;
}
.recommend_view .inner .text {
    float: left;
    width: 80%;
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.recommend_view .inner .em {
    float: right;
    font-size: 20px;
    color: #fff;
}


.yj_content .news_area {
    margin-bottom: 65px;
}
.chead {
    margin-bottom: 65px;
}
.chead_title {
    float: left;
    padding-left: 30px;
    font-size: 40px;
    color: #000;
    position: relative;
}
.chead_title:before {
    content: '';
    width: 12px;
    height: 42px;
    background: #4ebbac;
    position: absolute;
    left: 0;
    top: 7px;
}
.chead_rg {
    float: right;
    position: relative;
    margin-top: 25px;
    font-size: 0;
}
.chead_rg .text{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    padding: 0 15px;
    border: 1px solid #000000;
    box-sizing: border-box;
    font-size: 15px;
    color: #595757;
    text-align: center;
}
.chead_rg .active {
    color: #fff;
    border-color: #4ebbac;
    background: #4ebbac;
}
.chead_rg .more {
    display: inline-block;
}
.chead_rg .more_icon {
    display: inline-block;
}
.news_area .itembox {
    padding: 35px 30px;
    height: 344px;
    border: 1px dashed #bebebe;
    border-top: 1px dashed transparent;
    border-left: 1px dashed transparent;
    border-right: 1px dashed transparent;
}
.cbody .itembox {
    position: relative;
}
.news_area .itembox:hover {
    border: 1px dashed #bebebe;
    box-shadow: 5px 5px 20px #bebebe;
}
.news_area .itembox:last-child {
    border-bottom: none;
}
.news_area .itembox .pic {
    width: 600px;
    height: auto;
    position: absolute;
    top: 35px;
    left: 30px;
}
.news_area .itembox .content {
    margin-left: 600px;
    padding-left: 75px;
}
.cbody .itembox .content {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    height: 100%;
    position: relative;
}
.cbody .introduce .name {
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cbody .introduce .name:hover {
    color: #4ebbac;
}
.news_area .itembox .introduce .text {
    -webkit-line-clamp: 3;
}
.cbody .introduce .text {
    line-height: 22px;
    font-size: 15px;
    color: #898989;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.cbody .down {
    overflow: hidden;
}
.cbody .down .date {
    float: left;
    font-size: 22px;
    color: #898989;
}
.cbody .down .more {
    float: right;
    margin-top: 5px;
    font-size: 15px;
    color: #4ebbac;
}
.news_lists {
    margin-bottom: 50px;
}
.open_more {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}
.open_more .text{
    display: block;
    padding: 10px;
}
.open_more .text img {
    display: inline-block;
}
.cbody .hot {
    float: left;
    width: 60%;
}
.notice_area .itembox {
    height: 158px;
    padding: 30px 0;
    border-bottom: 1px solid #000000;
}
.notice_area .itembox:last-child {
    border-bottom: none;
}
.notice_area .itembox .pic {
    width: 254px;
    height: 158px;
    position: absolute;
    top: 30px;
    left: 0;
}
.notice_area .itembox .content {
    margin-left: 254px;
    padding-left: 30px;
}
.notice_area .itembox .introduce .text {
    -webkit-line-clamp: 2;
}
.notice_area .itembox .introduce .name {
    font-size: 20px;
}
.notice_area .itembox .down .date {
    font-size: 18px;
}
.cbody .ordinary {
    float: right;
    width: 40%;
    padding-left: 40px;
    box-sizing: border-box;
}
.cbody .ordinary li {
    padding: 32px 0;
    font-size: 0;
    position: relative;
    border-bottom: 1px dashed #000000;
}
.cbody .ordinary li:last-child {
    border-bottom: none;
}
.cbody .ordinary li a {
    display: inline-block;
    width: 80%;
    margin-right: 20%;
    padding-left: 20px;
    font-size: 18px;
    color: #595757;
    background: url("../images/triangle_icon.png") no-repeat;
    background-size: 10px 17px;
    background-position: left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cbody .ordinary li a:hover {
    color: #4ebbac;
}
.cbody .ordinary li em {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 18px;
    color: #9fa0a0;
}
.act_content {
    float: left;
}
.act_content .act_lists {
    margin-bottom: 30px;
}
.act_content .itembox {
    height: 190px;
    padding: 25px 0;
    border-bottom: 1px dashed #bfbfbf;
    position: relative;
}
.act_content .itembox:last-child {
    border-bottom: 0;
}
.act_content .itembox .pic {
    width: 388px;
    height: 100%;
    position: absolute;
    top: 25px;
    left: 0;
}
.act_content .itembox .pic .icon {
    position: absolute;
    top: 0;
    left: 0;
}
.act_content .itembox .info {
    margin-left: 388px;
    height: 100%;
    padding-left: 30px;
    position: relative;
}
.act_content .itembox dt{
    margin-bottom: 20px;
    font-size: 22px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.act_content .itembox dd p{
    line-height: 28px;
    font-size: 15px;
    color: #727171;
}
.act_content .itembox .more {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: #4fbbac;
}
.review_content {
    float: right;
    width: 316px;
    margin-top: 25px;
    padding: 56px 15px 0;
    background: #f0f0f0;
    position: relative;
    box-sizing: border-box;
}
.review_content_list {
    width: 100%;
}
.review_content .title {
    width: 50%;
    height: 36px;
    line-height: 36px;
    background: #77c2ec;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
.review_content .hot_lists li{
    margin-bottom: 10px;
}
.review_content .hot_lists li p {
    padding: 6px 0;
    font-size: 15px;
    color: #000;
    text-align: left;
}
.wisdom_hd {
    margin-bottom: 45px;
}
.wisdom_hd {
    padding-bottom:40px;
    border-bottom: 2px solid #595757;
}
.wisdom_hd ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;

}
.wisdom_hd li {
    float: left;
    width: 14%;
    font-size: 30px;
    color: #595757;
    text-align: center;
    position: relative;
}
/* .wisdom_hd li:before {
    content: '';
    width: 62px;
    height: 4px;
    background: transparent;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 10;
    margin-left: -29px;
} */
.wisdom_hd li.active:before {
    background: #4ebbac;
}
.wisdom_hd li:after {
    content: '';
    width: 1px;
    height: 10px;
    background: #817f80;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: 0;
    transition-duration: .3s;
}
.wisdom_hd li.active {
    color: #4ebbac;
}
.wisdom_hd li.active:after {
    width: 2px;
    height: 25px;
    background: #4ebbac;
}
.wisdom_lists {
    box-sizing: border-box;
    text-align: center;
}
.wisdomCons {
    margin-bottom: 50px;
}
.wisdom_lists .item {
    display: none;
}
.wisdom_lists .item:first-child {
    display: block;
}
.wisdom_lists .item li {
    text-align: left;
    padding: 28px 0;
    font-size: 0;
    position: relative;
    border-bottom: 1px dashed #bfbfbf;
}
.wisdom_lists .item li:last-child {
    border-bottom: none;
}
.wisdom_lists .item li a {
    display: inline-block;
    width: 80%;
    margin-right: 20%;
    padding-left: 20px;
    font-size: 18px;
    color: #595757;
    background: url("../images/triangle_icon.png") no-repeat;
    background-size: 10px 17px;
    background-position: left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.wisdom_lists .item li a:hover {
    color: #4ebbac;
}
.wisdom_lists .item li em {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 18px;
    color: #9fa0a0;
}
.wisdom_search {
    margin-bottom: 10px;
}
.wisdom_search .search_box {
    width: 300px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    position: relative;
}
.wisdom_search .text {
    width: 254px;
    height: 100%;
    margin-right:34px;
    margin-left: 10px;
    box-sizing: border-box;
}
.wisdom_search .imag {
    width: 34px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.wisdom_search .imag img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.wisdom_lists .pages {
    margin: 30px auto 0;
    text-align: center;
    display: inline-block;
}

.wisdom_lists .pages .arrow {
    display: inline-block;
    margin: 0 42px;
}
.login_view {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}
.login_content {
    width: 348px;
    height: 354px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
    position: absolute;
    top: 35%;
    right: 0;
}
.login_content .top {
    margin-top: 40px;
    margin-bottom: 70px;
}
.login_content .top .text {
    font-size: 24px;
    color: #231815;
    position: relative;
    top: 8px;
}
.form_content .title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #727171;
}
.form_content .inp_box {
    margin-bottom: 10px;
    height: 30px;
    border: 1px solid #dbdbdb;
    position: relative;
    box-sizing: border-box;
}
.form_content .inp_box input::-webkit-input-placeholder {
    color: #ccc;
}
.form_content .inp_box input::-ms-input-placeholder {
    color: #ccc;
}
.form_content .inp_box input {
    width: 254px;
    height: 100%;
    margin-right: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #3e3a39;
}
.form_content .inp_box .icon {
    width: 16px;
    heigth: 16px;
    position: absolute;
    top: 7px;
    right: 7px;
}
.form_content .submit_btn {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #4ebbac;
}
.welfare_view .chead_title {
    float: none;
}
.welfare_view .chead_title:before {
    background: #f19ba6;
}
.welfare_view .chead_text {
    margin-top: 10px;
    margin-left: 30px;
    font-size: 28px;
    color: #727171;
}
.welfare_view .innerbox {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 20px;
    width: 585px;
    height: 620px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
    box-sizing: border-box;
    position: relative;
}
.welfare_view .innerbox .pic {
    display: block;
    width: 542px;
    height: 342px;
    margin-bottom: 20px;
}
.welfare_view .innerbox .name {
    color: #231815;
}
.welfare_view .innerbox .dates {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.welfare_view .innerbox .date {
    float: left;
    font-size: 20px;
    color: #898989;
}
.welfare_view .innerbox .more {
    float: right;
    font-size: 15px;
    color: #f19ca6;
}
.welfare_view .act_lists {
    margin-bottom: 50px;
    width: 1230px;    
}

.profile_view .chead_title:before {
    background: #4fbbad;
}
.profile_text {
    margin-bottom: 50px;
}
.profile_text&gt;p{
    font-size: 16px;
    color: #595757;
    line-height: 24px;
    margin-bottom: 20px;
    text-indent: 2em;
}
.profile_text&gt;h3{
    font-size: 18px;
    color: #595757;
    font-weight: bold;
}
.profile_flow {
    text-align: center;
}

.prose_top {
    margin-bottom: 150px;
}
.prose_top .title {
    margin-bottom: 10px;
    font-size: 28px;
    color: #595757;
}
.prose_top .sub_title&gt;span {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #595757;
}
.prose_top .sub_title&gt;a {
    display: inline-block;
    font-size: 14px;
    color: #4ebbac;
}
.prose_content {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px dashed #bfbfbf;
}
.prose_content p {
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 14px;
    color: #595757;
    text-align: justify;
    text-indent: 2em;
}
.prose_content .pic {
    margin-bottom: 25px;
}
.prose_botm .fl {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.prose_botm .text {
    float: left;
    margin: 5px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.prose_botm .share {
    float: left;
    height: 30px;
    transform: scale(1.1);
}
.share&gt;div {
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    border-radius: 4px;
    background-size: contain;
    margin-left: 15px;
}
/* #share-qrcode { background-image: url('../images/wechat.png'); } */
#share-qzone { background-image: url('../images/qzone.png'); }
#share-sina { background-image: url('../images/sina.png'); }
#share-qq { background-image: url('../images/qq.png'); }

.transverse {
    width: 100%;
    height: 20px;
    background-image: url('../images/line_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 20px;
    background-position: center;    
}
.activity_list .act_content {
    float: none;
}
</pre></body></html>