<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Begin cms
*/

/** 淘客模块 **/
.tao-h {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 0px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.tao-h-img {
	max-width: 100%;
 	width: auto;
	height: auto;
    overflow: hidden;
	transition-duration: .5s;
}
/** 图片模块 **/
.picture-h {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 0px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.picture-h-img {
	max-width: 100%;
 	width: auto;
	height: auto;
    overflow: hidden;
	transition-duration: .5s;
}
.picture-h-img a img, .tao-h-img a img {
	float: left;
	max-width: 100%;
 	width: auto;
	height: auto;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear
}
.picture-h-img:hover a img, .tao-h-img:hover a img {
	transition: All 0.7s ease;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}
.picture-h-title, .flexisel-h-title {
	text-align: center;
	line-height: 30px;
	margin: 0 10px 5px 10px;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
.line-four, .line-tao {
	margin: 0 -5px;
}
.line-four .xl4, .line-tao .xl4 {
	position: relative;
	min-height: 1px;
	padding: 0 5px;
}
@media screen and (min-width:999px) {
	.picture-h-img {
		height: 135px;
		overflow: hidden;
		transition-duration: .5s;
	}
}
.xm4 {
	position: relative;
	min-height: 1px;
}
/** 单栏分类列表 **/
.line-one .cat-site {
	margin: 10px 0 0 0;
}
.cat-one-list li {
	line-height: 210%;
	margin: 0 40px 0 0;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
.line-one-thumbnail {
	float: left;
	width: 200px;
	height: 150px;
	margin: 0 15px 0 0;
    overflow: hidden;
	transition-duration: .5s;
}
.line-one-thumbnail a img {
	width: 200px;
	height: 150px;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear
}
.line-one-thumbnail:hover a img {
	transition: All 0.7s ease;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}
@media screen and (max-width: 550px) {
	.line-one-thumbnail {
		float: inherit;
		width: 270px;
		height: 100px;
		margin: 0 auto 5px;
		overflow: hidden;
	}
	.line-one-thumbnail a img {
		width: 280px;
		height: 210px;
		transition-duration: .5s;
	}
}
/** 两栏分类列表 **/
.cat-box {
	position: relative;
	background: #fff;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.cat-box .cat-title {
	float: left;
	background: #f8f8f8;
	width: 100%;
    height: 40px;
    line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.cat-box .cat-title a {
	float: right;
	margin: 0 15px 0 15px;
}
.icon-cat {
	float: left;
	font-size: 16px;
	color: #2f889a;
	width: 40px;
    height: 40px;
	line-height: 40px;
	padding: 1px 0;
	text-align: center;
	border-right: 1px solid #ddd;
}
.icon-m {
	font-size: 16px;
	color: #999;
	margin: 0 0 0 3px;
	vertical-align: middle;
}
.cat-site {
	padding: 5px 20px 20px 20px;
}
.cat-site h2 {
	font-size: 16px;
    line-height: 30px;
	margin: 0 0 5px 0;
	width: 90%;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
.line-small .thumbnail {
	width: 133px;
	height: 100px;
}
.line-small .thumbnail a img {
	width: 133px;
	height: 100px;
}
.cat-main {
	color: #777;
	margin: 0 0 5px 0;
}
.line-small .cat-main {
	height: 100px;
	overflow: hidden;
}
.cat-list li {
	width: 80%;
	line-height: 210%;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
.icon-li {
	font-size: 16px;
	color: #999;
	vertical-align: middle;
}
.list-date {
	float: right;
	color: #999;
}
.line-small {
	margin: 0 -5px;
}
.line-small .xl2 {
	position: relative;
	min-height: 1px;
	padding: 0 5px;
}
.xm2 {
	position: relative;
	min-height: 1px;
}
/** 列表大 **/
.line-big .thumbnail {
	width: 180px;
	height: 130px;
}
.line-big .thumbnail a img {
	width: 180px;
	height: 130px;
}
.line-big .cat-main {
	height: 130px;
	overflow: hidden;
}
.line-big {
	margin: 0 -5px;
}
.line-big .xl3 {
	position: relative;
	min-height: 1px;
	padding: 0 5px;
}
@media screen and (min-width:300px) {
	.xl2 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}
	.xl3 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}
}
@media screen and (min-width:320px) {
	.xl4 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}
}
@media screen and (min-width:1080px) {
	.xm4 {
		float: left;
		width: 25%;
		transition-duration: .5s;
	}
	.xm2 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}
	.xm3 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}
}
@media screen and (max-width:1080px) {
	.xm4 {
		width: 25%;
		transition-duration: .5s;
	}
}
@media screen and (max-width: 480px) {
	.line-four {
		margin: 0 -4px;
	}
	.line-tao {
		margin: 0 -3px;
	}
	.xl2 {
		width: 100%;
		transition-duration: .5s;
	}
	.line-small {
		margin: 0 -4px;
	}
	.xl3 {
		width: 100%;
		transition-duration: .5s;
	}
	.line-big {
		margin: 0 -3px;
	}
	.xm4 {
		width: 50%;
		transition-duration: .5s;
	}
}
@media screen and (max-width: 700px) {
	.xl2 {
		width: 100%;
		transition-duration: .5s;
	}
	.xl3 {
		width: 100%;
		transition-duration: .5s;
	}
}
@media screen and (max-width: 620px) {
	.cat-box .thumbnail{
		width: 100px;
		height: 75px;
	}
	.cat-box .thumbnail a img {
		width: 100px;
		height: 75px;
		transition-duration: .5s;
	} 
	.cat-box .cat-main {
		height: 75px;
		overflow: hidden;
	}
}
/** 横向滚动 **/
.nbs-flexisel-container {
	position: relative;
    background: #fff;
	max-width: 100%;
	margin: 0 0 10px 0;
    padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.nbs-flexisel-inner {
    overflow:hidden;
    float: left;
    width: 100%;
}
.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor:pointer;
    position:relative;
    line-height: 0;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    padding: 0 10px;
    height:auto;
    max-width: 250px\0;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear
}
.nbs-flexisel-item:hover img {
	transition: All 0.7s ease;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 30px;
	font-size: 24px;
	color: #0088cc;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    left: 30px;
}
.nbs-flexisel-nav-right {
    right: 23px;
}
@media screen and (max-width: 1024px) {
	.nbs-flexisel-item img {
	    width: 230px\0;
		transition-duration: .5s;
	}
}

/** TAB **/
.tab-site {
	overflow: hidden;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.dom-display .current {
	display: block;
}
.tab-hd {
	background: #f8f8f8;
}
.tab-hd-con {
	width: 98px;
}
.tab-hd .current {
	width: 100px;
}
.tab-hd {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.tab-product .tab-hd .current, .tab-area .current {
	position: relative;
	z-index: 1;
	height: 40px;
	background: #fff;
}
.tab-hd-con {
	float: left;
	text-align: center;
	cursor: pointer;
	height: 39px;
	border-right: 1px solid #ddd;
}
.tab-hd-con a {
	display: inline-block;
}
.tab-bd-con {
	display: none;
	overflow: hidden;
}
.tab-bd {
	background: #fff;
    padding: 20px;
	margin-top: -1px;
	border-top: 1px solid #ddd;
}
.tab-bd li{
	float: left;
	width: 45%;
	line-height: 210%;
	margin: 0 20px 0 0;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media screen and (max-width: 480px) {
	.tab-bd li{
		width: 95%;
		margin: 0 0 0 0;
	}
}</pre></body></html>