<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form,
fieldset, legend, img {
    margin: 0;
    padding: 0
}

.carousel-control {
    width: 10%;
}

fieldset, img {
    border: 0
}

img {
    display: inline-block
}

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

ul, ol {
    list-style: none
}

.nonescroll::-webkit-scrollbar {
    width: 0 !important
}

.nonescroll {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.index-screen {
    position: relative;
}

.other-screen .layout-box {
    margin:50px 0;
}

.other-screen .forum-main-info {
    margin-top: 0;
}

.screen-layout .title-img {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.brief-info {
    font-size: 18px;
}

.character-box {
    margin-top: 0px;
    margin-bottom: 30px;
}

.character-box .row {
    overflow: hidden;
}

.character-box .row .col-lm-5 {
    float: left;
    width: 20%;
    margin-bottom: 40px;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
}

.character-box .row .col-lm-5 &gt; * {
    padding: 5px;
}

.row .col-lm-5 {
    float: left;
    width: 20%;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
}

.row .col-lm-5 &gt; * {
    padding: 5px;
}

.layout-col-space10 {
    margin: -5px;
}

.layout-col-space15 {
    margin: -7.5px;
}

.layout-col-space20 {
    margin: -10px;
}

.character-list {
    padding: 0;
}

.character-list .header-face,.character-list .header-face img {
    width: 100%;
}

.character-list .character-face img {
    width: 100%;
    height: 100%;
    display: block;
}

.character-text-info {
    padding: 20px 10px;
    background: #8c0063;
}

.character-text-info .name h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 0;
}

.character-text-info .post {
    color: #fff;
    font-size: 16px;
    height: 50px;
}

.character-text-info .introduce {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    text-align: justify;
    text-indent: 2em;
}


.character-text-info .line {
    margin: 10px 0;
}

.character-text-info .line .line-box {
    width: 80px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.forum-box {
    margin-top: 55px;
}

.forum-box .forum-wrap {
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #0045b2;
    background-color: #201f36;
}

.cooperation-info {
    padding: 50px 0;
}

.tel,.email{
    font-size: 18px;
    line-height: 50px;
}

.mymsg{
    border-right: 2px solid white;
}

.mymsg img{
    margin-right: 10px;
}

.mymsg&gt;div{
    float: right;
}

.mymsg,.mymsg img,.mymsg2,.mymsg2 img{
    height: 100px;
}

.media-wrap .title {
    color: #fff;
    font-size: 18px;
}

.media-wrap .media-img .img-wrap {
    height: 80px;
}

.media-wrap .media-img .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-wrap {
    padding: 20px 0;
    /*background-color: #000;*/
}

.footer-wrap .copyright {
    text-align: center;
    color: white;
}

.footer-wrap .copyright &gt; p {
    display: inline-block;
    margin: 0 5px;
}

.brand-wrap-info .brand-left-nav .tab-list {
    height: 72px;
    background-size: 100% 100%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
}

.demo_tab_close {
    background: #98006f;
    color: white;
}

.demo_tab_open {
    background: #fbc817;
    color: black;
}

.brand-wrap-info .brand-left-nav .tab-wrap.active .tab-link span {
    text-shadow: none;
}

.brand-wrap-info .brand-left-nav .tab-wrap {
    margin: 5px 0;
}

.brand-wrap-info .brand-left-nav .tab-link {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 72px;
    display: block;
    text-decoration: none;
}

.brand-detailed-wrap {
    margin-top: 5px;
}

.brand-wrap-info .detailed-banner img {
    max-width: 100%;
    width: 100%;
}

.brand-wrap-info .mechanism {
    margin-top: 30px;
}

.brand-wrap-info .mechanism .row .col-lm-5 &gt; * {
    padding: 0;
}

.brand-wrap-info .mechanism .mechanism-img {
    width: 100%;
    height: 120px;
    border-radius: 3px;
    overflow: hidden;
}

.brand-wrap-info .mechanism .mechanism-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform .7s ease;
    -moz-transition: transform .7s ease;
    transition: transform .7s ease;
}

.brand-wrap-info .mechanism .mechanism-img img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.brand-wrap-info .mechanism .mechanism-name {
    /*color: #fff;*/
    font-weight: bolder;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.brand-wrap-info .mechanism .mechanism-name p {
    height: 42px;
}

.brand-wrap-info .mechanism .mechanism-name img {
    display: block;
    width: 80%;
    margin: auto;
}

.guest-wrap {
    width: 100%;
    overflow: hidden;
    margin-top: 34px;
}

.guest-wrap .left-guest-img {
    float: left;
    width: 35%;
}

.guest-wrap .left-guest-img .pic-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.guest-wrap .left-guest-img .pic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guest-wrap .right-guest-info {
    float: left;
    width: 65%;
}

.guest-wrap .right-guest-info .guest-text {
    height: 350px;
    color: #fff;
    padding: 30px 20px;
    background-color: #201f36;
}

.guest-wrap .right-guest-info .guest-text h2 {
    font-size: 20px;
    font-weight: bolder;
}

.guest-wrap .right-guest-info .guest-text .text {
    font-size: 20px;
    margin-top: 30px;
    max-height: 240px;
    overflow: auto;
    text-align: justify;
}




.forum-main-info .layout-col-space15 {
    margin: -15.5px;
}

.fix-nav {
    position: fixed;
    z-index: 9;
    bottom: 300px;
    right: 10px;
    width: 196px;
}

.fix-nav a {
    margin-top: 15px;
    height: 46px;
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    background: #98006f;
    font-weight: bold;
}

.fix-nav a.active {
    background: #fbc817;
    color: black;
}

.host-company .host-box, .undertake-company .undertake-box,
.media-report-list .media-report-box {
    margin-top: 50px;
}

.undertake-company .box {
    text-align: center;
}

.undertake-company .undertake-img {
    width: 242px;
    height: 102px;
    display: inline-block;
    vertical-align: middle;
}

.undertake-company .undertake-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.host-company .host-img {
    text-align: center;
}

.host-company .host-img .pic-list {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.slide-img .banner-link {
    display: block;
    height: 560px;
    overflow: hidden;
    position: relative;
}


.slide-img .banner-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-img .banner-link .banner-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 92px;
}

.slide-img .banner-link .banner-title .mask {
    width: 100%;
    height: 92px;
    background-color: #000;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    opacity: .4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.slide-img .banner-link .banner-title h2 {
    position: relative;
    z-index: 1;
    line-height: 92px;
    font-size: 24px;
    color: #fff;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: .3s;
}

.slide-img .banner-link .banner-title h2:hover {
    color: #c9c9c9;
}

.brand-swiper {
    position: relative;
}

.brand-swiper .swiper-button-next, .brand-swiper .swiper-button-prev {
    outline: none;
    z-index: 1;
    background-image: none;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    opacity: .2;
}

.brand-swiper .swiper-button-next i, .brand-swiper .swiper-button-prev i {
    color: #fff;
    font-size: 22px;
    line-height: 46px;
}

.brand-swiper:hover .swiper-button-next, .brand-swiper:hover .swiper-button-prev {
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    opacity: .9;
}

.brand-swiper .swiper-pagination {
    position: initial;
    margin-top: 12px;
}

.brand-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #128bed;
    border-radius: 50%;
    outline: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    opacity: 1;
    background: #128bed;
    margin: 0 10px;
    position: relative;
}

.brand-swiper .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    border-radius: 50%;
    border: 1px solid #128bed;
}

