<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** mainContent block start **/
#gkv_mainContent {
	display: block;
	min-width: 1200px;
	min-height: 800px;
}

/** gkv_banner block start **/
.header__mask {
	position: absolute;
    min-width: 1200px;
    height: 100px;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    background-image: url('https://gkv.oss-cn-shenzhen.aliyuncs.com/official/pc1.0/images/head_top_mask.png');
}
.gkv_banner {
	min-width: 1200px;
	height: 460px;
	background-color: #aaa;
	overflow: hidden;
	position: relative;
}
.gkv_ban__box {
	height: 100%;
	position: relative;
}
.gkv_ban__list {
	min-width: 1200px;
	height: 100%;
	background-image: url('https://gkv.oss-cn-shenzhen.aliyuncs.com/official/pc1.0/images/banner.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
	position: relative;
}
.gkv_ban__panel {
	position: absolute;
	width: 70%;
	left: 15%;
	top: 150px;
	text-align: center;
}
.gkv_ban__title {
	width: 100%;
	font-size: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gkv_ban__subTitle {
	margin-top: 16px;
	font-size: 18px;
}
.gkv_ban__more {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	bottom: -100px;
	height: 40px;
	line-height: 40px;
	width: 100px;
	border: 2px dashed #000;
	font-size: 16px;
}
.gkv_ban__dark {
	color: #000;
	/*text-shadow: 1px 1px 1px #fff;*/
}
.gkv_ban__dark .gkv_ban__more {
	color: #000;
}
.gkv_ban__dark .gkv_ban__more:hover {
	border: 2px solid #000;
}
.gkv_ban__light {
	color: #fff;
	/*text-shadow: 1px 1px 1px #000;*/
}
.gkv_ban__light .gkv_ban__more {
	color: #fff;
	border: 2px dashed #fff;
}
.gkv_ban__light .gkv_ban__more:hover {
	border: 2px solid #fff;
}
.gkv_ban__block {
	position: absolute;
	width: 72px;
	top: 0px;
	height: 100%;
	opacity: 0.5;
	cursor: pointer;
	transition: opacity 0.3s ease;
}
.gkv_ban__block:hover {
	opacity: 1;
	transition: opacity 0.3s ease;
}
.gkv_ban__block.btn_prev {
	left: 0px;
}
.gkv_ban__block.btn_next {
	right: 0px;
}
.gkv_ban__btn {
	position: absolute;
	width: 32px;
	height: 64px;
	background-image: url('https://gkv.oss-cn-shenzhen.aliyuncs.com/official/pc1.0/images/arrow.png');
	top: 50%;
	margin-top: -32px;
}
.gkv_ban__block.btn_prev .gkv_ban__btn {
	left: 20px;
	background-position: 0px 0px;
}
.gkv_ban__block.btn_prev.gkv_ban__dark .gkv_ban__btn {
	background-position: -32px 0px;
}
.gkv_ban__block.btn_next .gkv_ban__btn {
	right: 20px;
	background-position: 0px -64px;
}
.gkv_ban__block.btn_next.gkv_ban__dark .gkv_ban__btn {
	background-position: -32px -64px;
}

.gkv_ban__point {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
	font-size: 0px;
}
.gkv_point__btn {
	font-size: 40px;
    vertical-align: baseline;
    font-family: 'Arial';
    cursor: pointer;
    opacity: 0.5;
	transition: all .3s ease;
}
.gkv_point__btn.on {
	opacity: 1;
	transition: all .3s ease;
}
.gkv_ban__dark .gkv_point__btn {
	color: #000;
	transition: all .3s ease;
}
.gkv_ban__light .gkv_point__btn {
	color: #fff;
	transition: all .3s ease;
}

/** gkv_banner block end **/

/** gkv_article block start **/
.gkv_article {
	margin-top: 30px;
}
.article__panel {
	padding: 0px 30px 68px;
	border-bottom: 1px solid #c8c8c8;
	position: relative;
}
.article__list {
	width: 350px;
	margin: 0px 15px 42px;
	padding: 5px 0px;
	position: relative;
	height: 330px;
}
.article__img_link {
	display: block;
	width: 350px;
	height: 250px;
	overflow: hidden;
	background-color: #599ef4;
}
.article__img_link:hover {

}
.article__img {
	width: 350px;
	height: 250px;
	transition: all 0.5s ease;
}
.article__img_link:hover .article__img {
	opacity: 0.5;
	transform: scale(1.06);
	transition: all 0.5s ease;
}
.article__info {
	padding: 12px 0px;
}
.art__info_common {
	font-size: 14px;
	color: #595959;
	transition: all 0.3s ease;
}
.gkv_author:hover {
	color: #599ef4;
	transition: all 0.3s ease;
}
.gkv_author:hover {
	text-decoration: underline;
}

.article__link {
	width: 345px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	transition: all 0.3s ease;
}
.article__list:hover .article__link {
	color: #599ef4;
	transition: all 0.3s ease;
	border-bottom: 1px solid #599ef4;
}
.article__more {
	width: 470px;
	padding: 0px 17px;
	height: 50px;
	background-color: #fff;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -252px;
}
.more__btn {
	display: block;
	width: 470px;
	height: 100%;
	line-height: 50px;
	background-color: #d7d7d7;
	color: #767676;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	transition: all 0.5s cubic-bezier(.1,0,0,1.5);
}
.more__btn:hover {
	background-color: #599ef4;
	color: #fff;
	transform: scale(1.06);
	transition: all 0.5s cubic-bezier(.1,0,0,1.5);
}
/** gkv_article block end **/

/** gkv_classify block start **/
.gkv_classify {
	padding: 150px 45px;
}
.classify__title {
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	position: relative;
}
.classify__title:after {
    position: absolute;
    width: 86px;
    height: 5px;
    margin-left: -43px;
    left: 50%;
    background: #dddbdb;
    content: '';
    bottom: -8px;
    border-radius: 3px;
}
.classify__list {
	margin: 48px 12px;
}
.classify__link {
	display: block;
	width: 198px;
	height: 198px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}
.classify__font {
	color: #fff; 
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 198px;
	font-size: 18px;
	line-height: 198px;
	text-align: center;
	transition: all 0.5s ease;
}
.classify__img {
	width: 100%;
	height: 100%;
	opacity: 0.6;
	transition: all 0.5s ease;
}
.classify__link:hover .classify__img {
	transform: scale(1.06);
	opacity: 1;
	transition: all 0.5s ease;
}
.classify__link:hover .classify__font {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	font-size: 22px;
	transition: all 0.5s ease;
}
/** gkv_classify block end **/

/** mainContent block end **/</pre></body></html>