<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* css样式重置表 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	outline: 0;
	font-size: 14px;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6, em, i {
	font-weight: 100;
	font-style: normal;
}
ul, ol, li {
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* css样式重置表 */

/*公共部分*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.home-title {
	border-top: 1px solid #eee;
	height: 60px;
}
.home-title h2 {
	font-size: 22px;
	line-height: 50px;
	display: inline-block;
	border-top: 2px solid #35b86a;
	padding-left: 30px;
	position: relative;
}
.home-title h2::before {
    content: '';
    background-image: url(../images/ertong.png);
    background-size: 19px 21px;
    position: absolute;
    width: 19px;
    height: 21px;
    z-index: 100;
    top: 14px;
    left: 0;
}
.home-title i {
    padding-left: 50px;
    font-size: 16px;
}
.ertong h2::before {
	background-image: url(../images/ertong.png);
}
.tuan h2::before {
	background-image: url(../images/tuandui.png);
}
.yiliao h2::before {
	background-image: url(../images/yiliao.png);
}
.jiaoyu h2::before {
	background-image: url(../images/jiaoyu.png);
}
.hezuo h2::before {
	background-image: url(../images/hezuo.png);
}


.home-title .more {
	float: right;
}
.home-title .more a {
	line-height: 50px;
	color: #666;
}
/*head*/
.head {
}
.topbar {
	background: #f2f2f2;
	height: 50px;
	line-height: 50px;
}
.topbar .fl {color: #333;}
.topbar .fr {
}
.topbar .fr a {
	padding-left: 15px;
	position: relative;
	margin-left: 20px;
}
.topbar .fr a::before {
	content:'';
	background-image:url(../images/sanjiao.png);
	background-size: 14px 13px;
	position: absolute;
	width: 14px;
	height: 13px;
	z-index: 100;
	top: 5px;
	left: 0;
}
.logobar {
	height: 100px;
	padding-top: 20px;
	border-bottom: 2px solid #35b86a;
}
.logobar .logo {
	float: left;
	width: 360px;
	margin-top: 8px;
}
.logobar .logo img {
}
.logobar .yuya {
	float: left;
	width: 420px;
}
.logobar .yuya a {
	float: left;
	background: #f2f2f2;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
	/* cursor: default; */
}
.logobar .yuya a:hover {
}
.logobar .search {
	float: right;
	margin-top: 15px;
}
.search {
	height: 35px;
	float: right;
}
.search .s_w {
	width: 296px;
	float: left;
	border: #CCC 1px solid;
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	background: #FFF url(../images/search.png) left no-repeat;
	color: #999;
	display: inline;
	border-radius: 3px 0 0 3px;
	border-right: 0;
	box-sizing: border-box;
}
.search .an {
	width: 75px;
	float: left;
	height: 35px;
	background: #35b86a;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: inline;
	box-sizing: border-box;
	border-top-right-radius: 5px;
	border: 2px;
	border-bottom-right-radius: 5px;
}
.search .an:hover {
	width: 75px;
	float: left;
	height: 35px;
	background: #35b86a;
	border: 0;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: inline;
	box-sizing: border-box;
}
.menu {
	height: 70px;
	padding: 20px 0;
}
.menu span {
	width: 50px;
	height: 70px;
	float: left;
	display: block
}
.menu span.nava {
	background: url(nav.png) 0 0 no-repeat;
}
.menu span.navb {
	background: url(nav.png) -56px 0 no-repeat;
}
.menu span.navc {
	background: url(nav.png) -112px 0 no-repeat;
}
.menu span.navd {
	background: url(nav.png) -175px 0 no-repeat;
}
.menu ul.naval {
	width: 252px
}
.menu ul.nava2 {
	width: 223px;
}
.menu ul.nava3 {
	width: 170px
}
.menu ul.navbl {
	width: 90px;
	margin-left: none!important
}
.menu ul {
	float: left;
	height: 60px;
	display: block;
}
.menu ul li {
	float: left;
	width: 51px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	display: block;
}
.menu ul li a {
	font-size: 14px;
}
.menu .menu-line {
	width: 1px;
	height: 50px;
	float: left;
	background: #eee;
	margin-top: 5px;
	margin-right: 20px;
}
/*今日头条*/
.jrtt {
	height: 125px;
	margin: 20px auto;
	padding: 10px 0;
	background: #f2f2f2;
	border: #35b86a 1px solid;

	position: relative;
}
.jrtt h2 {
	width: 720px;
	height: 35px;
	line-height: 35px;
	font-size: 26px;
	font-family: 微软雅黑;
	text-align: center;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	margin-top: 10px;

}
.jrtt ul {

	width: 900px;
	height: 20px;
	display: block;
	margin: 20px auto;
}
.jrtt ul li {
	width: 300px;
	height: 20px;
	line-height: 20px;
	float: left;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.jrtt ul li a {
	color: #3F3F3F
}
.jrtt .toutiao {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 84px;
	height: 97px;
	background: url(../images/top.gif) no-repeat;
}
/*home-main1*/
.home-main1 {
	margin-bottom: 30px;
}
.home-main1 .box1 {
	margin-right: 40px;
}
.home-main1 .box1 .top {
	width: 380px;
}
.home-main1 .box1 .top .item {
}
.home-main1 .box1 .top .item img {
	width: 380px;
	height: 180px;
}
.home-main1 .box1 .top .item p {
	line-height: 30px;
	background: #f2f2f2;
	padding-left: 1em;
	font-size: 14px;
}
.picScroll01 {
	overflow: hidden;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}
.picScroll01 .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	text-align: center;
}
.picScroll01 .hd .prev, .picScroll01 .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("images/arrow.png") no-repeat;
}
.picScroll01 .hd .next {
	background-position: 0 -50px;
}
.picScroll01 .hd .prevStop {
	background-position: -60px 0;
}
.picScroll01 .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll01 .hd ul {
	display: inline-block;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll01 .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll01 .hd ul li.on {
	background-position: 0 0;
}
.picScroll01 .bd {/* padding:10px; */
}
.picScroll01 .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll01 .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 185px;
	margin-right: 8px;
	height: 150px;
}
.picScroll01 .bd ul li .boxli {
	float: left;
}
.picScroll01 .bd ul li .pic {
	text-align: center;
}
.picScroll01 .bd ul li .pic img {
	width: 185px;
	height: 125px;
	display: block;
}
.picScroll01 .bd ul li .pic a:hover img {
}
.picScroll01 .bd ul li .title {
	line-height: 30px;
	font-size: 12px;
	text-align: left;
}
.home-main1 .box1 .bottom {
	width: 380px;
}
.home-main1 .box1 .bottom .item1 {
	margin-bottom: 10px;
}
.home-main1 .box1 .bottom .item1 .fl {
}
.home-main1 .box1 .bottom .item1 img {
	width: 180px;
	height: 120px;
}
.home-main1 .box1 .bottom .item1 p {
	line-height: 30px;
}
.home-main1 .box1 .bottom .item1 .fr p {
}
.home-main1 .box1 .bottom .item2 {
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.home-main1 .box1 .bottom .item2 ul {
}
.home-main1 .box1 .bottom .item2 ul li {
	line-height: 40px;
	font-size: 16px;
	list-style-type: disc;
	color: #ccc;
	margin-left: 20px;
}
.home-main1 .box2 {
	width: 440px;
}

.home-main1 .box2 .cenbot {}
.home-main1 .box2 .cenbot ul{}
.home-main1 .box2 .cenbot ul li{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    list-style-type: disc;
    color: #ccc;
    margin-left: 20px;
}
.home-main1 .box2 .cenbot ul li:first-child {
	font-weight: bold;
}

/* 本例子css */
.slideTxtBox01 {
	text-align: left;
}
.slideTxtBox01 .hd {
	border-top: 1px solid #eee;
	position: relative;
	height: 50px;
	line-height: 50px;
}
.slideTxtBox01 .hd ul {
	float: left;
	position: absolute;
	left: 0;
	top: -1px;
}
.slideTxtBox01 .hd ul li {
	float: left;
	padding: 0 36px;
	cursor: pointer;
	font-size: 18px;
}
.slideTxtBox01 .hd ul li.on {
	background: #fff;
	border-top: 2px solid #35b86a;
	font-weight: bold;
	color: #35b86a;
}
.slideTxtBox01 .bd ul {
	zoom: 1;
}
.slideTxtBox01 .bd li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	list-style-type: disc;
	color: #ccc;
	margin-left: 20px;
}
.slideTxtBox01 .bd li:first-child {
	font-weight: bold;
}
.slideTxtBox01 .bd li .date {
	float: right;
	color: #999;
}
.home-main1 .box3 {
	width: 300px;
}
.home-main1 .box3 .top {
	margin-bottom: 20px;
}
.slideTxtBox02 {
	border: 1px solid #f2f2f2;
	text-align: left;
	box-sizing: border-box;
}
.slideTxtBox02 .hd {
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	position: relative;
}
.slideTxtBox02 .hd ul {
	float: left;
	position: absolute;
	left: 0;
	top: -1px;
}
.slideTxtBox02 .hd ul li {
	float: left;
	width: 149px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	border: 1px solid #EEE;
	box-sizing: border-box;
}
.slideTxtBox02 .hd ul li.on {
	background: #fff;
	border-top: 2px solid #35b86a;
	color: #35b86a;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}
.slideTxtBox02 .bd ul {
	padding: 15px;
	zoom: 1;
}
.slideTxtBox02 .bd li {
	height: 40px;
	line-height: 40px;
}
.slideTxtBox02 .bd li .date {
	float: right;
	color: #999;
}
.slideTxtBox02 .bd li i {
    background: #888888;
    padding: 0 5px;
    color: #FFF;
    margin-right: 10px;
}
.slideTxtBox02 .bd li:nth-child(1) i{
	background: #e80a0a;
}
.slideTxtBox02 .bd li:nth-child(2) i{
	background: #f3722c;
}
.slideTxtBox02 .bd li:nth-child(3) i{
	background: #f3b42c;
}
.home-main1 .box3 .center {
	margin-bottom: 20px;
}
.home-main1 .box3 .bottom {
}
.home-main1 .box3 .center img {
	width: 300px;
	height: 300px;
}
.home-main1 .box3 .bottom img {
	width: 300px;
	height: 100px;
}
/*home-main2*/
.home-main2 {margin-bottom: 20px;}
.home-main2 .box1 {
	margin-right: 40px;
}
.home-main2 .box1 .top {
	width: 380px;
}
.home-main2 .box1 .top .item {
}
.home-main2 .box1 .top .item img {
	width: 380px;
	height: 180px;
}
.home-main2 .box1 .top .item p {
	line-height: 30px;
	background: #f2f2f2;
	padding-left: 1em;
	font-size: 14px;
}
.picScroll02 {
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.picScroll02 .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	text-align: center;
}
.picScroll02 .hd .prev, .picScroll02 .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("images/arrow.png") no-repeat;
}
.picScroll02 .hd .next {
	background-position: 0 -50px;
}
.picScroll02 .hd .prevStop {
	background-position: -60px 0;
}
.picScroll02 .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll02 .hd ul {
	display: inline-block;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll02 .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll02 .hd ul li.on {
	background-position: 0 0;
}
.picScroll02 .bd {/* padding:10px; */
}
.picScroll02 .bd ul {
	overflow: hidden;
	zoom: 1;
	width:390px;
}
.picScroll02 .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 185px;
	margin-right: 8px;
	height: 150px;
}
.picScroll02 .bd ul li .boxli {
	float: left;
}
.picScroll02 .bd ul li .pic {
	text-align: center;
}
.picScroll02 .bd ul li .pic img {
	width: 185px;
	height: 125px;
	display: block;
}
.picScroll02 .bd ul li .pic a:hover img {
}
.picScroll02 .bd ul li .title {
	line-height: 30px;
	font-size: 12px;
	text-align: left;
}
.home-main2 .box1 .bottom {
	width: 380px;
}
.home-main2 .box1 .bottom .item1 {
	margin-bottom: 10px;
}
.home-main2 .box1 .bottom .item1 .fl {
}
.home-main2 .box1 .bottom .item1 img {
	width: 180px;
	height: 120px;
}
.home-main2 .box1 .bottom .item1 p {
	line-height: 30px;
}
.home-main2 .box1 .bottom .item1 .fr p {
}
.home-main2 .box1 .bottom .item2 {
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.home-main2 .box1 .bottom .item2 ul {
}
.home-main2 .box1 .bottom .item2 ul li {
	line-height: 40px;
	font-size: 16px;
}
.home-main2 .box2 {
	width: 440px;
	margin-top: -12px;
}

.home-main2 .box2 ul {

}
.home-main2 .box2 ul li{
		height: 40px;
		line-height: 40px;
		list-style-type: disc;
		color: #ccc;
		margin-left: 20px;
}
.home-main2 .box2 ul li:first-child {
	font-weight: bold;
}
.home-main2 .box3 {
	width: 300px;
	margin-top: -60px;
}
.home-main2 .box3 .top {
	margin-bottom: 10px;
}
.slideTxtBox02 {
	border: 1px solid #f2f2f2;
	text-align: left;
	box-sizing: border-box;
}
.slideTxtBox02 .hd {
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	position: relative;
}
.slideTxtBox02 .hd ul {
	float: left;
	position: absolute;
	left: 0;
	top: -1px;
}
.slideTxtBox02 .hd ul li {
	float: left;
	width: 149px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	border: 1px solid #EEE;
	box-sizing: border-box;
}
.slideTxtBox02 .hd ul li.on {
	background: #fff;
	border-top: 2px solid #35b86a;
	color: #35b86a;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}
.slideTxtBox02 .bd ul {
	padding: 15px;
	zoom: 1;
}
.slideTxtBox02 .bd li {
	height: 35px;
	line-height: 35px;
}
.slideTxtBox02 .bd li .date {
	float: right;
	color: #999;
}
.home-main2 .box3 .center {
	margin-bottom: 20px;
}
.home-main2 .box3 .bottom {
}
.home-main2 .box3 .center img {
	width: 300px;
	height: 300px;
}
.home-main2 .box3 .bottom img {
	width: 300px;
	height: 100px;
}

.home-main2 .box3 .slideTxtBox03 {
	border: 1px solid #f2f2f2;
	text-align: left;
	box-sizing: border-box;
}
.home-main2 .box3 .slideTxtBox03 .hd {
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	position: relative;
}
.home-main2 .box3 .slideTxtBox03 .hd ul {
	float: left;
	position: absolute;
	left: 0;
	top: -1px;
}
.home-main2 .box3 .slideTxtBox03 .hd ul li {
	float: left;
	width: 149px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	border: 1px solid #EEE;
	box-sizing: border-box;
}
.home-main2 .box3 .slideTxtBox03 .hd ul li.on {
	background: #fff;
	border-top: 2px solid #35b86a;
	color: #35b86a;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}
.home-main2 .box3 .slideTxtBox03 .bd ul {
	padding: 5px;
	zoom: 1;
}
.home-main2 .box3 .slideTxtBox03 .bd li {
	height: 25px;
	line-height: 25px;
	list-style-type: disc;
	color: #CCC;
	margin-left: 20px;
}
.home-main2 .box3 .slideTxtBox03 .bd li .date {
	float: right;
	color: #999;
}
.home-main2 .box3 .top .pic {border-bottom: 1px solid #f2f2f2;padding-bottom: 10px;margin-bottom: 5px;}
.home-main2 .box3 .top .pic .pic-item {
	    float: left;
    margin-right: 7px;
    margin-bottom: 5px;
    position: relative;
}
.home-main2 .box3 .top .pic .pic-item:nth-child(even) {
	margin-right: 0;
}
.home-main2 .box3 .top .pic .pic-item img{
	    width: 140px;
    height: 90px;
}
.home-main2 .box3 .top .pic .pic-item p{
	    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding-left: 5px;
    color: #e8e8e8;
    font-size: 12px;
    line-height: 25px;
}

/*home-main3*/

.home-main3 {
    margin-bottom: 20px;
}
.home-main3 .box1{
    width: 380px;
    float: left;
    margin-right: 40px;
}
.home-main3 .box1 .item1 {
	margin-bottom: 10px;
}
.home-main3 .box1 .item1 .fl {
}
.home-main3 .box1 .item1 img {
	width: 180px;
	height: 120px;
}
.home-main3 .box1 .item1 p {
	line-height: 30px;
}
.home-main3 .box1 .item1 .fr p {
}
.home-main3 .box1 .item2 {
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.home-main3 .box1 .item2 ul {
}
.home-main3 .box1 .item2 ul li {
	line-height: 40px;
	font-size: 16px;
	list-style-type: disc;
	color: #ccc;
	margin-left: 20px;
}
.home-main3 .box2 {
    float: left;
    width: 440px;
    margin-right: 40px;
}
.home-main3 .box2 .item {
    margin-top: -12px;
}
.home-main3 .box2 ul {
}
.home-main3 .box2 ul li{
    height: 38px;
    line-height: 40px;
    list-style-type: disc;
    color: #ccc;
    margin-left: 20px;
}
.home-main3 .box3 {
    float: left;
    width: 300px;
}
.home-main3 .box3 ul {
}
.home-main3 .box3 ul li{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.home-main3 .box3 ul li:nth-child(even) {
	margin-right: 0;
}
.home-main3 .box3 ul li p{
    line-height: 30px;
    font-size: 12px;
}
.home-main3 .box3 ul li img{
    width: 147px;
    height: 90px;
}
/*home-main4*/
.home-main4 {
    margin-bottom: 30px;
}
.home-main4&gt;ul{}
.home-main4&gt;ul&gt;li{
    float: left;
    width: 135px;
    margin-right: 78px;
}
.home-main4&gt;ul&gt;li:nth-child(6n) {
	margin-right: 0;
}
.home-main4&gt;ul&gt;li img{
    width: 135px;
    height: 35px;
}

/*home-main5*/
.home-main5 {
    text-align: center;
    margin-bottom: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.home-main5&gt;a {
    padding: 0 15px;
}

.foot {
    text-align: center;
    background: #f4f4f4;
    padding-bottom: 10px;
}
.foot .foota img{}
.foot p {
}
.foot .foota, .foot .footb, .foot .footc {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding: 10px 0;
}</pre></body></html>