.brand-swiper .swiper-pagination-bullet-active {
    background: #0deef0;
}

.brand-swiper .swiper-pagination-bullet-active:after {
    border: 1px solid #0deef0;
}

.forum-theme {
    margin-top: 40px;
}

.forum-theme .theme-name .theme-link {
    color: #bdd4ff;
    font-size: 32px;
    font-weight: bolder;
    text-decoration: none;
    transition: all 0.3s;
}

.forum-theme .theme-name .theme-link:hover {
    color: #74a5ff;
}

.forum-theme .theme-text {
    margin-top: 20px;
}

.forum-theme .theme-text .text-link {
    color: #bdd4ff;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
}

.forum-theme .theme-text .text-link:hover {
    color: #74a5ff;
}

/*é&nbsp;ä½¸æ«å¨¼Ñ‡å¼µé‘æ¨¼ï¿½ï¿½*/
.forum-mechanism-wrap {
    margin-top: 30px;
}

.forum-mechanism-wrap a {
    color: #fff;
    text-decoration: none;
}

.forum-mechanism-wrap .mechanism-list {
    float: left;
    width: 20%;
    margin: 15px 0;
}

.forum-mechanism-wrap .mechanism-main {
    margin: 0 -15px;
}

.forum-mechanism-wrap .mechanism-list .mechanism-link {
    display: block;
    text-align: center;
    padding: 0 15px;
}

.forum-mechanism-wrap .mechanism-list .pic {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    padding: 30px;
    background-size: 100%;
    box-sizing: initial;
    -webkit-box-sizing: initial;
    position: relative;
}

