<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* amazeui reset */
/*.am-g-fixed, .am-container { max-width: 1350px; }*/


/* ========================== */



/* ========================== */

/* Header */
.be-bg-home { background-color: #f7f2eb; }

.be-header { min-height: 190px; padding-top: 36px; }

.be-header .am-nav &gt; li &gt; a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    padding-bottom: 30px;  
}

.be-header .am-nav &gt; li &gt; a img { margin: 0 auto; }

.be-header .am-nav &gt; li &gt; a:hover,
.be-header .am-nav &gt; li &gt; a:focus,
.be-header .am-nav &gt; li.am-active &gt; a,
.be-header .am-nav &gt; li.am-active &gt; a:hover,
.be-header .am-nav &gt; li.am-active &gt; a:focus {    
    background: none;
	position: relative;
	top: -6px;
	left: 0;
}

.be-header .am-nav &gt; li &gt; a:hover img,
.be-header .am-nav &gt; li.am-active &gt; a img { 
	border-bottom: 2px dotted #bd4f30;
	padding-bottom: 10px;
}

.be-header .am-nav &gt; li.logo &gt; a { padding-bottom: 0px; }
.be-header .am-nav &gt; li.logo &gt; a:hover { margin-bottom: 20px; }

.be-header .am-nav &gt; li.logo &gt; a:hover img { 
	border-bottom: 0px;
	padding-bottom: 0px;
}

/* Join */
.be-join-wrap {
	background: url("../../images/bg-join-wrap.jpg") no-repeat;	
	background-size: cover;
    background-position: center top;
}

/*.be-join-video {	
	background: url("../../images/bg-join-cow.png") no-repeat;	
	background-size: auto;
    background-position: center top;
}*/

.be-join-play-video { height: 981px; }

.be-join-btn { display: flex; min-height: 1190px; }
.be-join-btn div { float: left; }

.be-jumping-button {
	position: relative;
	animation: jump 1s infinite alternate;
	transition: transform 0.3s;
}
.be-jumping-button img { object-fit: cover; }
.be-jumping-button:nth-child(2) { animation-delay: 0.25s;}
.be-jumping-button:nth-child(3) { animation-delay: 0.5s; }
.be-jumping-button:nth-child(4) { animation-delay: 0.75s; }
.be-paused {
	animation-play-state: paused;
	transform: scale(0.8);
}
@keyframes jump {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-20px);
	}
}

.be-join-btn-1,
.be-join-btn-2,
.be-join-btn-3,
.be-join-btn-4,
.be-join-btn-more {
	position: relative;
}

.be-join-btn-1 {	
	top: 350px;
	left: 4%;
}
.be-join-btn-2 {	
	top: 440px;
	left: 12%;
}
.be-join-btn-3 {	
	top: 350px;
	left: 69%;
}
.be-join-btn-4 {	
	top: 440px;
	left: 77%;
}

.be-join-btn-more {
	float: right;	
	top: 1085px;
	left: 63%;
}

