<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	overflow-x: hidden;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 14px;
}
ol,ul{ 
	list-style:none 
}
a,a:hover { 
	text-decoration: none;
	outline: none; 
	color: #333;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,
u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,
summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
strong{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}
.f-l {
	float: left;
}
.f-r {
	float: right;
}
.weight {
	font-weight: 600;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	clear: both;
	float: none;
	display: block;
}
.hide {
	display: none;
}
.mt-1 {
	margin-top: 1rem !important;
}
.mt-2 {
    margin-top: 2rem;
}
.mb-1 {
	margin-bottom: 1rem;
}
.t-center {
	text-align: center !important;
}
.fs-middle {
	font-size: 16px !important;
}
.fc-blank {
	color: #000 !important;
}
.main-top-bar {
	background: #eeeeee;
	padding: 10px;
}
.top-bar-txt {
	color: #333;
	font-size: 14px;
}
.top-menu-bar {
    list-style-type: none;
    float: right;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-menu-bar li {
    display: inline-block;
    padding-right: 15px;
}
.top-menu-bar li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.icon-cart {
	margin-right: 5px;
}
.phone {
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-samll {
	margin-right: 3px;
}

.custom-logo {
	display: block;
	margin: 1rem auto;
	height: 85px;
}
.search {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
}
.search .s-ipt {
    width: 85%;
    border: 0;
    font-size: 1rem;
    padding: .5rem;
    background: #f2f2f2;
    font-family: "å¾®è½¯é›…é»‘";
}
.search .s-sub {
    width: 15%;
    background: url(../images/search.png) center right 3% no-repeat;
    background-size: 23px;
    background-color: #f2f2f2;
    border: 0;
    padding: .5rem;
}
.g-mn {
	padding: 0;
}

.shortcode-header{
	font-size: 1.5rem;
	margin: 2rem 0 1rem;
}
.swiper-container{
  width: 100%;
  height: 100%;
  margin: 1rem 0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slide-bg {
    height: 500px;
    width: 100%;
    color: #fff;
    justify-content: center;
}
.slide-bg1 {
	background: url(../images/s1.png) top center no-repeat;
}
.slide-bg2 {
	background: url(../images/s2.png) top center no-repeat;
}
.slide-bg3 {
	background: url(../images/s3.png) top center no-repeat;
}
.slide-bg4 {
	background: url(../images/s4.jpg) top center no-repeat;
}
.slide-bg:hover {
	color: #fff;
}
.slide-txt {
	font-size: 30px;
	padding-top: 120px;
}

.products_col {
	margin-bottom: 30px;
}
.products_col .box-image {
    margin: 0;
    position: relative;
    overflow: hidden;
}
.products_col .box-image img {
    width: 100%;
    height: auto;
    display: block;
}

.wrap {
	background: #e9f3fc;
    padding: 1rem 0 3rem;
    margin: 3rem 0 1rem;
}
.two-pic {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.two-txt {
	font-size: 14px;
	line-height: 2;
	text-align: justify;
	margin: 1rem 0;
}
.three-wrap {
	position: relative;
	width: 100%;
}
.swiper-container2 {
  	height: 100%;
  	margin: 1rem 0;
  	overflow: hidden;
}
.swiper-container2 .swiper-button-next,
.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-container-rtl .swiper-button-prev,
.swiper-container2 .swiper-container-rtl .swiper-button-next
{
 	top: 43%;
    background-size: 70%;
}

.swiper-container2 .swiper-button-prev, 
.swiper-container2 .swiper-container-rtl .swiper-button-prec {
	left: -40px;
}
.swiper-container2 .swiper-button-next,
.swiper-container2 .swiper-container-rtl .swiper-button-next {
	right: -40px;
}
.swiper-button-next.swiper-button-disabled,
 .swiper-button-prev.swiper-button-disabled {
 	pointer-events: auto;
}
.three-itm {
	width: 100%;
}
.three-pic{
	display: block;
	border: 1px solid #e3e3e3;
}
.three-pic img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.three-money {
	text-align: center;
	color: #c42828;
	font-size: 14px;
	padding-top: .5rem;
}
.three-name {
	text-align: center;
	font-size: 14px;
    line-height: 30px;
}
.four-title {
	font-size: 18px;
}
.four-title a {
	color: #268de5;
}
.time-white {
	font-size: 14px;
	background: #fff;
	color: #268de5;
	display: inline-block;
	padding: 5px;
}
.four-list .itm{
	background: url(../images/circle.png) 10px center no-repeat;
    position: relative;
    padding-right: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 33px;
    padding-left: 35px;
    font-size: 14px;
}
.four-list .itm:hover {
	background:#d5e9fa url(../images/circle_active.png) 10px center no-repeat;
}
.four-list .itm:hover a {
	color: #268de5;
}

.four-list .time {
	position: absolute;
    right: 10px;
    top: 0;
    line-height: 33px;
    color: #999;
}
.five-itm {
	background: #f4f4f4;
	padding-top: 1rem;
	display: block;
}
.five-itm:hover {
	background: #e9f3fc;
}
.five-title {
	font-size: 16px;
    margin: .5rem 1rem 1.5rem;
    line-height: 1.5;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    text-align: justify;
	color: #268de5;
}
.five-txt {
	line-height: 1.8;
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: 14px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
}
.five-more {
	background: #268de5;
    display: block;
    padding: .5rem;
    text-align: center;
    color: #fff;
    margin-top: 3rem;
}
.five-more:hover {
	color: #fff;
}
.footer {
	background: #1e3c5f;
    color: #fff;
    margin-top: 6rem;
    padding: 3rem 0;
    font-size: 14px;
    line-height: 2;
}
.ft-cp {
	margin-bottom: 1.5rem;
}
.ft-pic {
	float: right;
	max-width: 100%;
    display: block;
}
.ft-span {
	padding-right: 1rem;
}
.breadcrumb {
	margin: 1rem auto;
	text-align: right;
	padding: 10px 20px;
	font-size: 14px;
}
.list-cat {
	font-size: 24px;
	margin-bottom: 1rem;
}
.sider-top {
	font-size: 18px;
}
.sider-list {
	padding: .5rem;
    padding-left: 1.5rem;
}
.sider-list .itm {
	padding: .5rem 0;
	font-size: 14px;
}
.sider-list a {
	display: block;
}
.term-description {
	text-align: justify;
	line-height: 2;
}
.sorting {
	margin: 1rem 0;
}
.search-result-count {
	font-size: 14px;
	line-height: 40px
}
.search-page {
	display: flex;
}
.search-page .page-numbers {
	padding: .1rem 0.5rem;
    display: block;
    border: 1px solid #dfdfdf;
    margin: 0 .2rem;
}
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
}
table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .5em;
}
table thead th {
	background: #f8f8f8;
    color: #4b67d3;
    vertical-align: middle;
    background:#f8f8f8;
}
table th {
	background: #f8f8f8;
}
table th, table td {
    text-align: center;
    padding: 1rem .2rem;
}
table tbody td {
    background-color: #ffffff;
    vertical-align: middle;
}
.product-title {
	color: #29abe2;
}
.product-title:hover {
	color: #29abe2;
	text-decoration: underline;
}
.fc-blue {
	color: #29abe2;
}
.table-image {
	max-width: 100%;
}
.content-cat {
	display: inline-block;
    border-top: 3px solid #29abe2;
    margin-bottom: 1rem;
    font-size: 16px;
    padding-top: .3rem;
}
.pic-block {
	max-width: 100%;
	display: block;
}
.ct-decration {
	font-size: 14px;
	line-height:1.8em;
}
.content-table tr{
    border: none;
}
.content-table th, .content-table td{
    padding: .8rem;
}

.content-table td{
    vertical-align: top;
}
.inquiry-text {
    padding: 10px;
    margin-top: 1rem;
}
.cart-table tr {
    border: 1px solid #ddd;
}
.cart-table thead td{color:#29abe2;}
.cart-table td {
	vertical-align: middle;
    padding: 1rem .3rem;
}
.input-text{
	width: 4em;
    text-align: center;
    padding: .5rem 0;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    margin-right: .5rem;
    height: 35px;
    border-radius: 5px;
}
.cart-form {
	width: 100%;
}
.btn-cart {
	background: #29abe2;
	width: 100px;
    color:#fff;
	box-sizing: border-box;
	height: 35px;
}
.contact-product {
	margin-top: 3rem;
	margin-bottom: .5rem;
}
.ct-list li {
	padding-top: .5rem;
    padding-bottom: .5rem;
    background: url(../images/point.png) 20px center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 38px;
}
.register-txt {
	font-weight: 600;
	margin: 2rem 0 1rem;
	font-size: 16px;
}
.register-wrap {
	background: #eeeeee;
	padding: 2rem;
}
.register-itm {
	padding: .5rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.fc-red {
	color: #f23f0f;
}
.register-lable {
	width: 135px;
    text-align: right;
    line-height: 35px;
}
.register-ipt {
	width: 200px;
	height: 35px;
	line-height: 35px;
    box-sizing: border-box;
    outline: none;
    padding: 0 .5rem;
    font-size: 14px;
    background: #fff;
    border: 0;
}
.register-address{
	height: 100px;
}
.msg-submit {
	background: #cc2222;
    color: #fff;
    border: 0;
    outline: none;
    margin: 2rem;
    margin-right: .5rem;
    padding: .3rem 3rem;
    font-size: 18px;
    border-radius: 5px;
	box-sizing: border-box;
}
.btn-back {
    margin: 0 2rem;
}

.login-lable {
	width: auto;
}
.checkbox {
    height: 2rem;
    width: 2rem;
}
.check-lable .checkbox {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}      
.check-lable .checkbox+span {
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}         
.check-lable .checkbox:checked+span {
    background: url(../images/check.png) center center no-repeat;
    background-size: 90%;

}
.pointer {
    cursor: pointer;
}
.cart-input-text {
    width: 4em;
    text-align: center;
    padding: .5rem 0;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 35px;
    border-radius: 5px;
}
.cart-msg {
    margin-top: 1rem;
}
.cart-msg-itm {
    background: #f4f4f4;
    padding: .8rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}
.cart-submit {
    background: #29abe2;
    color: #fff;
    border: 0;
    width: 100%;
    display: block;
    padding: .8rem;
    font-size: 18px;
}
.money-important {
    font-size: 20px;
    color: #f23f0f;
    font-weight: 600;
}
.news-list {

}
.news-list .news-itm{
    margin-bottom: 2rem;
}
.news-list .news-tt {
    font-size: 20px;
    font-weight: 600;
    background: url(../images/point.png) left 10px no-repeat;
    padding-left: 20px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.news-list .news-tt a {
    color: #223e5e;
}
.news-list .news-ct {
    margin-top: 10px;
    padding-left: 20px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.article-ct {
    margin-bottom: 20px;
}
.article-ct p {
    padding: 10px 0;
}
.fc-deepblue {
    color: #223e5e;
}
.sider-sublist {
    padding-left: 20px;
    padding-top: 5px;
}
.sider-sublist .subitm {
    padding: 5px 0;
}
.list-hide {
    display: none ;
}
.order-sider {
    border-bottom: 1px solid #dfdfdf;
}
.order-sider a {
    border-top: 1px solid #dfdfdf;
    display: block;
    padding: 15px 10px;
}
.order-sider .active {
    background: #f9f9f9;
}
.order-top {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.order-current {
    background: #daf3ff;
}
.order-done {
    background: #f9f9f9;
}
.underline {
    text-decoration: underline;
}
.goods-itm {
    margin-bottom: 30px;
    font-size: 14px;
}
.goods-itm-current {
    border: 1px solid #daf3ff;
}
.goods-itm-done {
    border: 1px solid #f9f9f9;
}
.goods-itm-ct {
    margin: 0;
    border-bottom: 1px solid #f9f9f9;
    padding: 15px 0;
}
.goods-itm-right {
    line-height: 30px;
}
.goods-btm {
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 15px;
    flex-wrap: wrap;
}
.deal-money {
    padding-left: 30px;
}
.modify-form {
    border: 1px solid #f9f9f9;
    padding: 20px;
}
.modify-txt {
    margin-top: 0;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px;
}
.modify-wrap {
    background: #fff;
    padding: 1rem;
}
.modify-ipt {
    border: 1px solid #dadada;

}
.modify-submit {
    margin: 1rem auto !important;
    display: block;
    padding: .5rem 3rem;
    font-size: 20px;
}

.search-pagination {
    text-align: right;
}
.search-pagination .pagination {
    margin: 0;
}</pre></body></html>