.forum-mechanism-wrap .mechanism-list .pic .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    padding: 30px;
    /*background:  no-repeat center;*/
    background-size: 100%;
    box-sizing: initial;
    -webkit-box-sizing: initial;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.forum-mechanism-wrap .mechanism-list .pic .bg-img:hover {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.forum-mechanism-wrap .mechanism-list .pic img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.forum-mechanism-wrap .mechanism-name {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 10px;
}

.forum-mechanism-wrap .mechanism-info {
    font-size: 15px;
    line-height: 22px;
    height: 88px;
    margin-top: 10px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.brother_unit img {
    display: inline-block;
    width: 31%;
    margin: 1px;
}

.brother_unit h4 {
    margin: 7px 0px 7px 0px;
}

.round_img_repeat {
    width: 70%;
    border-radius: 100%;
    display: block;
    margin: auto;
}

.img_block_repeat {
    display: block;
    width: 100%;
}

.bg_img_repeat {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

body a * {
    text-decoration: none
}

.carousel .item img {
    width: 100%
}

body .theme_person .header-face, body .theme_person .header-face .character-face {
    border: 0px;
}

body .theme_person .character-text-info {
    background: rgba(0, 0, 0, 0);
    border: 0px;
}

body .theme_person .character-text-info * {
    color: white;
}


.theme_person {
    margin-top: 100px;
}

/* å­—ä½“é¢œè‰² */
.brief-info p, footer, .mymsg, #page3 .mechanism-name, .brother_unit {
    color: white;
}
.brief-info p{
    line-height: 1.75em;
    margin-bottom: 40px;
}

/*æŠ“æ‰‹å›¾æ&nbsp;‡*/
.pointer, [ztg_a*="/"], [ztg_one_a*="/"], .toupiao {
    cursor: pointer;
}

#mycarousel, #mycarousel2 {
    border: 2px solid #ffd89f;
}

#mycarousel2 .carousel-caption {
    width: 100%;
    height: 100px;
    font-size: 24px;
    line-height: 100px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    padding-left: 20px;
    font-weight: 500;
    left: 0;
    bottom: 0;
    text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

@media ( min-width: 768px) and (max-width: 992px) {
	.col-xs-6 {
		width: 50%;
	}

	.brand-wrap-info .layout-col-space7 {
		margin: -7.5px;
	}
    .forum-mechanism-wrap .mechanism-list {
        width: 33.33333333%;
    }
}

@media ( min-width: 768px) {

	.slide-img .banner-link {
		height: 350px;
	}
	.screen-arrow {
		bottom: -20px;
		background-size: 70%;
	}

	.character-box .row .col-lm-5 {
		width: 33.333333%;
	}

	.brand-wrap-info .brand-left-nav {
		margin-bottom: 40px;
	}

	.brand-wrap-info .brand-left-nav .tab-link {
		font-size: 18px;
	}

	.screen-layout .title-img img {
		width: 65%;
	}

	.brand-wrap-info .brand-left-nav .tab-wrap:nth-child(2n 1) {
		padding-left: 6px;
	}

	.brand-wrap-info .brand-left-nav .tab-wrap:nth-child(2n 2) {
		padding-right: 6px;
	}
}

@media ( min-width: 992px) {
	.slide-img .banner-link {
		height: 460px;
	}
	.fix-nav {
		display: block !important;
	}
	.screen-layout .title-img img {
		width: auto;
	}

	.character-box .row .col-lm-5 {
		width: 33.33333333%;
	}

	.brand-wrap-info .brand-left-nav .tab-link {
		font-size: 18px;
	}

	.brand-wrap-info .brand-left-nav .tab-list {
		height: 64px;
	}

	.brand-wrap-info .mechanism .mechanism-img {
		height: 90px;
	}

	.brand-wrap-info .mechanism .mechanism-name {
		font-size: 14px;
	}

	.guest-wrap .left-guest-img .pic-img, .guest-wrap .right-guest-info .guest-text {
		height: 300px;
	}

	.guest-wrap .right-guest-info .guest-text .text {
		max-height: 190px;
	}

	.brand-wrap-info .brand-left-nav .tab-wrap:nth-child(2n 1) {
		padding-left: 15px;
	}

	.brand-wrap-info .brand-left-nav .tab-wrap:nth-child(2n 2) {
		padding-right: 15px;
	}
}

@media ( min-width: 1200px) {
    .brand-wrap-info .detailed-banner img{
        height: 320px;
    }
	.detailed-main {
		margin-top: 0px;
	}

	.theme_person .col-md-2, .theme_person .col-lg-2 {
		width: 20%;
	}
	.slide-img .banner-link {
		height: 560px;
	}
	.brother_unit {
		text-align: center;
	}

	.brother_unit h4 {
		text-align: center;
	}

	.brother_unit img {
		display: inline-block;
		width: 19%;
		margin: 2px;
	}

	.screen-layout .title-img img {
		width: auto;
	}

	.screen-arrow {
		bottom: -18px;
		background-size: 100%;
	}

	.character-box .row .col-lm-5 {
		width: 20%;
	}

	.brand-wrap-info .brand-left-nav .tab-link {
		font-size: 22px;
	}

	.brand-wrap-info .brand-left-nav .tab-list {
		height: 72px;
	}

	.brand-wrap-info .mechanism .mechanism-img {
		width: 136px;
		height: 136px;
	}

	.brand-wrap-info .mechanism .mechanism-name {
		font-size: 15px;
		width: 136px;
	}

	.guest-wrap .left-guest-img .pic-img, .guest-wrap .right-guest-info .guest-text {
		height: 350px;
	}

	.guest-wrap .right-guest-info .guest-text .text {
		max-height: 240px;
	}

	.brand-wrap-info .brand-left-nav .tab-wrap:nth-child(2n 1) {
		padding-left: 15px;
	}

	.brand-wrap-info .brand-left-nav .tab-wrap:nth-child(2n 2) {
		padding-right: 15px;
	}

	.brand-wrap-info .mechanism .row {
		margin-right: -10px;
		margin-left: -10px;
		max-height: 480px;
		overflow: auto;
	}

	/*æ»šåŠ¨æ¡æ•´ä½“æ&nbsp;·å¼*/
	.brand-wrap-info .mechanism .row::-webkit-scrollbar {
		width: 10px;
		height: 1px;
	}

	/*æ»šåŠ¨æ¡æ»‘å—*/
	.brand-wrap-info .mechanism .row::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 5px #b20072;
		background: #b20072;
	}

	/*æ»šåŠ¨æ¡è½¨é“*/
	.brand-wrap-info .mechanism .row::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
		border-radius: 10px;
		background: #ccc;
	}

	.brand-wrap-info .mechanism .row .col-lm-5 {
		padding-left: 10px;
		padding-right: 0px;
	}
}