.be-join-btn-1 a img:hover,
.be-join-btn-2 a img:hover,
.be-join-btn-3 a img:hover,
.be-join-btn-4 a img:hover { 	
	margin-top: -20px; 
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* New Products */
.be-new-porducts {
	min-height: 1157px;
	background: url("../../images/bg-new-products.jpg") no-repeat;
	background-size: auto;
    background-position: center top;
}

.be-new-porducts div a { 
	float: left;
	position: relative;	
}

.be-new-products-btn-1 a,
.be-new-products-btn-2 a,
.be-new-products-btn-3 a,
.be-new-products-btn-4 a,
.be-new-products-btn-5 a {
	width: 380px;
	height: 480px;
}

.be-new-products-btn-1 a { 
	top: 510px;
	left: 12%;
	/*background-color: rgba(255, 255, 255, 0.5);*/
}

.be-new-products-btn-2 a { 
	top: 228px;
	left: 9%;
	/*background-color: rgba(255, 255, 255, 0.5);*/
}

.be-new-products-btn-3 a { 
	top: 600px;
	left: 6%;
	/*background-color: rgba(255, 255, 255, 0.5);*/
}

.be-new-products-btn-4 a { 
	top: 205px;
	left: 1%;
	/*background-color: rgba(255, 255, 255, 0.5);*/
}

.be-new-products-btn-5 a { 
	top: 448px;
	left: -4%;
	/*background-color: rgba(255, 255, 255, 0.5);*/
}

.be-new-products-btn-1 a img { padding-top: 130px; }
.be-new-products-btn-3 a img { padding-top: 170px; float: right; }
.be-new-products-btn-4 a img { float: right; }
.be-new-products-btn-5 a img { padding-top: 70px; float: right; }

.be-new-products-btn-1 a:hover img,
.be-new-products-btn-2 a:hover img,
.be-new-products-btn-3 a:hover img,
.be-new-products-btn-4 a:hover img,
.be-new-products-btn-5 a:hover img { 
	margin-top: -20px; 
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

.be-new-products-btn-more {
	float: right;
	position: relative;	
	top: 580px;
	right: 100px;
}

/* News */
.be-news-wrap { 
	min-height: 1060px;
	background: url("../../images/bg-news.jpg") no-repeat;	
	background-size: auto;
    background-position: center top;	
}

.be-news-btn-more { min-height: 750px; }
.be-news-btn-more a { 
	float: right;
	position: relative;
	top: 380px;
	right: 7%;
}

.be-news-list { border-right: 2px solid #fff; }
.be-news-list:last-child { border-right: 0; }

.be-news-list h3 { padding: 15px 25px; }
.be-news-list h1 { padding: 15px 25px 0 25px; }
.be-news-list h4 { padding: 0 25px; }

.be-news-list a:hover h3 { 	
	margin-top: -20px; 
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

/* Footer */
.be-footer { 
	min-height: 490px;
	background: #000 url("../../images/bg-footer.png") 50% 50% no-repeat;
}

.be-footer ul { float: right; margin: 420px 140px 0 0;  }
.be-footer ul li { 
	float: left;
	text-align: center;
	list-style: none;
}


/* ==========[ Page ]========== */

.be-sub-column .am-nav &gt; li &gt; a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    background-color: #f7f8f8;
}

.be-sub-column .am-nav &gt; li &gt; a:hover,
.be-sub-column .am-nav &gt; li &gt; a:focus,
.be-sub-column .am-nav &gt; li.am-active &gt; a,
.be-sub-column .am-nav &gt; li.am-active &gt; a:hover,
.be-sub-column .am-nav &gt; li.am-active &gt; a:focus {    
    background: #c35131;    
}

.be-sub-column .am-nav &gt; li &gt; a img {
	-webkit-filter: brightness(0%); /* Chrome, Safari, Opera */
	filter: brightness(0%);
	margin: 28px auto;
}
.be-sub-column .am-nav &gt; li &gt; a:hover img,
.be-sub-column .am-nav &gt; li.am-active &gt; a img,
.be-sub-column .am-nav &gt; li &gt; a:focus img {
	-webkit-filter: brightness(100%); /* Chrome, Safari, Opera */
	filter: brightness(100%);
}

/* Brand Strength */
.be-strength-wrap { margin: 200px 0; }

.be-brand-strength-wrap { 	
	min-height: 1150px;
	background: url("../../images/bg-introduce-brand-strength.jpg") 50% 50% no-repeat;
}

.container {
	position: absolute;
	top: 53%;
	left: 50.3%;
	transform: translate(-50%, -50%);
}

.center-circle {
	width: 350px;
	height: 350px;
	/*background-color: #3498db;*/
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -175px;
	margin-left: -175px;
}

.outer-circles {
	position: relative;
}

.outer-circle {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -90px;
}


.red-circle {
	/*background-color: #e74c3c;*/
	background-color: #fff;
}

.green-circle {
	/*background-color: #2ecc71;*/
	background-color: #fff;
}


/* Introduce */
.be-brand-origin-pic { 
	margin-top: 80px;
	margin-bottom: 50px;
}

.be-introduce-wrap { background: #fff url("../../images/bg-introduce.gif") 50% 50% no-repeat; }

.be-history-wrap { 
	background: #fff url("../../images/bg-history.gif") 0% 50% no-repeat;
	margin: 100px 0 40px 0;
}


/* Cultrue &amp; Store */
.be-culture-wrap { background: #fff url("../../images/bg-culture.gif") 50% 100% no-repeat; }
.be-store-change-wrap { background: #fff url("../../images/bg-store.gif") 50% 100% no-repeat; }

.be-culture-wrap h3,
.be-store-wrap h3,
.be-store-change-wrap h3,
.be-agent-wrap h3,
.be-news-honer-wrap h3 { margin: 55px 0; }

.be-culture-pic,
.be-store-pic { 
	margin-top: 70px;
	margin-bottom: 120px;
}

.be-now-store { 
	width: 1096px;
	margin-bottom: 120px;
}

.be-now-store ul li {
	height: 200px; 	
	background-color: #efefef;
	border-left: 1px solid #fff;
	border-bottom: 5px solid #c35131;
}

.be-now-store ul li:first-child {
	border-left: 0;
	border-bottom: 0;
}

.be-now-store ul li h5 { margin: 20px 0; font-weight: bold; }

.be-now-store ul li:hover { 
	background-color: #c35131;
	color: #fff;
	transition: 0.5s;
}

.be-now-store ul li i img { 
	-webkit-filter: brightness(100%); /* Chrome, Safari, Opera */
	filter: brightness(100%); 
}

.be-now-store ul li:hover i img { 
	-webkit-filter: brightness(0%); /* Chrome, Safari, Opera */
	filter: brightness(100); 	
}


/* Brand Process &amp; Brand History */
.be-tab-container,
.be-history-tab-container {
    display: flex;
    align-items: flex-start;
    width: 1900px; /* 宸︿晶瀹藉害 + 鍙充晶瀹藉害 */
    margin: 50px auto;
}

.be-history-tab-container { width: 1353px; }

.be-tab-buttons {
    display: flex;
    flex-direction: column;
}

.be-tab-button,
.be-history-tab-button {
    cursor: pointer;
    margin-bottom: 10px;
}

.be-history-tab-button {    
    margin-bottom: -15px;
}

.be-tab-content {
    width: 1175px; 
	min-height: 630px;
    overflow: hidden;
    position: relative;
}

.be-history-tab-content {
    width: 980px; 
    min-height: 930px;
}

.be-tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}




/* Jobs List */
.be-jobs-wrap { background: url("../../images/bg-jobs.jpg") 50% 0 no-repeat; }
.be-jobs-wrap h3 { margin: 70px 0 60px 0; }

.be-jobs-list {
	margin-bottom: 32px;
	border: 2px solid #898989;
	background: #fff url("../../images/bg-jobs-list.gif") 100% 100% no-repeat;
}

.be-jobs-list div { margin: 15px 0; }

.be-jobs-list div:first-child,
.be-jobs-list div:nth-child(2) { 	
	padding: 3px 0 8px 0;
}

.be-jobs-list h2 {
	color: #000;
	font-weight: bold;
}

.be-jobs-list a.be-btn-invite { 
	background-color: #bd4f30;
	padding: 8px 16px;
	color: #fff;
	margin-bottom: 13px;
}

.be-jobs-list:hover { border: 2px solid #000; }
.be-jobs-list h2:hover { color: #bd4f30; }
.be-jobs-list a.be-btn-invite:hover { background-color: #000; }

.be-jobs-list .am-icon-fw {
	width: 2.5em;
	margin-right: 20px;
}

/* Products List */
.be-product-des { 
	min-height: 600px;
	padding: 180px 0 80px 0;
}

.be-product-container-wrap { 
	margin-top: 100px;
	background: #fff url("../../images/bg-products.jpg") 50% 0 no-repeat;
}

.be-product-container-ico ul { width: 80%; margin: 50px auto 100px auto; }


.be-icon-btn {
    display: inline-block;
    margin: 0;
    transition: transform 0.3s;
    transform: scale(0.5);
}
.be-icon-btn:hover {
    transform: scale(1);
}
.be-icon-btn.active {
    transform: scale(1);
}
.be-product-name {
    display: none;
}
.be-product-name.active {
    display: inline-block;
}
.be-product-content {
    display: none;
}
.be-product-content.active {
    display: block;
}


/* News Center List */
.be-news-center-wrap { 
	min-height: 1912px;
	background: url("../../images/bg-news-center-list.jpg") 50% 0% no-repeat,
            	url("../../images/bg-news-center-list-all.jpg") 50% 0% repeat-y;
}

.be-news-center-list,
.be-news-center-content { 
	padding: 180px 0 400px 0;
	background: url("../../images/bg-news-center-list-header.jpg") 50% 0% no-repeat,
				url("../../images/bg-news-center-list-footer.jpg") 50% 100% no-repeat,
				url("../../images/bg-news-center-list-content.png") 50% 0% repeat-y;
				
}

.be-news-center-list a,
.be-news-center-list hr {
	width: 80%; margin: 0 auto;
}

.be-news-center-list a { display: block; }
.be-news-center-list hr { border: 1px solid #e5e5e5; }

.be-news-center-list ul { 
	min-height: 212px;
	margin: 0;
	padding: 18px;
}

.be-news-center-list ul li { 
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}


.be-news-center-list ul li.be-news-center-list-date { padding: 28px 40px; }
.be-news-center-list ul li.be-news-center-list-date span { font-size: 3.2em; }

.be-news-center-list ul li.be-news-center-list-title { padding: 20px; }


.be-news-center-list-title h2,
.be-news-center-list-title h3 { 
	width: 368px;	
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}

.be-news-center-list-title h2 { 
	font-weight: bold;
	margin: -10px 0 0 0;
	color: #000000;
}

.be-news-center-list ul:hover { background: #fff url("../../images/ico-news-list.gif") 98% 50% no-repeat; }
.be-news-center-list ul:hover li h2 { color: #bd4f30; }

.be-news-content img { margin: 0 auto; }

.be-news-pagination ul:hover { background: none; }
.be-news-pagination ul { margin-left: 300px; }

/** Pagination **/
.am-pagination &gt; li &gt; a,
.am-pagination &gt; li &gt; span {  
    color: #bd4f30;
    border: 0;    
}
.am-pagination &gt; li &gt; a:hover,
.am-pagination &gt; li &gt; span:hover,
.am-pagination &gt; li &gt; a:focus,
.am-pagination &gt; li &gt; span:focus {  
    background-color: #fff;
}
.am-pagination &gt; .am-active &gt; a,
.am-pagination &gt; .am-active &gt; span,
.am-pagination &gt; .am-active &gt; a:hover,
.am-pagination &gt; .am-active &gt; span:hover,
.am-pagination &gt; .am-active &gt; a:focus,
.am-pagination &gt; .am-active &gt; span:focus {  
    background-color: #bd4f30; 
    border-radius: 25px;   
}
.am-pagination &gt; li &gt; a:hover,
.am-pagination &gt; li &gt; span:hover,
.am-pagination &gt; li &gt; a:focus,
.am-pagination &gt; li &gt; span:focus {
    color: #bd4f30;
    background-color: #eeeeee;
    border-radius: 25px; 
}
.am-pagination &gt; .am-disabled &gt; span,
.am-pagination &gt; .am-disabled &gt; span:hover,
.am-pagination &gt; .am-disabled &gt; span:focus,
.am-pagination &gt; .am-disabled &gt; a,
.am-pagination &gt; .am-disabled &gt; a:hover,
.am-pagination &gt; .am-disabled &gt; a:focus {
    color: #5b5657;  
}

.am-gotop-fixed .am-gotop-icon-custom { max-width: 80px; }

/* ========================== */

@media screen and (max-width: 640px) { /* &lt;=640 */ 

	/** Phone / Menu **/
	.am-offcanvas-bar {  
	  width: 45%;
	}    

    /* Header */
    .be-phone-header {
        width: 100%;
        /*position: fixed;
        top: 0px;*/
        z-index: 998;         
        background: #f7f2eb url("../../images/phone-bg-ico-cow.png") 95% 100% no-repeat;
        background-size: 14%;
    }

    .be-phone-logo {
        float: left;        
        padding: 20px 0 12px 30px;
    }
    .be-phone-logo img {
       width: 50%;
    }

    .be-phone-menu a.am-menu-toggle {
        display: block;
        margin-top: 48px;
    }

    .be-phone-menu a.am-menu-toggle i.am-icon-bars {
        color: #c30d23;
        font-size: 150%;
    }

    /* amazeui reset / 12610 */
    .am-offcanvas-bar { background: #c30d23; }
    .am-offcanvas-bar:after { background: #c30d23; width: 0; }

    .am-icon-bars:before {
      content: "\268C"; /*2630 鏄笁妯紝268C 鏄袱妯紝2501 鏄竴妯�*/
    }

    .am-menu-offcanvas1 .am-menu-nav { border-bottom: 1px solid #a70a1d; }
    .am-menu-offcanvas1 .am-menu-nav &gt; li &gt; a {
        text-indent: 20px;
        color: #fff;
        border-top: 1px solid #a70a1d;
        text-shadow: none;
        font-size: 0.875em;
    }
    .am-menu-offcanvas1 .am-menu-nav &gt; .am-open &gt; a,
    .am-menu-offcanvas1 .am-menu-nav &gt; li &gt; a:hover,
    .am-menu-offcanvas1 .am-menu-nav &gt; li &gt; a:focus {
        background-color: #a70a1d;        
    }
    .am-menu-offcanvas1 .am-menu-sub {
        padding: 5px 0 5px 20px;
        background-color: #a70a1d;
    }

    /* Join */
	.be-join-wrap { 
		min-height: 409px;
		background: url("../../images/phone-bg-join-wrap.png") no-repeat;
		background-size: contain;
		background-position: center top;
	}

	/*
	.be-join-video {		
		background: url("../../images/phone-bg-join-cow.png") no-repeat;	
		background-size: contain;
	    background-position: center top;
	}*/

	.be-join-play-video { height: 200px; }

	.be-join-btn { min-height: 240px; }

	.be-join-btn-more {
		float: left;	
		top: 1085px;
		left: 0%;
	}
	
	.be-jumping-button img { width: 100%; }
	.be-join-btn-more img { width: 40%; }

	.be-join-btn-1,
	.be-join-btn-2,
	.be-join-btn-3,
	.be-join-btn-4,
	.be-join-btn-more {
		position: relative;
		width: 25px;
		height: 0;
	}

	.be-join-btn-1 {	
		top: 40px;
		left: 2.5%;
	}
	.be-join-btn-2 {	
		top: 50px;
		left: 7%;
	}
	.be-join-btn-3 {	
		top: 35px;
		left: 64%;
	}
	.be-join-btn-4 {	
		top: 55px;
		left: 68.5%;
	}

	.be-join-btn-more {		
		top: 197px;
		left: 24%;
	}

	/* New Products */
	.be-new-porducts {		
		min-height: 220px;
		background: red url("../../images/phone-bg-new-products.png") no-repeat;
		background-size: cover;
		background-position: center top;
	}

	.be-new-products-btn-1 img,
	.be-new-products-btn-2 img,
	.be-new-products-btn-3 img,
	.be-new-products-btn-4 img,
	.be-new-products-btn-5 img { width: 100%; }

	.be-new-products-btn-1 a,
	.be-new-products-btn-2 a,
	.be-new-products-btn-3 a,
	.be-new-products-btn-4 a,
	.be-new-products-btn-5 a {	
		width: 30px;
		height: 80px;
	}

	.be-new-products-btn-1 a { 
		top: 145px;
		left: 10%;
		/*background-color: rgba(255, 255, 255, 0.5);*/
	}

	.be-new-products-btn-2 a { 
		top: 30px;
		left: 19%;
		/*background-color: rgba(255, 255, 255, 0.5);*/
	}

	.be-new-products-btn-3 a { 
		top: 150px;
		left: 42%;
		/*background-color: rgba(255, 255, 255, 0.5);*/
	}

	.be-new-products-btn-4 a { 
		top: 40px;
		left: 48%;
		/*background-color: rgba(255, 255, 255, 0.5);*/
	}

	.be-new-products-btn-5 a { 
		top: 120px;
		left: 55%;
		/*background-color: rgba(255, 255, 255, 0.5);*/
	}

	.be-new-products-btn-1 a img,
	.be-new-products-btn-2 a img,
	.be-new-products-btn-3 a img,
	.be-new-products-btn-4 a img,
	.be-new-products-btn-5 a img { 
		padding-top: 0px; 
		float: left;
	}


	/* News */
	.be-news-wrap { 
		min-height: 110px;
		background: url("../../images/phone-bg-news.png") no-repeat;
		background-size: cover;
		background-position: center top;
	}

	.be-news-list h1 { padding: 110px 15px 0 20px; }
	.be-news-list h4 { padding: 0 20px; }
	.be-news-list h4 { margin-top: -5px; }

	.be-news-wrap .font-18 { font-size: 0.8125em; }
	.be-news-wrap .font-14 { font-size: 0.625em; }

	/* Footer */
	.be-footer { 
		min-height: 160px;
		margin-top: -9px;
		background: #000 url("../../images/phone-bg-footer.png") 50% 50% no-repeat;
		background-size: contain;
	    background-position: center top;
	}

	.be-footer ul { float: right; margin: 138px 0 0 0;  }
	.be-footer ul li { 
		width: 100%;		
		font-size: 0.625em;
		text-align: right;
		list-style: none;
		margin: 0;
		padding: 0 20px 0 0;
	}

	.be-footer ul li img { width: 5%; }

}

@media screen and (min-width: 640px) and (max-width: 1024px) { /* &gt;=640锛�&lt;=1024 */
   
}

@media screen and (min-width: 1025px) and (max-width: 1366px) { /* &gt;=1025锛�&lt;=1366 */
    
}

@media screen and (min-width: 1367px) and (max-width: 1440px) {	/* &gt;=1367锛�&lt;=1440 */
        
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {	/* &gt;=1441锛�&lt;=1680 */
    
}

@media screen and (min-width: 1025px) { /* &gt;=1680 */     

}

@media only screen and (min-width: 1928px) { /* &gt;=1920 */
	.am-g-1920 { max-width: 1920px; }

	/* Insight */
	.be-insight-wrap { margin: 200px 0; }

	/* News Center List */
	.be-news-center-list a,
	.be-news-center-list hr {
		width: 65%;
	}
}


.bg1 { background-color: red; color: #fff; }
.bg2 { background-color: blue; color: #fff; }

.bg1 div { background-color: yellow; }
.bg2 div { background-color: gray; }</pre></body></html>