@media ( max-width: 767px) {

    .fix-nav {
        display: none;
    }

    .screen-layout .title-img {
        margin-bottom: 30px;
    }

    .tel,.email{
        font-size: 16px;
        line-height: 37px;
    }

    .mymsg{
        border-right: 0;
        margin-bottom: 20px;
    }

    .mymsg img{
        margin-right: 10px;
    }

    .mymsg&gt;div:last-child {
        float: left;
    }

    .mymsg,.mymsg img,.mymsg2,.mymsg2 img{
        height: 75px;
        padding: 0;
    }

	.col-xs-6 {
		width: 100%;
	}
	.slide-img .banner-link {
		height: 200px;
	}
	.theme_person .col-xs-6 {
		width: 50%;
		height: 45%;
	}

	#mycarousel2 .carousel-caption {
		height: 35px;
		font-size: 14px;
		line-height: 35px;
		padding-left: 10px;
	}
	.character-list {
		margin-top: 0px;
	}

	.screen-arrow {
		bottom: -22px;
		background-size: 60%;
	}

	.screen-layout .title-img img {
		width: 100%;
	}

	.brief-info {
		font-size: 18px;
	}

	.character-box .row .col-lm-5 {
		width: 50%;
        margin-top: 10px;
        margin-bottom: 0;
	}

	.brand-wrap-info .brand-left-nav {
		margin-bottom: 20px;
	}

	.brand-wrap-info .brand-left-nav .tab-link {
		font-size: 16px;
	}

	.brand-left-nav .layout-col-space15 {
		margin: -16px;
	}

	.brand-wrap-info .mechanism .mechanism-img {
		height: 86px;
	}

    .brand-wrap-info .mechanism .mechanism-name p{
        height: 55px;
    }

	.brand-wrap-info .mechanism .mechanism-name {
		font-size: 13px;
		line-height: 18px;
		height: 75px;
	}

	.guest-wrap {
		margin-top: 20px;
	}

	.brand-wrap-info .mechanism .col-xs-4 {
		width: 33.33333333%;
		margin: 5px 0;
	}

	.brand-wrap-info .mechanism {
		margin-top: 10px;
	}

	.guest-wrap .left-guest-img .pic-img {
		height: 210px;
	}

	.guest-wrap .right-guest-info .guest-text {
		height: 210px;
		padding: 20px 10px;
	}

	.guest-wrap .right-guest-info .guest-text .text {
		font-size: 14px;
		max-height: 140px;
		margin-top: 16px;
	}

	.media-wrap .media-img .row .col-lm-5 {
		width: 50%;
	}

	.brand-wrap-info .brand-left-nav .tab-list {
		height: 50px;
	}

	.brand-wrap-info .brand-left-nav .tab-link {
		font-size: 14px;
		line-height: 50px;
	}

	.forum-box {
		margin-top: 30px;
	}

	.other-screen .layout-box.brand-wrap-info {
		margin-top: 30px;
	}

	.character-box {
		margin-bottom: 0;
	}

	.forum-mechanism-wrap .mechanism-list {
		width: 50%;
	}

	.forum-theme .theme-name .theme-link {
		font-size: 26px;
	}
}</pre></body></html>